Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

ps_disk_partitions(all = TRUE)
ps_disk_partitions()

ps

List, Query, Manipulate System Processes

v1.6.0
MIT + file LICENSE
Authors
Jay Loden [aut], Dave Daeschler [aut], Giampaolo Rodola' [aut], Gábor Csárdi [aut, cre], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.