SD 卡由 Panasonic Lumix G9 格式化。
mount /dev/sde1 /mnt/sd/ -t exfat
ls -1 /mnt/sd/DCIM/
100_PANA
101_PANA
100_PANA
相机中显示中的照片,但挂载的文件夹为空。101_PANA
当安装在Linux上时,我只能看到其中的图片和电影。
System information
Kernel: 5.10.52
exfat: sys-fs/exfat-utils-1.3.0
Cameras tested: Lumix G9, Lumix DMC-TZ101
SD Cards: 2x SanDisk ExtremePro 128 GB, 1x SanDisk ExtremePro 64 GB
OS: Most tests on Gentoo Linux, also tested on Linux Mint 20.1
Cardreader: Kingston FCR-HS4, and the built in reader of an Lenovo T430
我应该如何正确安装该卡?
答案1
删除sys-fs/exfat-utils-1.3.0
并使用内部内核exfat
支持后,我可以再次看到所有文件。
答案2
我在 manjaro 上也遇到了类似的问题。我的 G9 格式的 SD 卡都无法访问。我可以很好地安装它们,它甚至显示了正确的文件夹结构,但是当我尝试对图片执行任何操作后,它只会在文件浏览器中显示一个空文件夹。
如果我尝试从终端访问 SD 卡,则会出现以下错误:cannot access 'LUMIX': Transport endpoint is not connected
根据您的建议,我已经exfat-utils
用 pacman 删除了我的软件包,现在它可以完美运行。