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
  • One way should be picked. I would suggest ISO standard YYYY-MM-DD
    24 KB (3,964 words) - 04:23, 19 December 2023
  • :{{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
  • Simply dumping this image to a USB flash drive via dd if=boot.img of=/dev/sdb then created a bootable drive and I successfully bo
    25 KB (4,164 words) - 23:27, 17 August 2013
  • 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
  • $ sudo dd if=/dev/scd0 of=/dev/null bs=2048 # sudo dd if=/dev/scd0 of=/dev/null bs=2048
    22 KB (3,686 words) - 13:55, 19 January 2010
  • ...(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
  • ...question. Shouldn't it be possible to copy an NT boot sector to a file via dd and chainload that file from GRUB? This way grub could go to the boot secto Just a plain dd on /dev/sda?
    26 KB (4,414 words) - 10:11, 5 May 2010
  • based multimedia system called "AVStation Now" which is hidden there. I used dd to dump the hpa and read the BEER table to find out what is hidden inside. ...weather it would be possible mounting souch an hpapartition without using dd - maybe kernelsupport for the BEER? - since im nither a C nor a kernelhacke
    21 KB (3,356 words) - 21:05, 20 December 2019
  • ...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
  • # dd if=/dev/scd0 of=/dev/null &
    57 KB (9,382 words) - 16:48, 29 March 2013
  • $ 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
  • ...only get like 1.5x speed if I'm lucky on undamaged disks. Similarly, if I dd if=/dev/hda of=img.iso with a data disc in the drive, I only get an average
    1 KB (206 words) - 23:52, 15 February 2009
  • $ 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

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