Hallo,
Ich habe bei der Installation von Ubuntu eine Partition für meine Musik angelegt. Nach der Installation hab ich dann gemerkt, dass ich die ausversehen mit Ext3 und nicht wie eigentlich beabsichtigt mit FAT32 formatiert habe (Brauche meine Musik unter Win+Linux). Also hab ich im laufendem betrieb von Ubuntu die Platte mit
eject /dev/sda6
ausgeworfen, und dann mit gParted (mit Convert) die Platte von Ext3 nach FAT32 Umgewandelt. Ging auch zuerst auch alles wunderbar, doch nun kommt seit dort bei jedem Start dieser Fehler:
e2fsck: Bad magic number in super-block while trying to open /dev/sda6 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>
Zuerst heisst es wie normal "Checking all Filesystems", dann wechselt Ubuntu zum Text-Modus-Start und diese Meldung erscheint.
fsck.ext3 /dev/sda6
(In diesem Thread gelesen) bringt
e2fsck 1.38 (30-Jun-2005) /dev/sda6: clean, 18367/7766016 files, 4109636/15524806 blocks
Meine /etc/fstab:
# /etc/fstab/: static file system information # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 7 /dev/sda5 / ext3 defaults,errors=remount-ro 0 0 /dev/sda6 /home ext3 defaults 0 2 /dev/sda1 /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=4se 0 1 /dev/sda2 /media/sda2 ext3 defaults 0 2 /dev/sda3 none swap sw 0 2 /dev/scd0 /media/cdrom0 cdrom vdf,iso9660 user,noauto 0 0
fdisk -l
ergibt:
Disk /dev/sda: 160.0 GB, 160041885686 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 2598 20865568+ 7 HPFS/NTFS Partition 1 does not end on cylinder boundary /dev/sda2 2599 8997 51399967+ b W95 FAT32 /dev/sda3 8998 9128 1052257+ 82 Linux Swap / Solaris /dev/sda4 9129 19457 82967692+ 5 Extended /dev/sda5 9129 11726 10868493+ 83 Linux /dev/sda6 11727 19457 62099226 83 Linux
Bitte um Hilfe!
Gruss Flo
EDIT: Ubuntu-Version vergessen anzugeben