Pario TechnoBlob
About Posts

Tag: dd

Give DD a progress bar This is a short description on how you can get a progress bar to your dd command or other commands as well using the command pv. pv is a shell pipeline element to meter data...
Jul 4, 2013 9:47PM
How to corrupt a disk partition using dd I wanted to test corruption of a 41TB XFS filesystem and the dd command was the perfect tool for the job. I used a block size of 512 bytes and wrote 10 blocks of data from...
Nov 14, 2011 11:49AM
Create a empty file using dd How to create a empty/null file with a specified size # dd if=/dev/zero of=destinationfile.bin bs=1024k count=100 This command creates a 100MB (1024k * 100) sized file.
Jun 13, 2009 1:22PM
Backup partition table This post describes how you can backup your partition table for future recovery. Backup This example describes how you can backup the disk partition table on /dev/sda dd...
Mar 19, 2009 10:51PM
«« « 1 2 3 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom