
Originally Posted by
ismailkimyacioglu
By the way, after reading the link, that you recommended to me, I found another one while searching where fstab is placed in the system at Google. And I think it is better for newbies like me.
How to edit and understand /etc/fstab
That's the link. However, thank you very much for being kind to reply.
With regard to NTFS the advice on your link is this:
.............If you want to be able to write to your Windows partitions from Linux, I suggest formatting them as Vfat, because Linux's support for writing to NTFS partitions is a bit shabby at this moment.
That advice is quite out of date and quite wrong now-a-days. I suggest you enter lines into fstab, one for each NTFS partition (provided that your NTFS drives are permanently attached, not hot plugged!), and that you use the read-write versions crafted specifically for NTFS by the developers of the driver ntfs-3g for Linux, outlined here:
HowTo Mount NTFS Filesystem Partition Read Write Access in openSUSE 10, 11
particularly this form:
Permanent Mounts for Internal Drives
There's a further issue in Sled 10: You might have to install the RPMs for the ntfs-3g driver first. Check that with this command:
Code:
rpm -qa | egrep "ntfs|fuse"
Might take 20 seconds to complete. If you can't understand the response, paste it back here for interpretation.
Luck
Swerdna
Bookmarks