Thread
:
How to create a bigfile (> 1Gb)?
View Single Post
#
3
(
permalink
)
03-31-2008, 05:08 PM
lugoteehalt
Junior Member
User
Join Date: Mar 2008
My distro: Debian
Posts: 2
Rep Power:
0
Don't really understand so please forgive me if this crass.
Create a file with $ touch filename. Glue the first file to the second with: $ cat file1 >> file2. $ dd if=/dev/zero of=filename bs=1024 count=1000000 gives a 1GB file full of zeros.
lugoteehalt
View Public Profile
Send a private message to lugoteehalt
Find all posts by lugoteehalt