Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    This is a stab in the dark, but try this,
    Code:
    modprobe ntfs
    modules-update
    See if that allows you to do it.
    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

  3. #3
    Just 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.

  4. #4
    Just Joined!
    Join Date
    Nov 2005
    Posts
    4
    Sorry, I meant I couldn't find modules-update

  5. #5
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    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

  6. #6
    Just Joined!
    Join Date
    Nov 2005
    Posts
    4
    I'm root

  7. #7
    Linux Enthusiast
    Join Date
    Aug 2005
    Location
    Hell
    Posts
    514

    Re: Mounting NTFS in FC4

    Quote Originally Posted by BeanieBoy
    Is it possable a kernel update caused this?
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...