[EMAIL PROTECTED] said:
> Does anybody know how to format a 1 Gb Jaz drive cartridge on RH 6.1
> This message was sent by XFMail
Well, assuming it's basically the same process as a 2Gb Jaz cartridge,
I just do the following (mine's scsi):
fdisk /dev/sda
d
4 (Iomega cartridge disks are usually partition 4)
n
p
1
<CR>
<CR>
w
which leaves me with a single partition, 1, on the cartridge.
Then:
mke2fs /dev/sda1
which formats it. Then just mount as usual.
best
rickf
--
Rick Forrister <[EMAIL PROTECTED]>
"To get something done a committee should consist of no more than
three people, two of whom are absent." Robert Copeland
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.