LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   writing to ntfs partition (https://www.linuxquestions.org/questions/linux-software-2/writing-to-ntfs-partition-612748/)

overpencil 01-10-2008 08:36 PM

writing to ntfs partition
 
I have two harddrives sda with windows xp, and sdb with gentoo. From my kernel .config:
Quote:

grep -i ntfs /usr/src/linux/.config
CONFIG_NTFS_FS=y
CONFIG_NTFS_DEBUG=y
CONFIG_NTFS_RW=y
and I have it mounted rw
Quote:

/dev/sda1 on /mnt/b type ntfs (rw)
the problem is that I can edit files on disk ( and I verified they changed ) but I cannot create any files. I have lots of free space on the disk so that cannot be the problem.

Has anyone experienced not being able to create files?

aus9 01-10-2008 09:35 PM

you may get better answers posting in gentoo next time but it sounds like a permissions issue plus not sure if you know about ntfs-3g

http://forums.gentoo.org/viewtopic-t...ht-ntfs3g.html


All times are GMT -5. The time now is 02:07 AM.