How to install & use archivemount

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

How to install & use archivemount

#1 Post by rufwoof »

Hadn't come across this myself before.

In Debian repository get archivemount using synaptic or apt-get or whatever ....

apt-get install archivemount

Create a gzip compressed tar file using something like

tar -cvzf my.tgz /bin

that creates a tar file called my.tgz containing all of /bin

Now you can mount that using archivemount

mkdir mymnt
archivemount my.tgz mymnt

cd to that mymnt mount point, create, run, edit etc. files .... and then when you're done ... unmount it

umount mymnt

and my.tgz will have been updated to reflect the changes etc.

Something like that might perhaps be used instead of a read-only SFS ???

backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#2 Post by backi »

Hi !
Good find ruf..!!.......cool stuff !!

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#3 Post by musher0 »

Hello all.

Quite interesting.

In some instances, it could indeed be more useful than sfs.

Thanks for sharing your find, rufwoof.

~~~~~~~~~~~~~~
PS. For anybody who wants to make a pet archive, the source code of archivemount
is here.

I may be back with one, even!

~~~~~~~~~~~~~~
Voilà ! (Please see attached.)

Compiled on Slim-6: will work on Puppies having an ldd aka glibc aka C library
of 2.17 and over.

BFN
Attachments
archivemount-0.8.7.pet
(21.42 KiB) Downloaded 174 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

Post Reply