An open API service indexing awesome lists of open source software.

https://github.com/andrew-grechkin/sparse

a simple tool to pipe standard input into a sparse file
https://github.com/andrew-grechkin/sparse

filesystem linux sparse tools

Last synced: 7 months ago
JSON representation

a simple tool to pipe standard input into a sparse file

Awesome Lists containing this project

README

          

# 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)