当时分区时是给了3.9G的,中间重装了一次系统可能是忘记挂载了。现在怎么挂载上?

swap应该没挂载上
代码: 全选
lushize@lushize-GateWay:~$ free -m
total used free shared buffers cached
Mem: 2879 2710 169 0 78 1933
-/+ buffers/cache: 698 2181
Swap: 0 0 0
代码: 全选
lushize@lushize-GateWay:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
#Entry for /dev/sda11 :
UUID=9e0876d3-6bef-472c-9b26-334f5581e194 / ext4 errors=remount-ro 0 1
#Entry for /dev/sda8 :
UUID=05c53272-2c28-4a3c-9e85-01b905aaaf94 /boot ext4 defaults 02
#Entry for /dev/sda9 :
UUID=17f64e99-0b14-4a86-ba9f-df054eadc5bc /home ext4 defaults 02
#Entry for /dev/sda10 :
UUID=ca62e2dc-e9f9-434f-9a4b-4f230c8ca1f7 /tmp ext4 defaults 02
#Entry for /dev/sda5 :
UUID=01CC470DE62E4240 /windows ntfs-3g defaults,locale=zh_CN.UTF-8 00
#Entry for /dev/mapper/cryptswap1 :
UUID=75b0e391-ec20-47e8-9d06-6ff2ae6ae95f none swap sw 0 0
#UUID=b3c2404c-4339-4629-beac-50cfc89175e6 none swap sw 0 0
代码: 全选
lushize@lushize-GateWay:~$ sudo blkid
/dev/sda1: UUID="C0967D27967D1EDA" TYPE="ntfs"
/dev/sda2: LABEL="Program" UUID="4E3268E03268CF11" TYPE="ntfs"
/dev/sda5: LABEL="M-dM-;M-^SM-eM-:M-^S" UUID="01CC470DE62E4240" TYPE="ntfs"
/dev/sda6: LABEL="Back" UUID="01CC470DEC98B700" TYPE="ntfs"
/dev/sda8: UUID="05c53272-2c28-4a3c-9e85-01b905aaaf94" TYPE="ext4"
/dev/sda9: UUID="17f64e99-0b14-4a86-ba9f-df054eadc5bc" TYPE="ext4"
/dev/sda10: UUID="ca62e2dc-e9f9-434f-9a4b-4f230c8ca1f7" TYPE="ext4"
/dev/sda11: UUID="9e0876d3-6bef-472c-9b26-334f5581e194" TYPE="ext4"
/dev/mapper/cryptswap1: UUID="5c4c5b7f-cd17-472c-88f6-83e676ba1bbb" TYPE="swap"
代码: 全选
lushize@lushize-GateWay:~$ swapon -s
Filename Type Size Used Priority
代码: 全选
lushize@lushize-GateWay:~$ sudo fdisk -l
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xbf8d4326
Device Boot Start End Blocks Id System
/dev/sda1 * 63 74123909 37061923+ 7 HPFS/NTFS/exFAT
Partition 1 does not start on physical sector boundary.
/dev/sda2 74123912 202210154 64043121+ 7 HPFS/NTFS/exFAT
/dev/sda3 202210216 1250263039 524026412 f W95 Ext'd (LBA)
/dev/sda5 202210218 715727879 256758831 7 HPFS/NTFS/exFAT
Partition 5 does not start on physical sector boundary.
/dev/sda6 715727943 879574814 81923436 7 HPFS/NTFS/exFAT
Partition 6 does not start on physical sector boundary.
/dev/sda7 920717343 928894364 4088511 82 Linux swap / Solaris
Partition 7 does not start on physical sector boundary.
/dev/sda8 920524800 920715263 95232 83 Linux
/dev/sda9 928894976 1233051647 152078336 83 Linux
/dev/sda10 1233053696 1250263039 8604672 83 Linux
/dev/sda11 879575040 920522751 20473856 83 Linux
Partition table entries are not in disk order
Disk /dev/mapper/cryptswap1: 4186 MB, 4186635264 bytes
255 heads, 63 sectors/track, 508 cylinders, total 8177022 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Alignment offset: 512 bytes
Disk identifier: 0x2fd8fb64
Disk /dev/mapper/cryptswap1 doesn't contain a valid partition table
