Fred wrote:...
To auto mount an ntfs Windows partition in /media open a terminal and type:
sudo mkdir /media/Windows
sudo su
echo "/dev/sdxx /media/Windows ntfs defaults,umask=007,gid=46 0 0" >> /etc/fstab
Hi!
I made this changes for automont my hard disk with windows.
My line in fstab is:
- Code: Select all
/dev/sda2 /media/Dany7 ntfs defaults,umask=007,gid=46 0 0
Well, appears in my desktop when start linux mint 13, but I have this problem:
I installed Thunderbird and, at the moment, I use the same folder for thunderbird in linux and windows (the folder of thunderbird are in hard drive with windows).
When start thunderbird appears a error that are innacesible.
If I deleted this line in my fstab, restart linux and mount hard drive (access to computer and doble click to the hard drive with windws (sda2)) works fine, I can open Thunderbird and works fine.
But, if automount this drive with this line in my fstab, not works, I go to computer, doble click (for test) in my hard drive (sda2) and try to open thunderbird and appears the same errror message (...are innacessible).
Can help me please?
This is very important for me.
Thank you very much!!!
Edit: Solved: I don't view that, my name hard drive are one with space and the folder that I create in .media are without space.
Sorrys.