Skip to content

Mount SMB drives from the terminal on macOS

1 min read

Mount:

mount_smbfs //user:pass@device-name/path ./mountpoint

List mounted drives:

df

Unmount:

diskutil unmount /drive/name