hi all,
If you want to create the raw file image using the dd command just simply run the following command:
dd if=/dev/zero of=windows.img bs=1 count=0 seek=10G
It will create the raw image in current directory. Before running this command check the memory is available in the folder or not.
If you want to change the size means just change the seek value to 1M or 1024K.
then do
ls -l --block-size=G
You did it, Congratz...!!! Enjoy with your image.
regards,
cooldharma06..:)
If you want to create the raw file image using the dd command just simply run the following command:
dd if=/dev/zero of=windows.img bs=1 count=0 seek=10G
It will create the raw image in current directory. Before running this command check the memory is available in the folder or not.
If you want to change the size means just change the seek value to 1M or 1024K.
then do
ls -l --block-size=G
You did it, Congratz...!!! Enjoy with your image.
regards,
cooldharma06..:)
No comments:
Post a Comment