I have a problem with my NTFS partition. Currently I have in my /etc/fstab the following:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/hda1 /ntfs ntfs rw,exec,nodev,nosuid,users,gid=glushkov,umask=002 0 0
/dev/hda7 /data ntfs rw,exec,nodev,nosuid,users,gid=glushkov,umask=002 0 0
Looking at my kernel configuration one finds:
cat .config | grep -i ntfs CONFIG_NTFS_FS=y # CONFIG_NTFS_DEBUG is not set CONFIG_NTFS_RW=y
This way I can happily read my NTFS partition. But there is no way to write on them. Any ideas?
Thanks in advance, Ivan
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]