
Originally Posted by
kluni
the result was:
/dev/disk/by-id/ata-Maxtor_6L160M0_L3062FJG-part1 /windows/C ntfs-3g users,gid=users, fmask=133,dmask=022,locale=de_DE.UTF-8 0 0
/dev/disk/by-id/ata-Maxtor_6L160M0_L3062FJG-part5 /windows/D ntfs-3g users,gid=users, fmask=133,dmask=022,locale=de_DE.UTF-8 0 0
Make them like this:
HTML Code:
/dev/disk/by-id/ata-Maxtor_6L160M0_L3062FJG-part1 /windows/C ntfs-3g defaults,locale=de_DE.UTF-8 0 0
/dev/disk/by-id/ata-Maxtor_6L160M0_L3062FJG-part5 /windows/D ntfs-3g defaults,locale=de_DE.UTF-8 0 0
First back the file up with this command:
HTML Code:
sudo cp /etc/fstab/etc/fstab.backup
Then open the file for editing with this command if you used Gnome:
HTML Code:
gnomesu gedit /etc/fstab
or this if you use kde:
HTML Code:
kdesu kwrite /etc/fstab
and very carefully make the changes.
Here's the reference: HowTo Mount NTFS Filesystem Partition Read Write Access in openSUSE 10, 11
Bookmarks