LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mounting NTFS partition in Redhat 9? (https://www.linuxquestions.org/questions/linux-general-1/mounting-ntfs-partition-in-redhat-9-a-57587/)

Paul Parr 05-01-2003 12:43 AM

Mounting NTFS partition in Redhat 9?
 
I created /mnt/ntfs

I ran... mount -t ntfs /dev/hda /mnt/ntfs

but it said...

mount: fs type not supported by kernel

Does this mean I can't view my ntfs partiton at all?

I read that it was possible in Linux to do this...perhaps it depends on the Distro?

kpanic 05-01-2003 12:49 AM

try:

mount -t smbfs //windows_box_name/sharename /your_mountpoint -o username=

cheers,

kpanic

Paul Parr 05-01-2003 12:54 AM

Quote:

Originally posted by kpanic
try:

mount -t smbfs //windows_box_name/sharename /your_mountpoint -o username=

cheers,

kpanic

Ah..NO...I'm not trying to mount a shared drive on my windows network...I know how to do that. This is a dual boot PC with XP and Linux on it and I want to view the Windows XP NTFS partition.

kpanic 05-01-2003 01:13 AM

Quote:

Originally posted by Paul Parr
Ah..NO...I'm not trying to mount a shared drive on my windows network...I know how to do that. This is a dual boot PC with XP and Linux on it and I want to view the Windows XP NTFS partition.
Sorry it's late :P

R/W NTFS support in the kernel is still experimental and not turned on by default.

To enable R/W NTFS support (locally), you will need to compile a
custom kernel.

cheers,

kpanic

lonewolf 05-01-2003 01:16 AM

If you want to be able to mount NTFS partitions under Redhat 9 you have to recompile the kernel and enable support for it.

nootopian 05-01-2003 11:22 AM

hi,

i am using redhat9 and trying to mount a windows network drive.

i use

mount -t smbfs //windows_box_name/sharename /your_mountpoint -o username=user,password=pass

it appears to mount ok, i can view and copy files but if i try and save a file there i receive the message 'permission denied'

any help appreciated.

greg

Crashed_Again 05-01-2003 11:50 AM

You can get the rpm that will add ntfs support from http://linux-ntfs.sourceforge.net/info/redhat.html

nootopian 05-01-2003 12:45 PM

thanks Crashed_Again

apologies, i think my problem may have been different to the original post and probably in the wrong place on reflection.

im not actually trying to mount a ntfs drive. i am trying to access a w2k network drive and now have the solution

my problem was i needed to include a uid

mount -t smbfs //windows_box_name/sharename /your_mountpoint -o username=user,password=pass,uid=myuid


All times are GMT -5. The time now is 02:06 AM.