Click to See Complete Forum and Search --> : using windows partitions in linux


nvmike
11-17-2002, 09:43 AM
here is a simple one. i need to know how to make my windows patitions available in rh8. the easiest way, would be nice thank you

mdwatts
11-17-2002, 11:01 AM
Very popular question asked here at LNO.

These search results for 'vfat fstab' (http://linuxnewbie.org/forum/search.php?s=&action=showresults&searchid=200838&sortby=lastpost&sortorder=descending) will give you loads of suggestions.

dkeav
11-17-2002, 01:08 PM
look in mnt make sure it isnt already there
if not make a directory for it and mount the partition

mkdir /mnt/windows

mount /dev/hda0 /mnt/windows

something like that