mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
78951c649c
Co-authored-by: Lena Pastwa <lena@lnps.me>
524 B
524 B
diskutil
Utility to manage local disks and volumes. Some subcommands such as
partitiondiskhave their own usage documentation. More information: https://keith.github.io/xcode-man-pages/diskutil.8.html.
- List all currently available disks, partitions, and mounted volumes:
diskutil list
- Repair the filesystem data structures of a volume:
diskutil repairVolume {{/dev/disk}}
- Unmount a volume:
diskutil unmountDisk {{/dev/disk}}
- Eject a CD/DVD (unmount first):
diskutil eject {{/dev/diskX}}