5 ms·
Linux doesn't implement sparse files.
by CrowFly 7y ago
Linux doesn't implement sparse files.
- fl0wenol 7y agoYes it does? The details are file system specific and if they support mmap then it's also likely there's a page alignment requirement but that's not atypical.
- LeoPanthera 7y agoNot only does it do so, but dd directly supports sparse files, using the "sparse" conv symbol.