Snapper 无法列出快照

Snapper 无法列出快照

我遇到了一个奇怪的问题鲷鱼命令:

snapper -c home ls

错误是:

IO Error (open failed path:/home/.snapshots errno:2 (No such file or directory)).

但是,ls /home/.snapshots显示该目录存在。此外,它还填充了当前每小时的快照。因此 snapper 能够写入快照,但无法列出它们。

snapper --verbose -c home ls仅提供相同的有限错误信息。

以下命令成功:

snapper -c home create -d testing -c timeline

这验证了快照是否位于预期位置:

ls -lat /home/.snapshots/

然而该命令仍然失败并出现上面列出的错误:

snapper -c home ls
IO Error (open failed path:/home/.snapshots errno:2 (No such file or directory)).

我在跑:

Arch Linux
snapper 0.7.1(标志 btrfs、lvm、ext4、xattrs、rollback、btrfs-quota、no-selinux)
btrfs

相关内容