Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git
- Mount a device with a specific filesystem type to `/media/label`:
`pmount --type {{filesystem}} {{/dev/to/block/device}} {{label}}`
`pmount {{[-t|--type]}} {{filesystem}} {{/dev/to/block/device}} {{label}}`
- Mount a CD-ROM (filesystem type ISO9660) in read-only mode:
`pmount --type {{iso9660}} --read-only {{/dev/cdrom}}`
`pmount {{[-t|--type]}} iso9660 {{[-r|--read-only]}} {{/dev/cdrom}}`
- Mount an NTFS-formatted disk, forcing read-write access:
`pmount --type {{ntfs}} --read-write {{/dev/sdX}}`
`pmount {{[-t|--type]}} ntfs {{[-w|--read-write]}} {{/dev/sdX}}`
- Display all mounted removable devices: