Tuesday, May 4, 2010

Ubuntu auto mount NTFS drive by fstab, solve the can't be moved to trash problem

===step 1===
Find out uid and gid:
type id in terminal

===step 2===
modify file: /etc/fstab

/dev/sda2 /home/ProgDoc auto defaults,umask=007,uid=1000,gid=1000 0 0

===step 3===
symbolicLink (sudo)

ln -s /home/ProgDoc/Documents /home/username

No comments: