Forrest logo
back to context overview

diskutil

List of commands for diskutil:

  • diskutil:ai:0a11b low level format usb drive macos
    $ diskutil eraseDisk JHFS+ TestDisk /dev/disk2
    try on your machine
    explain this command
  • diskutil:tldr:0f91e diskutil: Repair the filesystem data structures of a volume.
    $ diskutil repairVolume ${-dev-disk_device}
    try on your machine
    explain this command
  • diskutil:tldr:c4f16 diskutil: List all currently available disks, partitions and mounted volumes.
    $ diskutil list
    try on your machine
    explain this command
  • diskutil:tldr:e9a27 diskutil: Unmount a volume.
    $ diskutil unmountDisk ${-dev-disk_device}
    try on your machine
    explain this command
  • diskutil:tldr:fc138 diskutil: Eject a CD/DVD (unmount first).
    $ diskutil eject ${-dev-disk_device1}
    try on your machine
    explain this command
back to context overview