и так что у меня имеется
Код: Выделить всё
# blkid
/dev/sdb1: UUID="2f426639-3f8b-4873-9452-97c382b4ab7f" TYPE="swap"
/dev/sdb2: UUID="25409fed-74bc-40c5-b645-c34b914aef02" TYPE="ext4"
/dev/sdb3: UUID="f2a08a93-8e60-4497-bdfb-36bb62342f93" TYPE="ext4"
/dev/sdb4: UUID="568a6550-1314-44c5-867b-b78b050fd0ac" TYPE="ext4"
/dev/sdc1: LABEL="melomania" UUID="9313e711-a02c-4e4d-be2d-03cdc4674c89" TYPE="reiserfs"Код: Выделить всё
sudo fdisk -l
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xa9c1886d
Device Boot Start End Blocks Id System
Disk /dev/sdb: 400.1 GB, 400088457216 bytes
255 heads, 63 sectors/track, 48641 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x28a63fb9
Device Boot Start End Blocks Id System
/dev/sdb1 1 62 497983+ 82 Linux swap / Solaris
/dev/sdb2 63 2409 18846720 83 Linux
/dev/sdb3 2435 48641 371157727+ 83 Linux
/dev/sdb4 2409 2434 204800 83 Linux
Partition table entries are not in disk order
Disk /dev/sdc: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xf178c7b5
Device Boot Start End Blocks Id System
/dev/sdc1 1 38913 312568641 83 LinuxКод: Выделить всё
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda2 during installation
UUID=25409fed-74bc-40c5-b645-c34b914aef02 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda4 during installation
UUID=568a6550-1314-44c5-867b-b78b050fd0ac /boot ext4 defaults 0 2
# swap was on /dev/sda1 during installation
UUID=2f426639-3f8b-4873-9452-97c382b4ab7f none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0мне нужно
/dev/sdb3: UUID="f2a08a93-8e60-4497-bdfb-36bb62342f93" TYPE="ext4"
примонтировать как /home/
и
/dev/sdc1: LABEL="melomania" UUID="9313e711-a02c-4e4d-be2d-03cdc4674c89" TYPE="reiserfs"
как /home/site