Search results

Jump to: navigation, search
  • {{cmdroot|<nowiki>dd if=xxx.img of=/dev/sdX</nowiki>}} ...6''' Now we need to cut these header bytes off, this is done by a standard dd cut, the following cuts away the first 4196 bytes.
    29 KB (4,865 words) - 00:12, 27 February 2022
  • copy the image to the flash drive: sudo dd if=bios.img of=/dev/sdb
    19 KB (2,654 words) - 19:39, 4 May 2017
  • :{{cmdroot|1=dd if=/dev/sda2 of=/dev/sda3}} :{{cmdroot|1=dd if=/dev/sda3 of=/dev/sda2}}
    12 KB (2,107 words) - 05:31, 6 June 2008
  • :{{cmdroot|1=dd if=/dev/zero of=/tmp/floppy.bin bs=1024 count=1440}} with dd we can extract the image. but first we need to know how many blocks to skip
    15 KB (2,321 words) - 19:39, 21 January 2011
  • dd if=/dev/zero of=/dev/sda bs=1 count=446 dd if=/usr/lib/extipl/aldebaran.bin of=/dev/sda
    14 KB (2,312 words) - 17:13, 7 January 2012
  • Announce date: 04/23/96(mm/dd/yy)
    1 KB (187 words) - 23:59, 10 September 2015
  • dd if=images/diskboot.img of=/dev/sdb ..., you can download [http://uranus.it.swin.edu.au/~jn/linux/rawwrite/dd.htm dd for windows] and run:
    19 KB (2,799 words) - 23:51, 27 April 2006
  • :{{cmdroot|1=dd if=/usr/share/grub/i386-pc/stage1 of=/dev/fd0 bs=512 count=1}} :{{cmdroot|1=dd if=/usr/share/grub/i386-pc/stage2 of=/dev/fd0 bs=512 seek=1}}
    18 KB (2,964 words) - 21:26, 27 January 2008
  • == Using dd to make a 1:1 copy == When dd is used to create the copy, it is copied at a sector by sector level. This
    3 KB (607 words) - 17:09, 30 March 2008
  • ...(sector 0 is the MBR). If you know what you are doing, the following Linux dd command can do it for you: dd if=/dev/zero of=/dev/sda bs=512 seek=1 count=62
    19 KB (3,242 words) - 21:32, 4 December 2011
  • ...tools. Under GNU/Linux they are only accessible with low level tools like dd. ...the harddisk containing the HPA from "/dev/hda" to a new file: when using "dd" on "/dev/hda" you are only one small typo away from an unrecoverable disas
    12 KB (2,012 words) - 23:37, 27 January 2014
  • $ cmduser|sudo dd if=/dev/sda1 | gzip | dd of=./sda1.img $ sudo dd if=./sda1.img | gzip -d | dd of=/dev/sda1
    13 KB (2,123 words) - 10:19, 1 March 2008
  • $ cmduser|sudo dd if=/dev/sda1 | gzip | dd of=./sda1.img $ sudo dd if=./sda1.img | gzip -d | dd of=/dev/sda1
    12 KB (1,992 words) - 17:33, 5 August 2011
  • 00:09:DD:60:02:EB Photosmart 8100 series
    45 KB (7,212 words) - 06:38, 29 August 2007
  • * Type "dd if=/boot partition/ of=/boot partition/fedora.img bs=512 count=1"
    2 KB (304 words) - 18:10, 3 March 2007
  • sudo dd if=/dev/sda4 of=/tmp/bootsect.lin bs=512 count=1
    23 KB (3,641 words) - 01:45, 24 August 2008
  • ...used <tt>partimage</tt>. <br /> ''Use a program of you choice or even <tt>dd</tt> if you prefer, but keep in mind that it should also work if you change
    19 KB (2,909 words) - 19:36, 18 May 2015
  • sudo dd if=rescue.bin of=/dev/floppy sudo dd if=/dev/floppy of=test.bin
    6 KB (915 words) - 18:17, 8 December 2007
  • dd if=boot.img of=/dev/sdb
    684 bytes (118 words) - 20:33, 24 June 2009
  • dd if=$ISOFILE of=$IMAGEFILE bs=2K count=$IMAGEBLOCKS skip=$((0x$BOOTIMAGE)) dd if=/dev/zero of=$HDDIMG bs=$B_CYL count=$NO_CYL >/dev/null 2>&1
    45 KB (7,622 words) - 19:32, 4 May 2017

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)