Tagged Questions
0
votes
2answers
102 views
Is it possible to create a file and a hardlink to it without initializing the data?
I want to create a file of 2GB, but I don't care about the contents of it. I currently use dd with /dev/zero, but this is fairly slow.
Is it possible to create a file and a hardlink to it, without ...