mount usb disk terminal
I have macOS ventura
I need USB external disk at command line "terminal".
Like this
➜ $ sudo mkdir -p /Volumes/USB
Password:
➜ $ diskutil mount -mountPoint /Volumes/USB /dev/disk2s1
Volume TOSHIBA EXT on /dev/disk2s1 mounted
➜ $ diskutil info /dev/disk2s1 | grep Mounted
Mounted: No
But even though the command is correct, and its output is that if you mount it you don't mount it, I don't know if it's an additional restriction
Thanks
MacBook Pro (2017 – 2020)