madInsane 08.08.2011 03:48 4694567411312774541995714

непойму хуле так...
fdisk -l /dev/sda

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x91069106

Device Boot Start End Blocks Id System
/dev/sda1 * 63 82558034 41278986 7 HPFS/NTFS
/dev/sda2 82558035 84517964 979965 83 Linux
/dev/sda3 84517965 86510024 996030 82 Linux swap / Solaris
/dev/sda4 86510025 156296384 34893180 5 Extended
/dev/sda5 86510088 115812584 14651248+ 83 Linux
/dev/sda6 115812648 156296384 20241868+ 83 Linux

livecd ~ # mount /dev/sda2 /mnt/gentoo
mount: you must specify the filesystem type

livecd ~ # mkfs.ext3 /dev/sda2
mke2fs 1.41.12 (17-May-2010)
mkfs.ext3: inode_size (128) * inodes_count (0) too big for a
filesystem with 0 blocks, specify higher inode_ratio (-i)
or lower inode count (-N).

livecd ~ # mount -t ext3 /dev/sda2 /mnt/gentoo
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog — try
dmesg | tail or so

Do you really want to delete ?