boneidle
09-22-2001, 10:45 PM
Having problems with the cd I burnt for some drivers that i downlaoded so i was wondering how could I access my windows patition to get these files I'm using redhat 7.0 if it's any help thanks
|
Click to See Complete Forum and Search --> : accessing windows partition boneidle 09-22-2001, 10:45 PM Having problems with the cd I burnt for some drivers that i downlaoded so i was wondering how could I access my windows patition to get these files I'm using redhat 7.0 if it's any help thanks xh3g 09-22-2001, 11:35 PM first make a directory like /win `mkdir /win` (as root), then add a line like this (this one oughta work) to /etc/fstab (again as root): /dev/hda1 /win vfat defaults 0 0 then (again as the all-powerful root :) ) `mount /win` from the command line and it should mount. everything on your windows partition will be found in the /win directory. the only stipulation is that the directory that you make '/win/ and the name of the mount point '/win' in the /etc/fstab line you add need to be the same. for further refference look up the fstab man page. `man fstab` justlinux.com
Copyright Internet.com Inc. All Rights Reserved. |