hey, first create a mount point like /mnt/win mkdir /mnt/win and then give this mount -t vfat /dev/hdb3 /mnt/win you can also add this entry in /etc/fstab so that you don't have to mount it everytime. /dev/hdb3 /mnt/win vfat defaults 0 0 Regards Ankush On Wed, 16 Feb 2005 11:51:50 -0800 (PST), ddanc1984-linux@xxxxxxxxx <ddanc1984-linux@xxxxxxxxx> wrote: > Date: Wed, 16 Feb 2005 13:30:27 +0900 > From: Mark Sargent <powderkeg@xxxxxxxxxxxxxxxx> > Subject: Re: Repartitioning a Linux drive > To: For users of Fedora Core releases > <fedora-list@xxxxxxxxxx> > Message-ID: <4212CC63.2080706@xxxxxxxxxxxxxxxx> > Content-Type: text/plain; charset=ISO-8859-1; > format=flowed > > ddanc1984-linux@xxxxxxxxx wrote: > > >Newbie question. I installed FC3 on a blank drive in > >a dual disk system with XP Pro. For reasons not > >associated with FC3 I would like to add a small FAT32 > >partition on the FC3 drive (meaning I have to adjust > >the partitions). I've seen references to Disk Druid > >and fdisk but where do you find them and how do you > >execute them? I have my original installation disks > >if that's any value. > > > > > > > Hi All, > > just download systemrescue cd from www.sysrescd.org > and use qtparted. > That should do the trick. Cheers. > > Mark Sargent. > > Thanks. I have the new primary partition in as a > FAT32 however FC3 doesn't recognize it. In the /dev I > can see hdb3 but how do I get it to mount? > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >