_cih_
Joined: Wed Sep 13, 2006 5:50 pm Posts: 10
|
Posted: Tue Oct 10, 2006 10:14 pm Post subject: Create Sparse Copies of files |
|
|
Hello,
I have a problem doing my assignment, I am not trying to ask someone to solve it for myself, but if Someone could give me some links or hints , which will help me solve it, I would be very thankful.
Problem :
Write a C program that makes a sparse copy of a file : file and copy must compare equal, but if the file contains large blocks of NUL bytes, then the sparse copy must take much less space than an ordinary copy.
Last edited by _cih_ on Wed Oct 11, 2006 2:20 pm; edited 1 time in total |
|