How to get a sparse block size and check if data is present at a given offset in a sparse file in reiserfs / ext3 on Linux?
I want to use it to implement a simple block copy-on-write device using FUSE.
Or am I better off saving the bitmap in a separate file?
source
share