ps (version 1.5.0)

ps_disk_partitions: List all mounted partitions

Description

The output is similar the Unix mount and df commands.

Usage

ps_disk_partitions(all = FALSE)

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.

Value

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

See Also

Other disk functions: ps_disk_usage()

Examples

Run this code
# NOT RUN {
ps_disk_partitions(all = TRUE)
ps_disk_partitions()
# }

Run the code above in your browser using DataCamp Workspace