ISO
ISO copied to clipboard
Large archives cannot be mounted
Large archives cannot be mounted using archivemount, like some one the ones from https://github.com/helloSystem/Applications/releases/.
Workaround: Unzip them.
But it should be fixed.
wget https://github.com/helloSystem/Applications/releases/download/Blender/Blender.app.zip
mkdir -p /tmp/user/_home_user_Desktop_Blender.app.zip
archivemount -o readonly,nonempty,allow_root Blender.app.zip /tmp/user/_home_user_Desktop_Blender.app.zip
just exits after a split second!
Can you reproduce this @crees?