bad disk unmount

Hi

I had a secondary drive which just had one partition on it mounted in one secondary folder.
I practically never used the drive and disconnected it.
Now during bootup SUSE stops on fsck saying

No such file or directory while trying to open /dev/disk/by-id/scsi-SATA…-part1
The superblock couldn not be read or does not describe a correct ext2 fs. If the device si valid and it really contains an ext2 fs then superblock might be corrupt and you might try running e2fsckl with alternate superbkock:
e2fsck -b 8189 <device>

fsck failed for at least one filesystem (not /)
Pleare repair manually and reboot.

Whad do I need to modify to make it forget there was a HDD there?!

Remove the respective entry in /etc/fstab.

Yeah I figured it out just after I posted.

Thank you for your kind reply!