EntropySink

Technical & Scientific => Software => Topic started by: ahluka on March 19, 2006, 07:17:27 AM

Title: mounting ntfs drive
Post by: ahluka on March 19, 2006, 07:17:27 AM
I can't get my FC4 to mount my ntfs partition. I know it can because I've done it before, but it moans:

Quote
[root@localhost /]# cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
/dev/devpts             /dev/pts                devpts  gid=5,mode=620  0 0
/dev/shm                /dev/shm                tmpfs   defaults        0 0
/dev/proc               /proc                   proc    defaults        0 0
/dev/sys                /sys                    sysfs   defaults        0 0
/dev/VolGroup00/LogVol01 swap                    swap    defaults        0 0
/dev/hda5               /shared                 auto    defaults        0 0
/dev/fd0                /media/floppy           auto    pamconsole,exec,noauto,managed 0 0
/dev/hdc                /media/cdrecorder       auto    pamconsole,exec,noauto,managed 0 0
[root@localhost /]# mount /dev/hda5
mount: unknown filesystem type 'ntfs'
[root@localhost /]#

:(
Title: mounting ntfs drive
Post by: Perspective on March 19, 2006, 01:19:04 PM
Do you have the ntfs driver installed?
http://www.linux-ntfs.org/ (http://www.linux-ntfs.org/)

edit: if you updated your kernel you'll need to update to the coresponding driver