LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   NTFS problems (https://www.linuxquestions.org/questions/debian-26/ntfs-problems-369054/)

linuxmandrake 10-02-2005 11:43 AM

NTFS problems
 
It's weird when I mount my ntfs partition I can copy from it but I cant open the file afterwards. I have opened the same file sucessfully under windows. It also wont let me change the file permissions when it's mounted to /mnt/ntfs. Hence only root can access the pertition. I am using 2.6.8-11 kernel.

The NTFS partition was created using windows xp professional.

jmanjeff 10-02-2005 12:13 PM

Have you tried logging in as root and then change the permissions

linuxmandrake 10-02-2005 12:16 PM

of course I have it just doesn't make sence

Andrew Benton 10-02-2005 12:23 PM

Add umask=0 to the options in the fstab entry used to mount it, like so

/dev/hda1 /mnt/windows ntfs umask=0 0 0

microsoft/linux 10-02-2005 09:42 PM

you may or may not want to do anything to your NTFS parition. Write support isn't recommended in Linux(it can cause corruption etc.) I've heard some things about projects that are working on write support but I think they are experimental(read: not perfect, could still cause corruption)

linuxmandrake 10-04-2005 10:22 AM

still having problems

debian:/home/sc# chown sc /mnt/ntfs
chown: changing ownership of `/mnt/ntfs': Read-only file system
debian:/home/sc#

or is this normal ?

I cant access the ntfs partition without being root

microsoft/linux 10-04-2005 11:08 PM

Mine is doing the same thing. It's because you don't have experimental write support in your kernel. You probably don't want anything like that either, because it can(and very well may) corrupt information on there.


All times are GMT -5. The time now is 10:16 PM.