Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

external drive rw via finder but cannot read from cmd line

late 2014 MPB with macos 10.15.7: external SSD drive was working prior to loss of power casuing a shutdown. upon restart, drive can be read and written to via finder or clicking on the icon on the desktop, BUT from the command line 'ls' gives operation not supported. its formatted as MACOS extended Journaled. I've reset SMC and NVRAM and tried to remount the drive as RW but that operation fails with "no such file or directory", which obviously exists since I can access on the desktop. I fixed this problem once before, but cannot remember the solution. Thanks for your help


Posted on Feb 9, 2021 4:53 PM

Reply

Similar questions

6 replies

Feb 11, 2021 5:02 PM in response to drjudoal

Glad you were able to figure out a solution. You can also press the Tab key (sometimes you need to press the Tab key twice in a row) which will try to auto complete the command or path or it will show you the possible options. So if you begin by typing:

ls  -al  /Volumes/


then press the Tab key (one or two times maybe) and it will show you the items you can select in the "/Volumes" folder. Typing more characters and pressing Tab again will narrow down the options even further:

ls  -al  /Volumes/MI


You can also begin typing (make sure to leave at least one space after the "-al "):

ls  -al 


and then dragging & dropping the mounted volume from a Finder window onto the open Terminal window which will auto complete the correct path.

Feb 9, 2021 8:04 PM in response to drjudoal

If you want us to assist you with using the command line to access the drive, then we need to see the actual command(s) you are using and the results. We also need to know where the drive is mounted. macOS no longer allows users to access the system area of macOS so you need to either use the default "/Volumes" location to mount the drive or mount it somewhere in the "/Users" folder.

Feb 10, 2021 5:47 AM in response to HWTech

The mount point for the drive is /Volumes/MISC. From the command line:

$ ls -al /Volumes/MISC

ls: MISC: Operation not permitted


Attempting to remount the drive:


$ sudo mount -t hfsplus -o rw,remount -force /dev/disk2s3 /Volumes/MISC

Password:

mount: exec /Library/Filesystems/hfsplus.fs/Contents/Resources/mount_hfsplus for /Volumes/MISC: No such file or directory

mount: /Volumes/MISC failed with 72

$



Do you need any other info? Thanks


external drive rw via finder but cannot read from cmd line

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.