On Sunday 23 October 2005 01:50 AM, Gopi K wrote:
hi all !
i would want to read some file from my windows directory . i have created a dir called win in the mnt directory.
when i give the following command.
# mount /dev/hda1 /mnt/win
i get the following error mount: fs type ntfs not supported by kernel
Because, Your kernel haven't support NTFS Partition. Try modprobe -l | grep ntfs If you found success result then try to load it using modprobe ntfs It will allow you to mount ntfs partition. Then try
mount /dev/hda1 /mnt/win
If your kernel haven't support of ntfs then you have to compile ntfs kernel module.
Cheers, Hardik Dalwadi.