
我是 Linux 新手,剛第一次安裝 Linux Mint。我有兩個硬碟,之前是 RAID 配置。現在,在安裝 Linux 之前,我已將它們變更為單獨的磁碟機。
- 我已將 BIOS 設定更改為 AHCI
- 我已關閉 J Micron RAID 控制器
- 我在 Windows 7 下更改了驅動器簽名
它們在 Windows 7 中被正確檢測並工作,但在 Linux 中,即使它們在「裝置」中作為兩個單獨的驅動器可見,系統也無法安裝它們。 GParted 仍然顯示:
/dev/mapper/isw_ccjafbfdhc_RAID_Volume0 with all space unallocated.
當我顯示單一磁碟的資訊時,它顯示:
The device /dev/sdc1 doesn't exist
Unable to read the contents of this file system!
Because of this some operations may be unavailable.
The cause might be a missing software package.
The following list of software packages is required for ntfs file system
support: ntfsprogs / ntfs-3g.
我應該怎麼做才能在 Linux 中存取這些驅動器?請指出我正確的方向。
更新
再次啟動到 Windows 後,兩個硬碟再次具有相同的簽名,不幸的是相同的檔案結構,即檔案被第二個硬碟中的檔案覆蓋。幸運的是我已經備份了它們。
答案1
已經解決了問題。透過檢查磁碟,我發現磁碟具有單獨的 Windows 磁碟簽名,這使得它們能夠在 Windows 環境中正常運作。然而 Linux 仍然將它們視為 RAID 配置。
我所要做的就是重新開啟 RAID 控制器,並在 BIOS 層級從 RAID 配置中刪除磁碟機。在此之前,我嘗試使用 wxHexEditor 更改簽名,這導致 RAID 控制器將它們偵測為不是 RAID 成員,但 MBR 已損壞。