LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't mount ntfs hard drives? (https://www.linuxquestions.org/questions/linux-newbie-8/cant-mount-ntfs-hard-drives-71721/)

justin9 07-10-2003 08:44 PM

Can't mount ntfs hard drives?
 
I know this is probably a real newbie question, but alas, I am a linux newb. I am having trouble mounting my 160gb ntfs hard drive. I used the command

mount -t ntfs /dev/hdb /mnt/160GBMaxtor
and i got this...
mount: fs type ntfs not supported by kernel

now I can understand this, but in the man 8 mount pages it clearly lists the supported types and ntfs is listed. I really need to mount this (and another 40gb ntfs drive) badly, and I misunderstanding something? Thanks.

ranger_nemo 07-10-2003 09:09 PM

Yes, NTFS is supported by mount, but it's not supported by your kernel. When a kernel is compiled, you choose which filesystems you want it to be able to use. Since NTFS support is still "experimental", it's not normally added to a standard kernel. If you are running RedHat, there is a module you can install to add NTFS support to your kernel. I don't know where to get it off the top of my head. Either search here or on Google. As for other distros, I don't know if you can add in support without compiling your own kernel.

justin9 07-10-2003 09:18 PM

While I was waiting for a reply I was actually searching this site for a mod, and I found one at http://linux-ntfs.sourceforge.net/info/redhat.html . I am trying it out now. Thanks!

deanrantala 07-10-2003 09:30 PM

Be VERY carefull with NTFS under linux. It is supported under linux, but I STRONGLY suggest you only provide read access to it. DO NOT try to mount it in read/write mode: you will most likely trash the hadr drive. Writing support for NTFS is very experimental at the best right now and should not be attempted. Even read access can cause problems from time to time, so be carefull....

boftron 07-11-2003 02:35 PM

http://linux-ntfs.sourceforge.net/info/redhat.html <-- that doesn't work for me i always get "mount: fs type ntfs not supported by kernel"

:/

vinay_s_s 07-11-2003 03:10 PM

which version of redhat do u use? anyway, search for an rpm of ntfs modules suitable for redhat kernel at:
rpm.pbone.net

ingy866 07-11-2003 05:50 PM

Couldn't you just compile your kernel again adding NTFS support? (if you know how, don't worry if you don't, just listen to the other nice people)

boftron 07-11-2003 06:08 PM

Quote:

Originally posted by vinay_s_s
which version of redhat do u use? anyway, search for an rpm of ntfs modules suitable for redhat kernel at:
rpm.pbone.net

i'm using red hat 9.0 kernel 2.4.20-18.9

vinay_s_s 07-14-2003 11:02 PM

goto rpm.pbone.net, then search for ntfs module rpm for the exact version of your kernel, install it then try mounting the partition

(look for the exact version :i686 or i386)


All times are GMT -5. The time now is 09:38 AM.