Cool User File Systems: ArchiveMount
Have you ever wanted to look inside a tar.gz file but without expanding it? Have you ever wanted to just dump files in a .tar.gz file without having to organize it and periodically tar and gzip this data? This article presents another REALLY useful user-space file system, archivemount. It allows you to mount archives such as .tar.gz files as a file system and interact with it using normal file/directory tools.
Wednesday, July 21st, 2010
Introduction
I’m not sure about you but when I examine a new tool or package that I’m building from source I usually like to read the documentation first and perhaps examine the makefile or examine the output of “configure –help”. But I really want to do this without gunzip-ing and untarring the archive.
I also have the opposite problem in that I sometimes just want to grab various files and collect them into a .tar.gz archive without having to organize a complete tree and then tar it and gzip it. Ideally I would just have a directory where I could copy data and it would automatically create the archive for me. You can call me lazy of you like but I started computing when storage space was at a premium so I tend to be conservative with my disk space. At the same time, however, I tend to be a…
Please log in to view this content.
Read More
- Bcache Testing: IOPS
- Bcache Testing: Throughput
- Hard Drive Caching with SSDs
- Cool User File Systems: GlusterFS
- Cool User File Systems, Part 1: SSHFS
Comments
|