{"id":20665592,"url":"https://github.com/koolshare/archivemount-0.8.12","last_synced_at":"2025-10-05T23:00:08.451Z","repository":{"id":98137742,"uuid":"128579291","full_name":"koolshare/archivemount-0.8.12","owner":"koolshare","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-08T00:37:16.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-17T12:56:12.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koolshare.png","metadata":{"files":{"readme":"README","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-08T00:10:30.000Z","updated_at":"2018-04-08T00:37:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"333c0fab-7bf2-4b21-8819-bd127976b57b","html_url":"https://github.com/koolshare/archivemount-0.8.12","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolshare%2Farchivemount-0.8.12","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolshare%2Farchivemount-0.8.12/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolshare%2Farchivemount-0.8.12/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koolshare%2Farchivemount-0.8.12/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koolshare","download_url":"https://codeload.github.com/koolshare/archivemount-0.8.12/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242847868,"owners_count":20194972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T19:32:29.150Z","updated_at":"2025-10-05T23:00:03.408Z","avatar_url":"https://github.com/koolshare.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"What is it\n----------\nArchivemount is a piece of glue code between libarchive\n(http://people.freebsd.org/~kientzle/libarchive/) and FUSE\n(http://fuse.sourceforge.net). It can be used to mount a (possibly compressed)\narchive (as in .tar.gz or .tar.bz2) and use it like an ordinary filesystem.\n\nRequirements\n------------\nYou will need autoconf, libarchive-dev and libfuse-dev for building\narchivemont, as well as GNU make and gcc of course.\n\nInstallation\n------------\nFrom version 0.6.0 on archivemount uses autoconf, so just do the normal\n\nautoreconf -i\n./configure \u0026\u0026 make \u0026\u0026 sudo make install\n\nto build archivemount and install it to /usr/local. For building it,\nlibfuse is needed in version 2.6 or higher, including its headerfiles\nof course (on most distributions those can be found in a package named\nsomething like libfuse-dev or so).\n\nUsage\n-----\narchivemount \u003coptions\u003e \u003carchive\u003e \u003cmountpoint\u003e\nOptions are the normal fuse mount options, nothing special supported yet.\n\nWrite support\n-------------\nWriting to an archive with libarchive is unfortunately not possible. In\norder to provide write support thus the whole archive has to be recreated;\nthis requires two things: space and time. To optimize at least the timely\nbehaviour, archives are recreated only once: at the time of unmount. If there\nare any problems creating the new archive - bad luck, the changes are lost. Some\nchecks are run when mounting the archive to determine if it can be mounted\nwriteable, but there is no guarantee.\nAlso note that unmounting a fuse filesystem is NOT necessarily completed when\nthe unmount command returns. Although unmounting takes a long time already,\nfuse backgrounds the process and lets the unmount command return early. You\ncan check on the real state of unmounting by checking the process list for\narchivemount.\n\nTHERE IS ALSO NO GUARANTEE THAT DATA IS WRITTEN CORRECTLY. DO NOT TRUST THIS\nSOFTWARE! A backup is made of the original archive (with .orig appended to the\nname), but please understand that I, the author of archivemount, do not\nguarantee anything at all about the state of your data and I am not responsible\nif you lose vital information by using this software. YOU HAVE BEEN WARNED!\n\nArchive formats\n---------------\nA note about archive and compression formats: libarchive supports a lot more\nformats for reading than it does for writing. Archivemount tries to do a\nsensible conversion here when writing the changed archive because I think most\npeople do not care a lot about the exact version of tar used inside the .tgz\nfile as long as their favourite archive tool can still cope with the file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoolshare%2Farchivemount-0.8.12","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoolshare%2Farchivemount-0.8.12","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoolshare%2Farchivemount-0.8.12/lists"}