Pario TechnoBlob
About
Posts
Tag: dd
Mount a RAID Reconstructor disk image in linux
This post came to life because I had gotten a image file of a 120GB linux ext2 RAID partition that I couldn’t access using Windows software. The partition had been rescued by...
Backup harddisk to remote machine
dd bs=1M if=/dev/hda | gzip | ssh user@remote 'dd of=hda.
Dump/image CDROM to ISO file
To create an ISO image from your CD/DVD, place the media in your drive but do not mount it. If it automounts, unmount it. # dd if=/dev/cdrom of=/path/til/ISO-fil To make an...
Dump/image floppydisk to file
dd if=/dev/fd0 of=image_fd0 bs=1k count=1440
««
«
1
2
3
»
»»