
pmount
List of commands for pmount:
-
pmount:tldr:1b40b pmount: Mount an NTFS-formatted disk, forcing read-write access.$ pmount --type ${ntfs} --read-write ${-dev-sdX}try on your machineexplain this command
-
pmount:tldr:6baa7 pmount: Mount a CD-ROM (filesystem type ISO9660) in read-only mode.$ pmount --type ${iso9660} --read-only ${-dev-cdrom}try on your machineexplain this command
-
pmount:tldr:99ae7 pmount: Mount a device with a specific filesystem type to `/media/label`.$ pmount --type ${filesystem} ${-dev-to-block-device} ${label}try on your machineexplain this command
-
pmount:tldr:abf84 pmount: Display all mounted removable devices.$ pmounttry on your machineexplain this command
-
pmount:tldr:d3654 pmount: Mount a device below `/media/` (using device as mount point).$ pmount ${-dev-to-block-device}try on your machineexplain this command