My disk (not RAID) have been working for two years and I am concerned about a future crash. I want to change the disk for a new one (old 120GB, new 160GB). I found a nice and simple way to do it using dd (
# dd if=/dev/sda of=/dev/sdb)
I will do the following procedure:
I will shutdown the server, unplug it from the net, install the new disk, turn it on, run the dd function, then shut it down again, change disk position (replace first disk with second), plugin it to the net, turn it on.
Am I loosing something in this process? Should it work?
Have anybody tried this before?
# dd if=/dev/sda of=/dev/sdb)
I will do the following procedure:
I will shutdown the server, unplug it from the net, install the new disk, turn it on, run the dd function, then shut it down again, change disk position (replace first disk with second), plugin it to the net, turn it on.
Am I loosing something in this process? Should it work?
Have anybody tried this before?