Не могу подмонтировать диск! Никогда с таким не сталкивался:
root@orange:~# fdisk -l
Disk /dev/sdb: 164.7 GB, 164696555520 bytes
255 heads, 63 sectors/track, 20023 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9510c669
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 19652 157854658+ 83 Linux
/dev/sdb2 19653 20023 2980057+ 5 Extended
/dev/sdb5 19653 20023 2980026 82 Linux swap / Solaris
Disk /dev/sda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000199ea
Device Boot Start End Blocks Id System
/dev/sda1 * 1 4834 38829073+ 8e Linux LVM
/dev/sda2 4835 4865 249007+ 5 Extended
/dev/sda5 4835 4865 248976 83 Linux
Диск на 40 гигов это загрузочный, 160 который хочу подключить. Далее:
root@orange:~# mount /dev/sdb5 /files
mount: special device /dev/sdb5 does not exist
root@orange:~# mount /dev/sdb2 /files
mount: special device /dev/sdb2 does not exist
root@orange:~# mount /dev/sdb1 /files
mount: special device /dev/sdb1 does not exist