Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

    Code:
    /dev/sde1  /YosemiteRemovableDeviceData ntfs defaults 0 0
    that work just fine. what i would like to have happen is this

    Code:
    /dev/sde1  /Yosemite Removable Device Data 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 this


    Code:
    /dev/sde1  /Yosemite\ Removable\ Device\ Data ntfs defaults 0 0
    that did not work either

    any help would be great

    thanks

  2. #2
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,940
    Try changing to:

    /dev/sde1 /Yosemite\040Removable\040Device\040Data ntfs defaults 0 0

  3. #3
    Just Joined!
    Join Date
    Sep 2007
    Posts
    96
    thanks yancek

    that worked great

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...