Pario TechnoBlob
About
Posts
Tag: dd
Howto install Fedora Core 5 (FC5) from a USB stick
Download the Fedora disk image from a mirror: # wget http://mirrors.dotsrc.org/fedora/5/i386/os/images/diskboot.img Make sure that the USB device is unmounted: # sudo umount...
Recover a dead hard drive using dd
The Unix program dd is a disk copying util that you can use at the command line in order to make a disk image. It makes a bit-by-bit copy of the drive it’s copying, caring...
Dump/image CDROM to ISO file
dd if=/dev/cdrom of=/path/til/ISO-fil
««
«
1
2
3
»
»»