I installed OpenSUSE completely but I can’t write data on NTFS partition. What should I do now?
Please post content of /etc/fstab. To get it, open a terminal window and do:
su -c ‘cat /etc/fstab’
This will generate output, copy and paste it here and we’ll help you get this working.
Here:
/dev/disk/by-id/ata-MAXTOR_STM380815AS_5QZ5DMEE-part8 swap swap defaults 0 0
/dev/disk/by-id/ata-MAXTOR_STM380815AS_5QZ5DMEE-part9 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/ata-MAXTOR_STM380815AS_5QZ5DMEE-part10 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/ata-MAXTOR_STM380815AS_5QZ5DMEE-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-MAXTOR_STM380815AS_5QZ5DMEE-part5 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-MAXTOR_STM380815AS_5QZ5DMEE-part6 /windows/E ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/ata-MAXTOR_STM380815AS_5QZ5DMEE-part7 /windows/F ntfs-3g users,gid=users,fmask=133,dmask=022,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
devpts /dev/pts devpts mode=0620,gid=5 0 0
Edit this
/dev/disk/by-id/ata-MAXTOR_STM380815AS_5QZ5DMEE-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.U TF-8 0 0
to be this:
/dev/disk/by-id/ata-MAXTOR_STM380815AS_5QZ5DMEE-part1 /windows/C ntfs-3g defaults 0 0
i.e replace all of this: users,gid=users,fmask=133,dmask=022,locale=en_US.U TF-8
with the word: defaults
and like that for the others too
Reference: HowTo Mount NTFS Filesystem Partition Read Write Access in openSUSE 10, 11
Mind. Just for the ‘windows’ lines, not the others.
OOooops!..
Thank a lot!