Jump to...
redirecting...

Log for Ubuntu 台灣社群

@pan93412_TG 的磁碟分區遺失問題的除錯資料:
症狀:
* GNU GRUB 無法進入 normal 模式汰退到 core.img 的救援終端界面,錯誤訊息為 unknown filesystem
* sda 磁碟中的分區在 GNU GRUB 跟 Linux 底下完全沒有列舉出來
* Microsoft Windows 可以正確識別分區資訊
Disk /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 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
Disklabel type: dos
Disk identifier: 0x62b44b4f

Device     Boot     Start       End   Sectors  Size Id Type
/dev/sda1  *         2048 101564547 101562500 48.4G 83 Linux
/dev/sda2       101566464 105820159   4253696    2G 82 Linux swap / Solaris
/dev/sda3       105822206 302338047 196515842 93.7G  f W95 Ext'd (LBA)
/dev/sda4       302338048 312578047  10240000  4.9G ee GPT
/dev/sda5       105822208 302338047 196515840 93.7G  7 HPFS/NTFS/exFAT

Partition table entries are not in disk order.
gdisk:
fdisk:
0x1fe PMBR [partition table]
wipefs:
額外資訊:
* 原 PO 表示此電腦為筆記型電腦
建議的解決方案:
* 測得 sda4 正確的檔案系統代碼(如使用 dd 將該檔案系統磁區範圍直接傾印到檔案後試圖掛載其檔案系統)後修正錯誤的檔案系統代碼
問題分析:
* sda4 檔案系統類型代碼被設定為 GUID 磁碟分割表才應有的 0xEE,導致磁碟分割表被 GNU GRUB 跟 GNU/Linux 錯誤識別為 GUID 磁碟分割表而查無分區資訊