How do I persistently mount an ext HDD in OS X?
October 31, 2008 8:11 PM
Subscribe
How do I set up OS X (10.4) to mount an external hard drive at a specific folder on startup?
I've tried putting @reboot mount /dev/disk1s1 /my/mountpoint into root's crontab, but that didn't work. There wasn't any output produced, even with "mount -v", and the HDD wasn't mounted.
I've heard mention of NetInfo Manager, and I see where "mounts" may be specified, but I don't know how to set it up.
Is there a way to get it so that when I restart my computer, the external hard drive shows up mounted at /my/mountpoint? FYI, I don't care about having the icon on the desktop.
posted by philomathoholic to computers & internet (6 comments total)
launchdinstead of crontab jobs. Try looking into that.Another quick fix might be putting the script under
/System/Library/StartupItems.posted by the_dude at 9:04 PM on October 31, 2008