LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   NTFS mount (https://www.linuxquestions.org/questions/linux-newbie-8/ntfs-mount-604284/)

shakir chaudhry 12-03-2007 09:32 PM

NTFS mount
 
how can i mount ntfs file system with mount command

Simon Bridge 12-03-2007 10:32 PM

mount -t ntfs /dev/hda1 /media/windows
... but this will only work if you have the ntfs kernel driver installed. This is seldom installed by default these days as there is a userspace tool that does this instead:

ntfs-3g /dev/hda1 /media/windows

Note - /dev/hda1 should be the device corresponding to the partition that contains the ntfs file system. Find out which one it is with fdisk -l ... /media/windows must exist, create it with mkdir /media/windows

LlNUX 12-04-2007 02:54 AM

Hi shakir,

here is step by step howto mount ntfs file system in linux :

Howto mount ntfs partition

hope this helps

Simon Bridge 12-04-2007 03:21 AM

The linuxconfig.org howto is highly generic. If OP does not have ntfs-3g, then there will be a distro-specific package of it to install.

LlNUX 12-04-2007 04:10 AM

Hi Simon,

It is mentioned there that you should use your distro's repository packages. We will see if it helps. :-)

Then again we do not even know what distribution does shakir uses...

shakir chaudhry 03-04-2008 03:28 AM

i am using red hat enterprise workstation and it is not showing my network card with the commad ifconfig.
it is disable.
when i am using if up command it is showing problem.
what can i do.

Simon Bridge 03-05-2008 06:44 PM

shakir chaudhry:
have you been able to mount that ntfs partition yet?

Which release of RHEL WS? (They are pretty different.)

"it is disable" then enable it.

What kind of network card do you have?


All times are GMT -5. The time now is 12:23 AM.