linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* udev and Iomega Zip drives
@ 2004-03-11 10:42 Alex Malinovich
  2004-03-11 10:55 ` Michal Čihař
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Malinovich @ 2004-03-11 10:42 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 1320 bytes --]

I just started using udev and I'm really thrilled so far. Having 4 USB
drives always appearing on the correct /dev/ entry is REALLY nice. Well,
make that 3. The 4th one is my Iomega Zip drive. And while it appears at
the correct /dev/ entry, it doesn't create any partition entries unless
the drive was plugged in with a disk already inside.

If I add a disk later, I have to access the drive in order for the disk
to be detected (fdisk -l /dev/iomega-zip for example). The problem is
that Zip drives ONLY use partition 4. So in order to mount the disk, I
have to mount /dev/iomega-zip4. I want that entry to be created as soon
as /dev/iomega-zip is created, regardless of whether there is a disk or
not so that when there IS a disk inside, I won't have to run fdisk -l or
anything else first. Unfortunately, using NAME{all_partitions} doesn't
work because it creates 15 partitions. This causes the drive to get VERY
confused and to spew out all sorts of invalid partition errors.

So is there a way to create just the partition 4 device as soon as the
device entry is created? Thanks in advance for any help.
-- 
Alex Malinovich
Support Free Software, delete your Windows partition TODAY!
Encrypted mail preferred. You can get my public key from any of the
pgp.net keyservers. Key ID: A6D24837


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-11 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-11 10:42 udev and Iomega Zip drives Alex Malinovich
2004-03-11 10:55 ` Michal Čihař

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).