This first part I needed to get my zip partitions to work
properly. Before I did this it generated tons of I/0 errors
I suceeded in putting an ext2 filessytem on the
zip drive. Below are the solutions I combined
to solve the problem incase anyone else wants
to do it. I have an atapi ide internal zip drive on
hdb
From: L J Bayuk <
>If you are running (or can upgrade to) Linux kernel 2.2.11, the
>ZIP ATAPI driver has been fixed, so you don't have to do anything.
>
>If you are running an older 2.2.x kernel, you can apply the fix
>without recompiling like this:
> # echo max_kb_per_request:32 > /proc/ide/hdd/settings
>This assumes your ZIP drive is "hdd" (secondary IDE channel,
>slave device). After testing, put this line into someplace like
>rc.local so it runs on each boot.
Then following Jeff Graves advice
I tried using cfdisk to change file
system type on hdb4 to a linux
filesystem leaving everything the
same. I wrote the new partition
table. Then I typed
mkfs -t ext2 /dev/hdb4
I can now mount it and write to it
or use cpio with it successfully.
Thank you everyone
Linda Hanigan
----- Original Message -----
From: Adahma <[EMAIL PROTECTED]>
To: RedHat List <[EMAIL PROTECTED]>
Sent: Monday, June 12, 2000 2:45 PM
Subject: Formating a ZIP Disk
> Sorry to ask such a seemingly simple question, but I can't get this
> done.
>
> How would one format a ZIP disk with the standard Linux file system
> on it?
>
> Thanks in advance,
> Adahma
>
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
>
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.