Вот вывод fdisk -l
Код: Выделить всё
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 797 6401871 83 Linux
/dev/hda2 798 9729 71746290 f W95 Ext'd (LBA)
/dev/hda5 798 8898 65071250+ 7 HPFS/NTFS
/dev/hda6 8899 8963 522081 82 Linux swap / Solaris
/dev/hda7 * 8964 9219 2056288+ 83 Linux
/dev/hda8 9451 9729 2241036 83 Linux
Disk /dev/hdb: 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/hdb1 * 1 4865 39078081 7 HPFS/NTFS
Disk /dev/sda: 160.0 GB, 160041885696 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 13054 104856223+ 83 Linux
Disk /dev/dm-0: 40.0 GB, 40015954944 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/dm-0p1 ? 13578 119522 850995205 72 Unknown
Partition 1 does not end on cylinder boundary.
/dev/dm-0p2 ? 45382 79243 271987362 74 Unknown
Partition 2 does not end on cylinder boundary.
/dev/dm-0p3 ? 10499 10499 0 65 Novell Netware 386
Partition 3 does not end on cylinder boundary.
/dev/dm-0p4 167628 167631 25817+ 0 Empty
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
Disk /dev/dm-1: 107.3 GB, 107372772864 bytes
255 heads, 63 sectors/track, 13053 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/dm-1 doesn't contain a valid partition table
О_о непонятно откуда взявшийся 107.3 гб раздел...
Код: Выделить всё
# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda7 / reiserfs notail 0 1
/dev/hda8 /home reiserfs defaults 0 2
/dev/hda1 /usr reiserfs defaults 0 0
/dev/hda6 none swap sw 0 0
#/dev/hdb /media/cdrom udf,iso9660 user,noauto,iocharset=cp1251 0 0
/dev/fd0 /media/floppy auto rw,user,noauto 0 0
/dev/hda5 /media/big ntfs user,nls=utf8,umask=022 0 0
/dev/sda1 /media/sat reiserfs defaults 0 0
/dev/hdb1 /media/gig ntfs user,nls=utf8,umask=022 0 0
Код: Выделить всё
# cat /etc/mtab
/dev/hda7 / reiserfs rw,notail 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
procbususb /proc/bus/usb usbfs rw 0 0
udev /dev tmpfs rw,mode=0755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
/dev/hda8 /home reiserfs rw 0 0
/dev/hda1 /usr reiserfs rw 0 0
/dev/hda5 /media/big ntfs rw,noexec,nosuid,nodev,nls=utf8,umask=022 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
Теперь еще и не могу смонтировать подцепленный на место сидирома 40гб идешный винт... тем не менее, все разделы hda монтируются без проблем, система грузится...