Thorsten Brenner wrote:
> Hello everybody,
>
> Now my Zip-Drive is running.
> The peculiar thing is, that the Drive was recognized as /dev/hda.
> In a german HOWTO of installing Zip-Drives i read that IDE-Drives can
> only be mounted as hdd or hda4.
> I turned the hda in my fstab to hda4 and my Zip-Drive works fine.
> The stupid thing, I have no other IDE-Drives and i can�t understand
> why i have to mount it as hda4.
> Has anybody a idea.
>
> By Thorsten
/dev/hda stands for the first drive on channel 1 of your IDE or E-IDE
controller
/dev/hda4 stands for partition 4 on /dev/hda
The zip disk comes from the factory with a partition (#4) set up.
You can remove the partition or change it just like a hard drive.
FOR PROOF DO:
umount it and do
fdisk /dev/hda
p (PRINT partition table TO SCREEN)
q (quit)