
當我從可啟動 DVD 運行安裝時,我可以選擇與 Windows 7 一起安裝。我將分割區大小保留為建議的左側 100.6GB,右側 93.GB5。我點擊立即安裝。
我得到:
錯誤 將變更寫入儲存裝置時發生錯誤。調整大小操作已中止!
最好的做法是什麼?
sudo fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x307a923b
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 488394751 244093952 7 HPFS/NTFS/exFAT
Disk /dev/sdb: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders, total 390721968 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: 0x63a6579d
Device Boot Start End Blocks Id System
/dev/sdb1 63 2047 992+ 42 SFS
/dev/sdb2 2048 11573247 5785600 27 Hidden NTFS WinRE
/dev/sdb3 11573248 390719919 189573336 42 SFS
我透過進入安裝的「進階」部分並透過刪除要安裝 Ubuntu 的區域來建立可用空間來解決此問題。
答案1
我在某處讀到 ubuntu 安裝程式中存在 1 MB 問題...即您需要在分割區中選擇比目前分割區多 1 MB 的分割區,並且將選擇相同的大小(無需調整大小)
例如:目前分割區為 512 MB,重新安裝時,選擇 513 MB...它將選擇 512 MB,並保持不變地使用目前分割區。
答案2
在安裝之前,我建議您在硬碟上設定一個「未分配空間」區域。您可以在 Win7 中透過調整要安裝 Ubuntu 的磁碟上的分割區大小來完成此操作。我不建議在安裝過程中這樣做。然後在安裝過程中,您可以為 Ubuntu 安裝選擇“未指派的空間”(或者,如果您選擇第一個選項“與 Windows 7 一起安裝”,則 ubuntu 會自行執行)。我通常就是這樣做的。其最安全。