On Tue, Jul 17, 2001 at 11:32:08AM +0100, Frank Zimmermann wrote: > filnames. Well, most times I use vfat foramttd ZIPs and the few > times I use something else I use > mount -t hfs /dev/hdd /zip > (why don't I need a partition number in this case?)
You don't. I did "mke2fs /dev/sda; mount -t ext2 /dev/sda /zip" on a couple of zipdisks and it works fine. Cheers, Joost