%20%E6%99%82%E9%81%87%E5%88%B0%E5%95%8F%E9%A1%8C.png)
我有一個新的 SSD 來備份照片。我安裝了 Ubuntu 21.10,帶有 ZFS 並加密。一切順利,我決定備份一些照片。
現在,我想用我的舊加密磁碟(Ubuntu 21.04)啟動。 Nautilus 可以看到新磁碟,但我收到「密碼錯誤」。
我正在嘗試從新磁碟啟動,但無法...我得到:
error: unknown filesystem.
Entering rescue mode...
grub rescue>_
當我跑步時sudo fdisk -l
我看到:
....
Festplatte /dev/sdb: 1,82 TiB, 2000398934016 Bytes, 3907029168 Sektoren
Festplattenmodell: SanDisk SDSSDH3
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: gpt
Festplattenbezeichner: 6B27A9CF-D016-4349-BD97-280DBA71F536
Gerät Anfang Ende Sektoren Größe Typ
/dev/sdb1 2048 1050623 1048576 512M EFI-System
/dev/sdb2 1050624 5244927 4194304 2G Linux Swap
/dev/sdb3 5244928 9439231 4194304 2G Solaris Boot
/dev/sdb4 9439232 3907029134 3897589903 1,8T Solaris Root
....
Festplatte /dev/sda: 1,82 TiB, 2000398934016 Bytes, 3907029168 Sektoren
Festplattenmodell: SanDisk SDSSDH3
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: gpt
Festplattenbezeichner: 0EB129CF-7358-4B35-811F-6BE5E873949D
Gerät Anfang Ende Sektoren Größe Typ
/dev/sda1 2048 4095 2048 1M BIOS boot
/dev/sda2 4096 1054719 1050624 513M EFI-System
/dev/sda3 1054720 5249023 4194304 2G Linux Swap
/dev/sda4 5249024 9443327 4194304 2G Solaris Boot
/dev/sda5 9443328 3907029134 3897585807 1,8T Solaris Root
然後我迷失了......我不知道訪問磁碟的下一步是什麼......
我可以嘗試什麼來解決此問題或存取磁碟?
先致謝!