Active Topics

 


Reply
Thread Tools
HangLoose's Avatar
Posts: 319 | Thanked: 289 times | Joined on Sep 2009 @ Lisboa, Portugal
#1
I recently bought a new laptop and was wondering what is the best tool to backup my Windows Recovery Partition.

I have used GParted + a huge capacity NTFS USB stick and did a simple cp -rf recovery usb-stick

Is this enough? Has anyone tried this before?
 
Posts: 490 | Thanked: 191 times | Joined on May 2010
#2
Some files are protected. Use dd tool instead.
 

The Following User Says Thank You to aligatro For This Useful Post:
HangLoose's Avatar
Posts: 319 | Thanked: 289 times | Joined on Sep 2009 @ Lisboa, Portugal
#3
You mean:
Code:
dd if=/recovery of=/usb-stick bs=4096 conv=noerror
I just took a look at the DD wikipedia page and holy cow. The thing really knows how to scare you.

It is jokingly said to stand for "disk destroyer", "data destroyer", or "delete data", since, being used for low-level operations on hard disks, a small mistake, such as reversing the if and of parameters, can possibly result in the loss of all or some data on a disk.
http://en.wikipedia.org/wiki/Dd_%28Unix%29
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:00.