Re: SS4000E - moving OS to new disk

2015-11-11 Thread Martin Michlmayr
* Bob Stewart [2015-11-07 03:40]: > I originally installed Squeeze to an old 200GB drive.  Now that it's > working properly, how do I move everything to a new drive without > having to reinstall?  I've verified that the boot drive can be in > any of the 4 slots, so I'm guessing that the UUIDs for

Re: SS4000E - moving OS to new disk

2015-11-11 Thread Paul Wise
On Sat, Nov 7, 2015 at 11:40 AM, Bob Stewart wrote: > how do I move everything to a new drive without having to reinstall? If you want to copy everything, including the free space, just a dd: dd if=/dev/OLD of=/dev/NEW Where OLD and NEW are the block devices for the old and new drives. If you

SS4000E - moving OS to new disk

2015-11-06 Thread Bob Stewart
I originally installed Squeeze to an old 200GB drive.  Now that it's working properly, how do I move everything to a new drive without having to reinstall?  I've verified that the boot drive can be in any of the 4 slots, so I'm guessing that the UUIDs for "/" and "/boot" are stored in flash.  Do