ps (version 1.7.6)

ps_disk_partitions: List all mounted partitions

Description

The output is similar the Unix mount and df commands.

Usage

ps_disk_partitions(all = FALSE)

Value

A data frame with columns device, mountpoint, fstype and options.

Arguments

all

Whether to list virtual devices as well. If FALSE, on Linux it will still list overlay and grpcfuse file systems, to provide some useful information in Docker containers.

See Also

Other disk functions: ps_disk_usage()

Examples

Run this code
ps_disk_partitions(all = TRUE)
ps_disk_partitions()

Run the code above in your browser using DataLab