Unzip the Disk Image
- Last Updated: December 11, 2024
- 1 minute read
- LoadMaster
- LoadMaster LTSF
- 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 LoadMaster-VLM.7.1.34.0.12345.RELEASE.tgz
The "S" flag tells tar to handle the file as sparse.