目前我运行的是 Ubuntu 14.10,并且该光盘上有相当多的可用空间:
thufir@doge:~$
thufir@doge:~$ sudo fdisk -l
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 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
Disklabel type: dos
Disk identifier: 0x1f3b4b3e
Device Boot Start End Sectors Size Id Type
/dev/sda1 927944704 976771071 48826368 23.3G 82 Linux swap / Solaris
/dev/sda2 * 732633088 927944703 195311616 93.1G 83 Linux
Partition table entries are not in disk order.
thufir@doge:~$
什么分区方案对于将 OpenSuSE 安装到可用空间有意义?当我完成 OpenSuSE 安装过程时,我不确定如何使用sda1
交换。我应该sda3
为 OpenSuSE设置哪些设置?使安装点/
并标记为可启动?不知道在安装过程中如何做到这一点。
答案1
OpenSuSE 安装可以通过调整分区大小和创建分区来帮助您完成此操作。它应该自动使用您的交换分区。如果没有,那么您将在安装时进入高级分区设置并将交换分区安装到交换中。
但是,如果您想免费手动执行此操作(我会不是推荐它。
首先卸载/dev/sda2
接下来在 /dev/sda2 上运行 fsck (你真的不希望出现任何错误)
第三,使用resize2fs。
在 fsck 中,删除旧分区并创建两个新分区,并在需要时切换引导标志。
最后,grub 会自行更新。
答案2
如果您使用 Windows 8 启动,请在启动 SUSE 时为 SUSE 腾出一些未分配的空间,它将自动选择交换分区和主分区(仅在 SUSE 12.0 + 中)