Results 11 to 12 of 12
If you want to enable write access for Regular Users on NTFS partition, set umask value to zero in /etc/fstab file.
Code:
/dev/<partition> /<mount_point> ntfs-3g defaults, umask=0 0 0
There ...
- 08-15-2007 #11
If you want to enable write access for Regular Users on NTFS partition, set umask value to zero in /etc/fstab file.
There is no need to set any other option except defaults and umask for NTFS partition(s) in /etc/fstab file.Code:/dev/<partition> /<mount_point> ntfs-3g defaults,umask=0 0 0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-15-2007 #12Just Joined!
- Join Date
- Feb 2007
- Posts
- 15
well, I changed the permissions of my user back as it was..
the link that u (Alex Stan) gave me was explained for other distributions..
I found a good tutorial here Ubuntu:Feisty -
and they say how to configure samba, I did it and everything is [OK] now..
thanks for helping me anyway!


Reply With Quote
