I'm pretty sure that the drive is connected properly. I have not yet been on site to check but the following shows that there is a /dev/hdc connected. The drive is in a removeable IDE cage but since it shows up it's obviously connected. The backup script runs fine.
I have fixed the fstab entry it now reads:
/dev/hdc3 /mnt/backup ext3 defaults 1 2
sfdisk -lg returns:
/dev/hda: 30515 cylinders, 255 heads, 63 sectors/track
Disk /dev/hda: 30515 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/hda1 * 0+ 12 13- 104391 83 Linux
/dev/hda2 13 45 33 265072+ 82 Linux swap
/dev/hda3 46 30514 30469 244742242+ 83 Linux
/dev/hda4 0 - 0 0 0 Empty
/dev/hdc: 30515 cylinders, 255 heads, 63 sectors/track
Disk /dev/hdc: 30515 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/hdc1 * 0+ 12 13- 104391 83 Linux
/dev/hdc2 13 45 33 265072+ 82 Linux swap
/dev/hdc3 46 30514 30469 244742242+ 83 Linux
/dev/hdc4 0 - 0 0 0 Empty
df -TP /dev/hdc3 returns:
Filesystem Type 1024-blocks Used Available Capacity Mounted on
/dev/hdc3 - 240900672 6123412 222540148 3%
mount /mnt/backup still returns:
mount: wrong fs type, bad option, bad superblock on /dev/hdc3,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?