[ale] Formatting a fixed disk and diskette

Robert L. Harris robert at ast.lmco.com
Thu Sep 25 13:29:44 EDT 1997


Christopher Smiga wrote:
> 
> Could someone send me the syntax to format a fixed disk and floppy
> diskette in Linux.
> _____________________________________________________________________
> Sent by RocketMail. Get your free e-mail at http://www.rocketmail.com

toformat your second ide hard-disk, first partition as dos it would be :
mkfs -t msdos /dev/hdb1
  as a linx filesystem
mkfs -t ext2 /dev/hdb1

The floppy would be simmilar except use /dev/fd0 instead.

mkfs -t msdos /dev/fd0
mkfs -t ext2 /dev/fd0

Robert

-- 
---------------------------------------------------------------------------
Robert L. Harris          |   If NT is the answer, 
System Engineer For Hire. \_    You don't understand the question 

Email:
Robert at ast.lmco.com
http://www.orci.com/~nomad

DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.

perl -e 'print
$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'






More information about the Ale mailing list