ps_disk_partitions: List all mounted partitions

View source: R/disk.R

ps_disk_partitionsR Documentation

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 with columns device, mountpoint, fstype and options.

See Also

Other disk functions: ps_disk_usage()

Examples


ps_disk_partitions(all = TRUE)
ps_disk_partitions()


r-lib/ps documentation built on April 2, 2024, 4:09 p.m.