fuse-zip "mounts" a non existent zip file without complaining in read-only mode

Issue #52 closed
nahuel created an issue

If archive.zip doesn't exist, you still can do:

fuse-zip archive.zip /mnt

fuse-zip will NOT raise any error, and the mount will show in "mount" output, but /mnt will be empty. Tested with fuse-zip 0.4.4.

Comments (4)

  1. Alexander Galanin repo owner

    This is a feature: new zip file will be created after unmounting the file system.

    But fuse-zip behaves like that even in read-only mode (-r) when altering archive content is forbidden. And this is a bug.

  2. Log in to comment