Вроде все понятно, но не получается :(
систем не фря, стоит а линух, ехт2 были разделы кромае одного. было их штук 7, более точных данных не осталось.
вот что говори фдиск
-------
Command (m for help): p
Disk /dev/hda: 61.4 GB, 61492838400 bytes
16 heads, 63 sectors/track, 119150 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Device Boot Start End Blocks Id System
/dev/hda1 ? 4213638 4097239 2088818490 1 FAT12
Partition 1 does not end on cylinder boundary.
/dev/hda2 ? 1065445 818503 2023024920+ 42 SFS
Partition 2 does not end on cylinder boundary.
/dev/hda3 ? 1688099 1688753 329394 6f Unknown
Partition 3 does not end on cylinder boundary.
/dev/hda4 1387265 2423059 522040026+ 49 Unknown
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
Command (m for help):
------
далее
====
root@stamina:~# mke2fs -n /dev/hda
mke2fs 1.32 (09-Nov-2002)
/dev/hda is entire device, not just one partition!
Proceed anyway? (y,n) y
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
7520256 inodes, 15012900 blocks
750645 blocks (5.00%) reserved for the super user
First data block=0
459 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424
============
пытаюсь далать чек
============
root@stamina:~# e2fsck -b 11239424 /dev/hda
e2fsck 1.32 (09-Nov-2002)
e2fsck: Invalid argument while trying to open /dev/hda
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>
========
или
=======
root@stamina:~# e2fsck -b 11239424 /dev/hda1
e2fsck 1.32 (09-Nov-2002)
e2fsck: Attempt to read block from filesystem resulted in short read while trying to open /dev/hda1
Could this be a zero-length partition?
root@stamina:~#
=======
пробовал вырианты с блоками и устройствами, то же.
что я не правильно делаю?