Fedora 19 安裝硬碟不可見
(在這裡問,因為我沒有對Ask Fedora上的文章做出回應)
我正在嘗試在我的 HP Envy 筆記型電腦上安裝 Fedora 19 Gnome 作為雙啟動系統(硬體規格 HP ENVY 6-1202sa,儘管我認為硬碟是混合驅動器,可能帶有 SSD 記憶體
$$ unsure $$) 我已經成功創建了一個 USB live 光碟,我可以毫無問題地啟動和執行 live 光碟,但是當我選擇安裝到硬碟驅動器的選項時,我的硬碟驅動器都不可用?
根據連結文章中的建議,我已經刪除了恢復分區(來自 Windows 中的 HP 恢復實用程序),但這並沒有解決問題,安裝程序仍然看不到驅動器。
[liveuser@localhost ~]$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 465.8G 0 disk ├─sda1 8:1 0 400M 0 part ├─sda2 8:2 0 260M 0 part ├─sda3 8:3 0 128M 0 part └─sda4 8:4 0 465G 0 part sdb 8:16 0 29.8G 0 disk └─sdb1 8:17 0 8G 0 part sdc 8:32 1 14.9G 0 disk └─sdc1 8:33 1 14.9G 0 part /run/initramfs/live loop0 7:0 0 12K 1 loop loop1 7:1 0 2.2M 1 loop └─live-osimg-min 253:1 0 8G 1 dm loop2 7:2 0 887.4M 1 loop loop3 7:3 0 8G 1 loop ├─live-rw 253:0 0 8G 0 dm / └─live-osimg-min 253:1 0 8G 1 dm loop4 7:4 0 512M 0 loop └─live-rw 253:0 0 8G 0 dm /
並且:
[liveuser@localhost ~]$ sudo fdisk -l Disk /dev/sda: 500.1 GB, 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 Disk label type: dos Disk identifier: 0x712f758b Device Boot Start End Blocks Id System /dev/sda1 1 976766975 488383487+ ee GPT Partition 1 does not start on physical sector boundary. Disk /dev/sdb: 32.0 GB, 32017047552 bytes, 62533296 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 label type: dos Disk identifier: 0x2f7c2cab Device Boot Start End Blocks Id System /dev/sdb1 1 4294967295 2147483647+ ee GPT Disk /dev/sdc: 16.0 GB, 16008609792 bytes, 31266816 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 label type: dos Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/sdc1 * 32 31266815 15633392 c W95 FAT32 (LBA) Disk /dev/mapper/live-rw: 8589 MB, 8589934592 bytes, 16777216 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 /dev/mapper/live-osimg-min: 8589 MB, 8589934592 bytes, 16777216 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
我也一直在嘗試其他實時發行版,當我嘗試瀏覽 Linux Mint 實時光碟上的“OS”磁碟時出現以下錯誤(我沒有檢查是否在 Fedora live 上遇到相同的錯誤光碟):
Error mounting /dev/sda4 at /media/mint/OS: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=999,gid=999,dmask=0077,fmask=0177" "/dev/sda4" "/media/mint/OS"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount '/dev/sda4': Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.
這是磁碟管理器在 Windows 8 中的外觀:
有什麼建議麼?
這可能與此有關。
我沒有GPT磁碟,所以這只是一個猜測,但這可能就是 fdisk 有問題的原因——它直到去年才支持 GPT 。但是,我注意到這是在最後一個穩定的 util-linux(包含 fdisk 的源包)2.21之後的幾個月,這是我的 Fedora 17 系統上的 fdisk。您可以使用.
fdisk -v
那篇文章似乎指的是不可用的 2.3.1 版本?git 上的最後一個分支看起來像 2.23。
所以很可能你的 fdisk 不支持 GPT,而且支持的版本顯然還沒有準備好供公眾使用。但是,
gdisk
“用於 GPT 磁碟的 fdisk 之類的分區工具”在 fedora 儲存庫中可用(事實上,它已經在我的系統上,所以它可能是基本安裝的一部分)。如果您可以從 live CD 使用它,您可以自己設置分區並告訴安裝程序跳過該步驟。Google搜尋,似乎 F19 應該支持 GPT 安裝,但有些人遇到了問題……