1 |
fallocate -l 100G file_100GB.img |
Note: this will work ONLY on some filesystems like EXT4 (not on EXT3)
Source: https://www.cyberciti.biz/faq/howto-create-lage-files-with-dd-command/
1 |
fallocate -l 100G file_100GB.img |
Note: this will work ONLY on some filesystems like EXT4 (not on EXT3)
Source: https://www.cyberciti.biz/faq/howto-create-lage-files-with-dd-command/