Create a big file
Posted: Sat Aug 15, 2015 7:09 pm
Hi,
I want to create a big file 20G,
I tired it with fallocate, but it didn't work:
Does any one know how to do it?
I want to create a file container to use with dm-crypt.
I want to create a big file 20G,
I tired it with fallocate, but it didn't work:
Code: Select all
fallocate -l 20G /path/file
fallocate failed: Operation not supported
I want to create a file container to use with dm-crypt.