Skip to content

a simple tool to pipe standard input into a sparse file

License

Notifications You must be signed in to change notification settings

andrew-grechkin/sparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparse

a simple tool to pipe standard input into a sparse file

Example:

sudo dd if=/dev/sda1 | sparse sda1.img

The file sda1.img will be created as sparse file (filesystem support required)