[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Formatting a fixed disk and diskette
- Subject: [ale] Formatting a fixed disk and diskette
- From: robert at ast.lmco.com (Robert L. Harris)
- Date: Thu, 25 Sep 1997 11:29:44 -0600
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);'