![]() |
mount: unknown filesystem type 'ntfs' when trying to mount windows drive...
I get this error when I try to mount my Windows XP drive:
Code:
# mount /dev/hda1 /mnt/winCode:
# /etc/fstab: static file system information. |
for ntfs u need to have that support
either compile ur kernel for that support or visit linux-ntfs.sourceforge.net regards |
Quote:
|
Quote:
either comple ur kernel or visit that site linux-ntfs.sourceforge.net regards |
Ok, following this page I rebuilt the kernel with ntfs support. I then looked in /proc/filesystems but ntfs was not listed (I included it in the kernel, not as a module). I still get the same error when trying to mount (mount: unknown filesystem type 'ntfs')...did I do something wrong?
|
did u rebult ur kernel or got urself a prebuilt .obj file from the site??
and i f u built ur kernel are u sure u built it correctly regards |
Quote:
- cd /usr/src/linux - make menuconfig (include ntfs support) - make && make modules_install - cp bzImage to /boot - reboot EDIT: I added it as a module instead of built in, did make modules && modules_install, loaded the module and it works! Thanks. |
or just use livna on FC
Just incase a fellow Fedora user reads this....
If you're using Fedora just use the yum livna repository rpm.livna.org yum install kmod-ntfs |
New to linux (mostly)... gotta love yum!
I'm assuming I'll need to reboot? Also, did it download the kernel source? ("Dependency Installed: kernel.x86_64 0:2.6.18-1.2849.fc6" looks like it did) Thanx :D |
Can't mount a cdrw in Centos 5.1
Moved to new thread.
|
The /etc/fstab file isn't a bash script. It is a table of devices, mount points, filesystems and options.
Look at "man fstab". Does the "disc" already have data on it? It needs a filesystem before it can be mounted. If the cdrom drive is /dev/sr0 and you have a mount point /mnt/cdrom available, this command will mount the disc's filesystem: sudo mount -t iso9660 /dev/sr0 /mnt/cdrom -o ro,unhide The most recent distros use hal & udev that automatically create a device node and a mount point after you insert a disc. Then you get a popup on what you want to do. If it is a blank disc, then you need to burn it using a program, such as K3b. If it is an audio disc, you can't mount it because it doesn't have a filesystem. |
Hi jschiwal thanks (and Sorry) I posted in the wrong place, I moved my question to here: http://www.linuxquestions.org/questi...os-5.1-628666/
and am answering your question there right now... |
hii...
I'm using 2.6.18-1.2798.fc6 I used the following code: [root@localhost ~]# mount -t ntfs /dev/hda1 /mnt/ntfs it showed: mount: unknown filesystem type 'ntfs' as I have found out from forums that I need to install some kernel driver. please anyone help me to find out the right kernel driver.I'm not geting it anywhere. Please post the link from where to download. |
| All times are GMT -5. The time now is 04:04 PM. |