Y
Hacker News
new
|
ask
|
show
|
jobs
by
CrowFly
2571 days ago
Linux doesn't implement sparse files.
2 comments
fl0wenol
2571 days ago
Yes 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.
link
LeoPanthera
2571 days ago
Not only does it do so, but dd directly supports sparse files, using the "sparse" conv symbol.
link