我有一个2TB外部NVME驱动器。在Live上使用Clonezilla,我想将我的内部Ubuntu驱动器克隆到这个外部驱动器上。参见这里EFI FAT32分区上的FAT32红色感叹号。怎么修?
我在这个FAT32 EFI分区上运行了Gparted“Check”命令,结果显示为绿色/很好,但是红色感叹号仍然存在。
我可以忽略此错误警告吗?我不需要或计划将这个外部驱动器连接到Windows。.-

发布于 2023-04-05 13:44:17
如果您右键单击FAT32分区并单击弹出的菜单中的“Information”,您可能会看到:
! Warning:
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 fat32 file
system support: dosfstools, mtools.至少这是我经常得到的;例如,在当前的Ubuntu安装USB上,dosfstools是存在的,但mtools却没有。
因此,sudo apt install mtools解决了这个问题。
https://askubuntu.com/questions/1353148
复制相似问题