三星新系列 9 上的窗口和恢复分区缩小

三星新系列 9 上的窗口和恢复分区缩小

我刚买了一台三星 NP900X3C,当我要安装 Linux 时,我注意到 Windows 分区和恢复分区占据了磁盘的很大一部分。

该磁盘是 128 GB 的 SSD,我想保留 Windows 分区以便偶尔玩一些游戏,但 Windows 磁盘已占满 45GB(未安装任何程序),恢复分区为 20GB。这给 Linux 留下了不到 60 GB 的空间,这不是最佳选择,因为我大部分时间都会使用 Linux,而 Windows 分区上没有空间可以玩游戏。

还有两个我不知道在做什么的小分区,一个在磁盘的开始处,大小为 100mb,我猜是某种启动分区,还有一个 5GB,被描述为 OS/2 隐藏的 C: 驱动器

我想知道的是:我可以删除恢复分区吗?那神秘的 5GB 分区怎么办?

以下是 fdisk 报告的内容:

ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x83953ffc

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
/dev/sda2          206848   198273023    99033088    7  HPFS/NTFS/exFAT
/dev/sda3       198273024   207276031     4501504   84  OS/2 hidden C: drive
/dev/sda4       207276032   250068991    21396480   27  Hidden NTFS WinRE

答案1

/dev/sda1 肯定是 Windows 启动分区,如果删除它,Windows 将无法启动。如果您有 Windows CD,则可以在系统分区上重新安装引导加载程序。如果您能够自己重新安装 Windows 或者使用 CloneZilla 进行恢复,则删除恢复分区是安全的。请注意,重新安装 Windows 后,您的 Linux 将无法启动,因此您必须重新安装 Linux 引导加载程序。至于 OS/2 分区,我没有任何线索,但删除它可能比较安全。

无论您要做什么,我都建议您先使用 CloneZilla 备份整个硬盘。

相关内容