/etc/pve is a special filesystem that, in fact, points to a small SQLite database via fuse (see mount | grep pve).
As such, it's not POSIX and you won't be able to perform some operation that would require POSIX inodes.
/etc/pve is a special filesystem that, in fact, points to a small SQLite database via fuse (see mount | grep pve).
As such, it's not POSIX and you won't be able to perform some operation that would require POSIX inodes.