Results 1 to 7 of 7
Hello,
I'm having trouble mounting an NTFS file system in Fedora Core 4. I have the following line in my /etc/fstab file: "/dev/hda1 /media/WinXP ntfs users,owner,ro,umask=000 0 0"
And the ...
- 11-24-2005 #1Just Joined!
- Join Date
- Nov 2005
- Posts
- 4
Mounting NTFS in FC4
Hello,
I'm having trouble mounting an NTFS file system in Fedora Core 4. I have the following line in my /etc/fstab file: "/dev/hda1 /media/WinXP ntfs users,owner,ro,umask=000 0 0"
And the file /lib/modules/2.6.11-1.1369_FC4/kernel/fs/ntfs/ntfs.ko is present. However, when I type "mount -a" I get the error "mount: unknown filesystem type 'ntfs'". I used to be able to read this partition, I didn't use it for about a week, when I tried again it didn't work. Is it possable a kernel update caused this? Any help would be appreciated.
- 11-24-2005 #2
This is a stab in the dark, but try this,
See if that allows you to do it.Code:modprobe ntfs modules-update
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 11-24-2005 #3Just Joined!
- Join Date
- Nov 2005
- Posts
- 4
modprobe ntfs comes back with "FATAL: Module ntfs not found." but i was unable to find a command called modules.
- 11-24-2005 #4Just Joined!
- Join Date
- Nov 2005
- Posts
- 4
Sorry, I meant I couldn't find modules-update
- 11-24-2005 #5
Make sure you're doing this as root.
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 11-24-2005 #6Just Joined!
- Join Date
- Nov 2005
- Posts
- 4
I'm root
- 11-24-2005 #7Linux Enthusiast
- Join Date
- Aug 2005
- Location
- Hell
- Posts
- 514
Re: Mounting NTFS in FC4
Yes, the NTFS kernel module is installed for a specific kernel. After you install a new kernel, reinstall the NTFS kernel module from here or with "yum install kernel-module-ntfs-$(uname -r)" if you have Livna.
Originally Posted by BeanieBoy


Reply With Quote