LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   HOW-TO mount NTFS partition? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-mount-ntfs-partition-141777/)

xperts 02-03-2004 09:59 AM

HOW-TO mount NTFS partition?
 
hello


i'm new to linux.. i've played with linux about 2 years and learn it by myself.. and my question is .. how can linux read ntfs partition ? whut is the command line .. i've tried mount -t ntfs /dev/hda1 /mnt/c_drive ... but it is not work.. i've installed windowsxp in my pc together with my redhat linux .. from RH .. how can i read windowsxp NTFS partition ?

anyone can help ?


xperts = i'm not really expert .. just my nickname ... :)

WheatPuppet 02-03-2004 10:07 AM

Last time I checked (about a year ago) you can only mount NTFS filesystems as read-only. At the time I had to download a package that allowed it, but that was Redhat 7.2, I think, so maybe your distro has it packaged.

Sweepnx 02-03-2004 10:11 AM

Just an addition how can you acess NTFS drivers over a network?

The Jedi 02-03-2004 10:12 AM

There are some NTFS mount posts you can find here.
Just do a search using NTFS mount.

:)

xperts 02-03-2004 10:36 AM

thanx dude..

bnice 02-03-2004 01:21 PM

You must have ntfs support in the kernel- compiled in or as a module.
then: mount -t ntfs /dev/hda1 /mnt/c_drive

If that works, then add:
/dev/hda1 /mnt/c_drive ntfs defaults 0 0

to your /etc/fstab to mount it automagically


All times are GMT -5. The time now is 07:13 PM.