Results 1 to 2 of 2
when i use the command
mount -t ntfs /dev/hda1 /mnt/win_c
i get the error
fs type not supported.
what should i do to mount my ntfs partition....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-25-2005 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 41
mounting ntfs error
when i use the command
mount -t ntfs /dev/hda1 /mnt/win_c
i get the error
fs type not supported.
what should i do to mount my ntfs partition.
- 09-25-2005 #2
The problem is that you haven't selected ntfs support in the kernel, if you complised you own kernel, go back and in the FileSystems part select to have the ntfs support built in or as a module. If you have an rpm based distro, mandriva and suse already come with ntfs support, but Fedora core doesn't, so you might want to check out http://linux-ntfs.sf.net and download and install it (use the instructions on the site, and follow them carefully).
Once you have the ntfs support you should be able to mount as you are currently trying to do:I hope this has helped.Code:mount -t ntfs /dev/hda1 /mnt/win_c


Reply With Quote
