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
- Host: GitHub
- URL: https://github.com/andrew-grechkin/sparse
- Owner: andrew-grechkin
- License: gpl-3.0
- Created: 2019-08-19T18:29:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T19:10:11.000Z (over 6 years ago)
- Last Synced: 2025-07-15T06:42:40.683Z (7 months ago)
- Topics: filesystem, linux, sparse, tools
- Language: C++
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)