В виде пояснения привожу здесь:
Код: Выделить всё
fdisk -l
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe0ad99b4
Device Boot Start End Blocks Id System
/dev/sda1 1 192 1536000 27 Unknown
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 192 15235 120832000 7 HPFS/NTFS
/dev/sda3 15236 15277 337365 83 Linux
/dev/sda4 15278 30401 121483530 5 Extended
/dev/sda5 15278 15885 4883728+ 83 Linux
/dev/sda6 15886 16250 2931831 83 Linux
/dev/sda7 16251 16319 554211 82 Linux swap / Solaris
/dev/sda8 16581 16629 393561 83 Linux
/dev/sda9 16630 30401 110623558+ 83 Linux
/dev/sda10 16320 16580 2096451 83 Linux
Partition table entries are not in disk order
Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x99e6fef1
Device Boot Start End Blocks Id System
/dev/sdb1 1 38913 312568641 c W95 FAT32 (LBA)и
Код: Выделить всё
cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda3 / ext3 errors=remount-ro 0 1
/dev/sda9 /home ext3 defaults 0 2
/dev/sda8 /tmp ext3 defaults 0 2
/dev/sda5 /usr ext3 defaults 0 2
/dev/sda6 /var ext3 defaults 0 2
/dev/sda10 /opt ext3 defaults 0 2
/dev/sda7 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0