View Single Post
Old 26-02-2005, 02:01 PM   #1 (permalink)
lamrinnirmal
Broken In
 
Join Date: Jan 2004
Location: /bin/sh
Posts: 158
Default mounting fat32 on ext3

i remember seeing this thread..... and i tried to look for it but dint find it .......it was'nt mentioned in GNUrags -"These topics have been covered"

anyways i wanted to mount my mp3's onto my red hat. i entered the below code in the CLI

mkdir /mnt/win
mount -t vfat /dev/hda1 /mnt/win

and i got my c drive contents in the /mnt/win directory!
now if i want to mount my d drive contents , how do i?
what about a second (slave) hdd and its respective partitions.
lamrinnirmal is offline