Jump to content

fstab won't mount


a13x
 Share

Recommended Posts

For a file name like:

this is the name.iso

you would use

this\ is\ the\ name.iso

 

the back slash lets you use a space...

 

If fstab wont mount the file because the path has spaces... try using a symlink ln -s /path/to/file /mnt/symlinktofile.iso and try mounting the symlink via fstab. The other thing to do would be write a shell script to manually mount the drive and have it run at boot (look in /etc/init.d for samples on how to write this script)

 

If you need help writing the script let me know what the path to the iso file is and I will write it for you.

Edited by thinkliberty
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...