在安装Ubuntu时,我使用默认分区,而不知道它实际上是什么。我有一个500 to的硬盘驱动器,在安装之后,所有的硬盘都聚合到一个分区上,操作系统就是在这个分区上安装的。现在,我想要创建分区,并且已经搜索了解决方案,但无法找到解决方案。请指导,如何从这个单一分区创建多个分区?
Partition: /dev/sda2
Name: *Nothing appears here*
File System: ext4
Mount Point: /
Size: 457.40 GiB
Used: 14.04 GiB
Unused: 443.36 GiB
Flags: *Nothing appears here*
这就是我想进一步缩小到新卷的动力。
除了这个驱动器之外,还有以下可见的分区(如G以来所示):
Partition: /dev/sda1
Name: EFI System Partition
File System: fat32
Mount Point: /boot/efi
Size: 512.00 MiB
Used: 4.60 MiB
Unused: 507.40 MiB
Flags: boot, esp
和
Partition: /dev/sda3
Name: *Nothing appears here*
File System: linux-swap
Mount Point: *Nothing appears here*
Size: 7.86 GiB
Used: 0.00 B
Unused: 7.86 GiB
Flags: *Nothing appears here*
我还有1.02 MiB未分配的空间作为第四个分区出现
发布于 2016-12-09 12:22:17
从Live或DVD启动Ubuntu,并使用“gparted”缩小sda2并创建新的分区。
发布于 2016-12-09 12:15:57
安装Ubuntu时,单击“使用自定义分区布局”,并根据每个分区的大小创建一个表。
https://askubuntu.com/questions/858757
复制相似问题