TeliuTe 写了:看不出那12.1G分到哪了,说一下安装时分了哪几个区,容量各是多少
把 /etc/fstab 内容贴一下
谢谢!文件全部内容见下述:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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 nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=47c89e94-110e-46c5-abe7-1b9205e6fe86 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda5 during installation
UUID=dbca5926-ae50-45b8-ade8-e8127c0cb0c7 /boot ext3 defaults 0 2
# /home was on /dev/sda6 during installation
UUID=00103934-5b92-47a7-8099-f7b24c555902 /home ext2 defaults 0 2
# /usr/local was on /dev/sda8 during installation
UUID=9294121b-e196-44e7-bb80-d4d75dcf9bdd /usr/local ext4 defaults 0 2
# swap was on /dev/sda7 during installation
UUID=31a91d84-cdfb-4139-a1ff-61d19021220c none swap sw 0 0