LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mounting an NTFS partition (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-an-ntfs-partition-522184/)

Virtuality 01-23-2007 06:31 PM

mounting an NTFS partition
 
haven't seen anyone post about this yet

i can mount my vfat partitions just fine, but when i try to mount an ntfs it doesn't recognise the format? :confused:

puter 01-23-2007 07:53 PM

make sure you're mounting it as read only (ro)
mircrosoft keeps ntfs a secret and linux does not know how to write to it

Water 01-23-2007 07:57 PM

Do you have ntfs support installed? See this link

Virtuality 01-23-2007 08:02 PM

I can't install NTFS support.

[root@localhost ~]# sudo yum install fuse fuse-libs ntfs-3g ntfsprogs ntfsprogs-gnomevfs
Loading "installonlyn" plugin
Existing lock /var/run/yum.pid: another copy is running. Aborting.

Water 01-23-2007 08:12 PM

The answer to your yum problem can be found Here.

Virtuality 01-23-2007 08:19 PM

thanks! :)

alienux 01-23-2007 08:57 PM

I have had some situations where I couldn't mount using ntfs for "type" no matter what, but using the same mount command with smbfs worked just fine.

Virtuality 01-23-2007 09:27 PM

this is weird, when i mount it as read-only it works, but as read/write the command doesn't work (i know i had it as read/write before i restarted).

this is my read only command which works: ' sudo mount /dev/sda1 /media/wsystem -t ntfs-3g -ro umask=0222 '
this is my read/write command that doesn't work: ' sudo mount /dev/sda1 /media/wsystem -t ntfs-3g -rw umask=0000 '

what am i doing wrong?

kdrlx 01-23-2007 11:11 PM

Quote:

Originally Posted by puter
make sure you're mounting it as read only (ro)
mircrosoft keeps ntfs a secret and linux does not know how to write to it

Untrue - Captive - http://www.jankratochvil.net/project/captive/
Captive: The first free NTFS read/write filesystem for GNU/Linux

Check out the link for installation/usage notes.

mjmwired 01-30-2007 08:12 AM

Quote:

Originally Posted by Virtuality
this is my read only command which works: ' sudo mount /dev/sda1 /media/wsystem -t ntfs-3g -ro umask=0222 '
this is my read/write command that doesn't work: ' sudo mount /dev/sda1 /media/wsystem -t ntfs-3g -rw umask=0000 '

Silly question: Are you mounting it RO, then RW? If so, are you unmounting it first?
# umount /media/wsystem

How does it not work? Are you seeing any errors?


All times are GMT -5. The time now is 12:58 PM.