-
Notifications
You must be signed in to change notification settings - Fork 149
rage-mount but more like overlayfs #188
Copy link
Copy link
Open
Description
This is a feature request/change to rage-mount.
Problem space:
I have a set of directories that are full of encrypt tar.gz / tar / zip files:
# ls -alh
total 58G
drwxr-xr-x 1 root root 4.0K Jan 11 23:00 .
drwxr-xr-x 1 root root 4.0K Dec 23 14:13 ..
-rw-r--r-- 1 root root 1.8G Nov 11 22:23 xxxxxxxxxxxxxxxxxxxxxx.zip.age
-rw-r--r-- 1 root root 976M Nov 11 22:21 xxxxxxxxxxxxxxxxxxx.zip.age
-rw-r--r-- 1 ben ben 2.0G Nov 11 22:17 xxxxxxxxxxxxxxx.tgz.age
-rw-r--r-- 1 root root 12G Nov 12 00:10 xxxxxxxxxxxxxxxx.tgz.age
-rw-r--r-- 1 root root 24G Jan 11 20:13 xxxxxxxxxxxxxxxx.age
I would like to open these tar.gz / zip files natively, without having to teach tools like file-roller how to decrypt the age wrapper.
I noticed rage-mount exists, and it's sort of close to what I would want, except I don't want mount the actual files, I would prefer an overlay FS instead that just decrypts the files transparently, and leaves non age files around.
So in my above example, the overlay directory would look like:
# ls -alh
total 58G
drwxr-xr-x 1 root root 4.0K Jan 11 23:00 .
drwxr-xr-x 1 root root 4.0K Dec 23 14:13 ..
-rw-r--r-- 1 root root 1.8G Nov 11 22:23 xxxxxxxxxxxxxxxxxxxxxx.zip
-rw-r--r-- 1 root root 976M Nov 11 22:21 xxxxxxxxxxxxxxxxxxx.zip
-rw-r--r-- 1 ben ben 2.0G Nov 11 22:17 xxxxxxxxxxxxxxx.tgz
-rw-r--r-- 1 root root 12G Nov 12 00:10 xxxxxxxxxxxxxxxx.tgz
-rw-r--r-- 1 root root 24G Jan 11 20:13 xxxxxxxxxxxxxxxx
So I can then use other tools easily, obviously this only has to be read only. In fact it's preferable to be that way!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels