Possible Duplicate:
How to automount NTFS partitions?
I have 300 gb NTFS drive with documents folder on it. Is it possible to automount /media/300gb/documents to home/documents at system startup? How can i do it?
I have 300 gb NTFS drive with documents folder on it. Is it possible to automount /media/300gb/documents to home/documents at system startup? How can i do it? |
|||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
The fstab entry to bind mount one location to another looks like this:
You might need to adjust the mount options (defaults,bind) for ntfs a bit: users,exec,nls=utf8,umask=003,gid=YOUR_GROUP_ID,uid=YOUR_USER_ID Remove the 'exec' if you don't intend to install executables on the ntfs partition. You can determine your group and user IDs with the Your link problem possibly stems from the fact, that documents is already an existing directory when you are issuing the link command. |
||||
|
|
You'll first have to set up the NTFS partition to be automounted (see this answer), then you can set up the appropriate links as @mikewhatever suggested. Along with this you might also need to update the entries in the In my case (under Ubuntu 12.10) I moved my For more detail, see this answer. |
||||
|
|
|
Instead of messing with mount points, you can create a link to
|
|||||||||||
|