Re: Wanted: advice dual-booting Arch and Windows 7 on new laptop

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



> I can delete the recovery partition, as I've got the "recovery" (AKA 
> factory reset) disks from HP under warranty.

Personally if you have a large enough separate drive and enough
patience. I would do a bit level copy which if successful is guaranteed
to put the disk back exactly.

#/bin/dd bs=32k if=/dev/sd? | /usr/bin/gzip > /media/usb0/hpBACKUP.dd.gz

Restore with 

#/bin/cat /media/usb0/hpBACKUP.dd.gz | /usr/bin/gunzip | /bin/dd bs=32k
of=/dev/sd?

-- 
_______________________________________________________________________

'Write programs that do one thing and do it well. Write programs to work
together. Write programs to handle text streams, because that is a
universal interface'

(Doug McIlroy)
_______________________________________________________________________


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux