"D.V. Rogers" wrote:

> /etc/fstab indicates that;
> 
> My windows partition is in /dev/hda1
> /boot  is /dev/hda5
> swap is /dev/hda6
> / is hda6

fstab doesn't give you the layout of a disk.. try fdisk,
but be careful: read the help and do not save any configurations
to the hard drive. e.g.

$ sudo fdisk /dev/hda
THEN TYPE m for help:

THE TYPE p to print the partition table

$ sudo sudo fdisk -l /dev/hda
if you are really lazy :)

(sudo is required: the disk can only be directly accessed as root)


cheers
rickw



-- 
_________________________________
Rick Welykochy || Praxis Services

"To mess up a Linux box, you need to work at it;
 to mess up your Windows box, you just need to work on it."
     -- Scott Granneman, SecurityFocus
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to