How can I mount an external USB drive when I'm in Single User Mode on my Mac?
I'm not able to see it in /dev/
feedback
|
|
First, get full access to your boot volume:
Then, get kextd and notifyd running to load the needed device drivers and create /dev/ entries:
Then, to mount the volume (assuming the /dev/ entry for it is /dev/disk1s2 and it's HFS/HFS+/HFSX format; adjust as needed...):
Edit: at least under 10.6.4, loading notifyd and configd seems to prevent the system from shutting down normally (i.e. the Edit2: unloading kextd ( | ||||
|
feedback
|