I'm running Linux ( Ubuntu 11.10 ) and Windows ( 7 ) on the same system on two partitions.
So I have this folder in Windows:
C:\Users\Me\Folder
And I created this folder in Linux:
/mnt/Folder
Now trying to do something like this:
sudo mount /media/ACER/Users/Me/Folder /mnt/Folder
This doesn't work. I'm guessing it has to do with that one can only mount a media and not folders. Anyhow. Is there some way to do this?
abd in the fstab..specify the folder
– abhishek Mar 04 '12 at 12:01