Results 1 to 3 of 3
could someone help me out with mounting an external hard drive?
what i need to do is have it mounted to a folder that has spaces in it.
here is ...
- 01-20-2009 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 96
Mounting an external USB HD
could someone help me out with mounting an external hard drive?
what i need to do is have it mounted to a folder that has spaces in it.
here is what i have in my stab file now
that work just fine. what i would like to have happen is thisCode:/dev/sde1 /YosemiteRemovableDeviceData ntfs defaults 0 0
i cant get it to mount if there are spaces in the folder name. i have tried to escape the spaces like thisCode:/dev/sde1 /Yosemite Removable Device Data ntfs defaults 0 0
that did not work eitherCode:/dev/sde1 /Yosemite\ Removable\ Device\ Data ntfs defaults 0 0
any help would be great
thanks
- 01-21-2009 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,940
Try changing to:
/dev/sde1 /Yosemite\040Removable\040Device\040Data ntfs defaults 0 0
- 01-21-2009 #3Just Joined!
- Join Date
- Sep 2007
- Posts
- 96
thanks yancek
that worked great


Reply With Quote