$ apt-get install exfat-utils exfat-fuse
作为输出返回
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package exfat-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'exfat-utils' has no installation candidate
尝试安装此软件包,但似乎缺少该软件包,exfat 支持是否已在内核内部构建,因此无需参考其他实用程序来处理此文件系统?
安装驱动器的命令是否与旧命令相同
mount -t exfat /dev/sda1 /mountpoint/
?
谢谢
答案1
自从Debian 11,内核支持exFAT。exfat-utils
已被替换exfatprogs
,您应该安装后者。exfat-fuse
如果您需要的话仍然可以使用。
要使用内核驱动程序挂载 exFAT 文件系统,请使用
mount -t exfat /path/to/device /path/to/mountpoint
照常;要使用 FUSE 驱动程序安装它,请使用
mount.exfat-fuse /path/to/device /path/to/mountpoint