hi , i want to add new disk with ntfs, so i have created new folder named “f” under /windows and give permissions for modifying to groups and everything works perfecly, but after restart permissions for groups changed back to “only view” so i cant write to disk…
how could it be fixed pls?
Post contents of
/etc/fstab
then someone may be able to help
also read here:
HowTo Mount NTFS Filesystem Partition Read Write Access in openSUSE 10, 11
here it is
/dev/disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WMASY0279727-part5 swap swap defaults 0 0
/dev/disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WMASY0279727-part6 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WMASY0279727-part7 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WMASY0279727-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,umask=0002,locale=en_US.UTF-8 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/disk/by-id/scsi-SATA_ST3640323AS_9VK04G5F-part1 /windows/velkejDisk ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/scsi-SATA_WDC_WD5000AAKS-_WD-WMASY0279727-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,umask=0002,loc ale=en_US.UTF-8 0 0
/dev/disk/by-id/scsi-SATA_ST3640323AS_9VK04G5F-part1 /windows/velkejDisk ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.U TF-8 0 0
compare the two, assume the last one is the new one
read swerdna’s page
yes, i have added umask=0002 to new one and it works … so thanks