Forrest logo
back to context overview

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 machine
    explain 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 machine
    explain 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 machine
    explain this command
  • pmount:tldr:abf84 pmount: Display all mounted removable devices.
    $ pmount
    try on your machine
    explain this command
  • pmount:tldr:d3654 pmount: Mount a device below `/media/` (using device as mount point).
    $ pmount ${-dev-to-block-device}
    try on your machine
    explain this command
back to context overview