Grant Coady wrote:
> Zip disks have always been a little strange, there's /usr/doc...ZIP-howto.
> What does the matching /etc/fstab line say?
> Linux never did like 'hard drives' with removeable media...
> Since you re-format yours, have you tried super-floppy, no partiton
> table?**Make*a*difference?**Still*/dev/hdd*--*may*not*change*anything.
Hi Grant,
IT WORKS!!! (Not marvelling, but shouting this time

) ). Well, superfloppy
was the answer. Dunno why, but 2.6 doesn't like partitions on zip disks
(whereas 2.4 does).
Solution:
mke2fs /dev/hdd
And then /etc/fstab:
/dev/hdd /zip ext2 noauto,user 0 0
Tried it in a few combinations, works like a charm.
Thanks!
Niki