Closed xiaofanjin closed 1 month ago
This is a common problem with FUSE itself if I recall correctly. You are probably trying to mount into a folder, which itself would lie inside the Lustre filesystem. This is forbidden for some reason, probably having to do with stacking multiple filesystems. Try mounting into /tmp/<your mount point>
instead, e.g., ratarmount archive.tar /tmp/mounted-archive; ls -la /tmp/mounted-archive
.
Thanks, worked!
Hi I'm trying to use ratarmount to mount a .tar file on a Lustre file system, but after successfully building the .tar.index.sqlite file, I run into this error:
Digging a bit further, it seems this incompatibility may be buried deeper in a dependency like fusepy / libfuse, but I am not familiar with these tools so am not sure whether a fix would feasible - any insights appreciated thanks!