[dundee] [jtsmoore@revolution-os.com: Re: Screening of Revolution OS]
Jonathan Riddell
dundee at lists.lug.org.uk
Thu Jul 17 20:12:01 2003
On Thu, Jul 17, 2003 at 07:59:20PM +0100, jim wrote:
> also I set up a DOS partions which redhat id as vfat, but i cant seem to
> access it or even find it any ideas?
What have you tried to do to access it?
as root:
fdisk /dev/hda (or hdb etc)
p will list the partitions
q will quit
Is it listed there?
Have you formatted it?
mkfs.vfat /dev/hdaX where X is partition number
Jonathan Riddell