After installing FUSE and NTFS-3G using YaST in openSUSE 10.2 I am still unable to write to my NTFS partitions.
In fstab I have
Quote:
|
/dev/hda1 /windows/C ntfs-3g ro,users,gid=users,umask=0000,nls=utf8 0 0[/b]
|
for the windows partition on my primary drive and an identical entry for my mass storage drive. Have tried umask=0002 and umask=0022 with identical results.
Additionally in my start-up log I am getting the following warning:
Quote:
WARNING: Deficient Linux kernel detected. Some driver features are
not available (swap file on NTFS, boot from NTFS by LILO), and
unmount is not safe unless it's made sure the ntfs-3g process
naturally terminates after calling 'umount'. If you wish this
message to disappear then you should upgrade to at least kernel
version 2.6.20, or request help from your distribution to fix
the kernel problem. The below web page has more information:
http://www.ntfs-3g.org/support.html#fuse26[/b]
|
According to uname -r my kernel is 2.6.18.8-0.5-default.
When attempting to write something to my NTFS partitions, say for instance create a new folder, after issuing the command using the menu available from my mouse right click (Create New->Folder->Folder name->) the folder is not created and I see the error "Could not make folder /windows/D/New Folder".