Po przeszukaniu wszelkich znanych mi źródeł nie udało mi się rozwiązać problemu - dlatego tu piszę :]
PROBLEM(podczas ładowania):
INFO:* Checking for root filesystem ...
fsck.ext3: Not a directory while trying to open /dev/hdb3/
/dev/hdb3/:
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 iscorrupte and you might try running e2fsck with an alternative superblock:
e3fsck -b 8193 <device>
* File system couldn't be fixed[!!]
Give root password for maintance
(or type Control-D to continue)
Code: Select all
livecd / # fdisk -l
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1531 12297726 c W95 FAT32 (LBA)
/dev/hda2 1532 4865 26780355 f W95 Ext'd (LBA)
/dev/hda5 1532 3198 13390146 b W95 FAT32
/dev/hda6 3199 4865 13390146 b W95 FAT32
Disk /dev/hdb: 20.0 GB, 20020396544 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 1275 10241406 c W95 FAT32 (LBA)
/dev/hdb2 1276 1878 4843597+ f W95 Ext'd (LBA)
/dev/hdb3 * 1879 2429 4425907+ 83 Linux
/dev/hdb4 * 2430 2434 40162+ 83 Linux
/dev/hdb5 1276 1849 4610623+ b W95 FAT32
/dev/hdb6 1850 1878 232911 82 Linux swap / Solaris
Disk /dev/hdc: 850 MB, 850526208 bytes
32 heads, 63 sectors/track, 824 cylinders
Units = cylinders of 2016 * 512 = 1032192 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 1 824 830560+ 83 Linux
livecd / #
livecd / # cat /etc/fstab
/dev/hdb4/ /boot ext2 noauto,noatime 0 1
proc /proc proc defaults 0 0
/dev/hdb6/ none swap sw 0 0
/dev/hdb3/ / ext3 noatime 0 1
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0Potem jeszcze usunołem partycję /dev/hdb4 i utworzyłem ją na nowo nadałem active tak ze po fdisk -l zmieniło sie na:livecd / # e2fsck -c /dev/hdb4
e2fsck 1.37 (21-Mar-2005)
Checking for bad blocks (read-only test): done 162
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/hdb4: ***** FILE SYSTEM WAS MODIFIED *****
/dev/hdb4: 12/20080 files (0.0% non-contiguous), 4813/40162 blocks
livecd / # e2fsck -b 8193 /dev/hdb4
e2fsck 1.37 (21-Mar-2005)
/dev/hdb4: clean, 11/20080 files, 2540/40162 blocks
livecd / # e2fsck -b 32768 /dev/hdb4
e2fsck 1.37 (21-Mar-2005)
e2fsck: Invalid argument while trying to open /dev/hdb4
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>
Dodam tylko ze uzywalem zarowno wlasnorecznie skompilowanego kernela jak i genkernela i na obu pojawia sie ten sam błąd./dev/hdb3 1879 2429 4425907+ 83 Linux
/dev/hdb4 * 2430 2434 40162+ 83 Linux
Z góry dziękuję za pomoc


