Almost all Latest Linux will automatically mount. But if you are facing this issue don't worry. login as root
open terminal
1.type fdisk -l (it shows all part ion) check the windows partition eg it will display like this /dev/hda5 wfat .
Then u can make sure that its fat part ion after that.
2. create a folder mount fat file system to that folder eg ( mount /dev/hda5 folder name) then.
3. In terminal Type vim/etc/fstab type in this order
/dev/hda5 folder name vfat(filetype) defaults 0,0
4. once again in terminal type mount -a
done
No comments:
Post a Comment