Hello,
I have removed a disk from my Linux system, performing the following steps:
1. removed the respective entry from /etc/fstab
2. physically removed the disk
Now the system won't boot, complaining like this:
Code:
fsck.ext3: No such device or address while trying to open /dev/sda6
Possibly non-existent or swap device?
It is obvious that somehow fsck during boot thinks the disk is still there. Is there an extra step I should perform when removing a disk?
Any help would be appreciated.