| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | Jan 7 at 19:43 | |
| stats | profile views | 1 |
|
Oct 16 |
comment |
Can a file that was originally sparse and expanded be made re-sparse GNU cp will resparse a file: From the man page: Specify --sparse=always to create a sparse DEST file whenever the SOURCE file contains a long enough sequence of zero bytes. |
|
Oct 16 |
comment |
Can a file that was originally sparse and expanded be made re-sparse The only thing that can do this from all I've seen is a GNU 'cp', as in '% cp --sparse=always formerly-sparse-file newly-sparse-file' The detractor is it will not do it 'in-place'. |
|
Oct 16 |
awarded | Student |
|
Oct 16 |
comment |
Can a file that was originally sparse and expanded be made re-sparse Sorry, I had to pretty up the original ques... |
|
Oct 16 |
asked | Can a file that was originally sparse and expanded be made re-sparse |