Everytime I boot, fsck decides it's time to check all filesystems.
My 3 ext3-partitions (on 1 hard disk) do splendid of course but it then start checking my NTFS SATA disk (2 partitions). I then get a warning that looks like this one.
Code:
aaargh486@SPHERE:~$ sudo fsck /dev/sda
Password:
fsck 1.40-WIP (14-Nov-2006)
e2fsck 1.40-WIP (14-Nov-2006)
Couldn't find ext2 superblock, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sda
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
It then ask me to enter my root password for maintenance or to press Ctrl+D.
If I press ctrl+d it boots just fine, but the next time I boot it's there again.
If I enter my root password, it gives an error message
Code:
The program 'apt' is currently not installed. You can install it by typing:
apt-get install apt
bash: apt-get: command not found
But I didn't really know what to do so I just booted again.
I have absolutely no problem mounting them and I can write and read everything I want (well I suppose, I haven't yet checked the full 320 GB).
I don't know if I can boot, and I have no intentions to boot Windoze any time in the near future.
Also, both disks are not mentioned in /etc/fstab.
I hope you can help me, because it's terribly irritating to press Ctrl+D everytime.
Thanks in advance, Kasper.