On Wed, Oct 20, 2004 at 04:44:33PM -0500, John Kaba wrote:
> SuSE Instsys zlinux:/root # dasdfmt -f /dev/dasda1 -b 4096 -d cdl
                                         ^^^^^^^^^^^
I don't think this is what you want.

If you've done dasdfmt and fdasd already on /dev/dasda, your next step is to
make a filesystem on the partition /dev/dasda1.  If you have not yet run
dasdfmt, you mean to format the drive (/dev/dasda) not the partition.

# dasdfmt -f /dev/dasda -b 4096
# fdasd -a /dev/dasda
# mke2fs -j /dev/dasda1

The first formats the device (CDL is the default nowadays, no need to specify
it), the second creates a single partition that uses all space on the device,
the third creates an ext3 filesystem on the partition (if you want a different
filesystem type, substitute the appropriate command).

Cheers,
Vic Cross

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to