Unzip the Disk Image
- Last Updated: July 31, 2025
- 1 minute read
- LoadMaster
- LoadMaster GA
- Documentation
The Linux disk image has been tar gzipped as a sparse file. It must be unzipped as a sparse file to ensure proper operation. For example:
tar xzSf filename.tgz
The "S" flag tells tar to handle the file as sparse.