1 repository
Sequential processes combining block-level shrinking and file-level compression for disk images.
Distinct from Multi-Threaded Compression Engines: Candidates focus on AI model compression or RAM swap compression, not sequential disk image shrinking and archiving.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Disk Image Compression Pipelines. Refine with filters or upvote what's useful.
PiShrink is a disk image shrinking tool and Linux filesystem optimizer. It reduces the size of disk images to their minimum requirements and configures the filesystem to automatically expand to the full capacity of the storage medium upon the first boot. The utility provides parallel image compression, utilizing multiple CPU cores to apply gzip or xz compression to large disk image files. It also includes filesystem error repair capabilities to resolve corruption that may otherwise block the shrinking process. The project covers disk image optimization and management, focusing on reducing st
Sequentially applies block-level shrinking followed by gzip or xz compression to maximize total space savings.