This is the Linux app named ddarch whose latest release can be downloaded as ddarch0.1.9.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named ddarch with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
ddarch
Ad
DESCRIPTION
ddarch is a simple helper tool that wraps dd, fdisk, parted along with other utilities to easily create, preserve and restore disk images.
When sparse files are not in play, dd leaves you with an image equal in size to the size of the input media. Such an image may contain empty spaces, unpartitioned volumes, and be cumbersome to compress and store. Restoring an image to a device of a different size may also require appropriate modifications to the image (partition resizing, trimming) or the device itself after the restore (enlarging the last partition). This tool was created to make these steps a little easier.
See https://github.com/chodak166/ddarch to learn more.
Features
- creating a disk image with dd
- truncating unpartitioned space at the end of an image
- resizing the last partition
- filling free spaces with zeros for more efficient compression
- compressing images (7z, zip, tgz)
- maintaining GUID Partition Table (GPT) integrity
- restoring images with on-the-fly decompression (using pipes)
- expanding the last partition after restore
- checking file systems after restore (by running fsck)
- making functions available for use in other scripts (sourcing)
This is an application that can also be fetched from https://sourceforge.net/projects/ddarch/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.