Skip to content

Volumes and Drives

External drives, USB sticks, and network shares mount under /Volumes/.

bash
ls /Volumes/
# Macintosh HD    MyUSBDrive    BackupDisk

Ejecting Drives

Always eject before unplugging:

  • Right-click the drive in Finder sidebar → Eject
  • Or drag the drive icon to the Trash (it becomes an Eject icon)
  • Terminal: diskutil eject /Volumes/DriveName

Disk Formats

FormatBest ForRead/Write from Windows?
APFSMac internal drivesNo (without third-party tools)
Mac OS Extended (HFS+)Time Machine, older MacsNo
ExFATShared drives (Mac + Windows)Yes
FAT32Small USB sticks, max compatibilityYes (4 GB file limit)
NTFSWindows drivesRead-only on Mac (write with Paragon NTFS)

Tip: If you share a drive between Mac and Windows, format it as ExFAT.