[root@localhost ~]# df -h
文件系统 容量 已用 可用 已用% 挂载点
/dev/sdb6 119G 4.5G 108G 4% /
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 1.9G 35M 1.8G 2% /dev/shm
tmpfs 1.9G 9.8M 1.8G 1% /run
tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup
/dev/sdb5 124G 274M 117G 1% /var
/dev/sdb1 20G 177M 19G 1% /home
/dev/sdb7 119G 203M 113G 1% /boot
tmpfs 370M 64K 369M 1% /run/user/1001
[root@localhost ~]# fdisk -l
磁盘 /dev/sdb:500.1 GB, 500107862016 字节,976773168 个扇区
Units = 扇区 of 1 * 512 = 512 bytes
扇区大小(逻辑/物理):512 字节 / 4096 字节
I/O 大小(最小/最佳):4096 字节 / 4096 字节
磁盘标签类型:dos
磁盘标识符:0x68ca835d
设备 Boot Start End Blocks Id System
/dev/sdb1 * 63 41965567 20982752+ 7 HPFS/NTFS/exFAT
Partition 1 does not start on physical sector boundary.
/dev/sdb2 209726688 976773167 383523240 f W95 Ext'd (LBA)
/dev/sdb3 41965568 58742783 8388608 82 Linux swap / Solaris
/dev/sdb5 209726751 472815615 131544432+ 7 HPFS/NTFS/exFAT
Partition 5 does not start on physical sector boundary.
/dev/sdb6 472815802 724563967 125874083 7 HPFS/NTFS/exFAT
Partition 6 does not start on physical sector boundary.
/dev/sdb7 724565637 976773119 126103741+ 7 HPFS/NTFS/exFAT
Partition 7 does not start on physical sector boundary.
Partition table entries are not in disk order
[root@localhost ~]#
老哥,哪里少了100g啊?你的硬盘不还是500g吗,看fdisk输出。
你的意思是还有100g磁盘未分配吧,直接分配挂载就完事了。可以使用fdisk操作,但比较复杂,推荐使用gparted。参考命令
$ # install
$ sudo apt-get install gparted
$ # run
$ sudo gparted
分配完了之后,进行挂载就可以了,假定你新分配的分区为/dev/sdb8
,希望的挂载点为/home/xxx/yyy
$ sudo mount /dev/sdb8 /home/xxx/yyy
以后你在挂载点/home/xxx/yyy
目录下的文件读写都会使用新分配的分区/dev/sdb8
,当然你可以任意选择挂载点
http://bbs.chinaunix.net/thread-1925203-1-1.html
应该是更新系统后w10系统所占的内存还有未删除的w7系统内存 请问你是120g固态硬盘吗???
你可以用U盘启动盘进pe用分区工具看看有哪些分区 它们占用容量大小