Results 1 to 4 of 4
hi all
i have windows and linux (fedora )install on my pc...
every time in linux i need to mount windows file system....
using following comman.:
#] mount -t vfat ...
- 02-16-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 2
mount file system of windows
hi all
i have windows and linux (fedora )install on my pc...
every time in linux i need to mount windows file system....
using following comman.:
#] mount -t vfat /dev/hda1 /mnt/cdrive
but i want my all drives (windows )get mounted permenantly on linux ..
whenever i start linux................
thanks ...all
- 02-16-2009 #2
Dear my friend,
open and edit the /etc/fstab
/dev/hda1 /mnt/cdrive vfat defaults 0 0 0
use the same line for other partition.
you don't need to use mount command at after restart linux
Thanks
Raziq
- 02-16-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 2
thanks i will check it
- 02-16-2009 #4
You should not mount partition at /mnt/cddrive folder.
Create a new folder for Windows Partition in /media.
Add this code in /etc/fstab file :Code:su - mkdir /media/hda1
Code:/dev/hda1 /media/hda1 vfat defaults,umask=0 0 0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote