Hello, I am using the NTFS-3g driver as I have a ntfs partition that needs mounting with write support. Every time I mount the partition every files permissions gets set to root:root. I have tried to chown -hR username:username /files at least 20 times. I have umounted the partition and used the kernel driver, and permissions can be changed. When I remount with the NTFS-3g driver the permissions set back as root:root, and will not change for the life of it.
Heres the fstab settings I used, and have tried.
/dev/sda1 /boot ext2 defaults,noatime 1 2
/dev/sda2 / reiserfs noatime 0 1
/dev/sda5 /mnt/Storage ntfs-3g 0 0
/dev/sda4 none swap sw 0 0
-----------------------------------------------------------------------------------
/dev/sda5 /mnt/Storage ntfs-3g users 0 0
-----------------------------------------------------------------------------------
/dev/sda5 /mnt/Storage ntfs-3g quiet,defaults,locale=en_US.utf8,umask=0
-----------------------------------------------------------------------------------
Here is emerge -pv ntfs3g ->
Calculating dependencies... done!
[ebuild R ] sys-fs/ntfs3g-1.2531 USE="suid -debug" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
---------------------------------------------------------------------------------
Cloud ~ # uname -a
Linux Cloud 2.6.25-gentoo-r7 #1 SMP Thu Sep 4 07:50:17 CDT 2008 x86_64 Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz GenuineIntel
GNU/Linux
Need help! Thank you.




