POV-Ray : Newsgroups : povray.off-topic : Obsolete technology : Re: Obsolete technology Server Time
5 Sep 2024 21:24:33 EDT (-0400)
  Re: Obsolete technology  
From: Orchid XP v8
Date: 24 Apr 2009 17:12:39
Message: <49f22b47$1@news.povray.org>
Tor Olav Kristensen wrote:
> 
> When you are finished, it would be wise to boot from a Knoppix CD
> and connect an external USB HD (sdb) and do this in order to
> backup your whole Win NT disk:
> 
>   sudo su -
>   mkdir /mnt/sdb1
>   mount /dev/sdb1 /mnt/sdb1
>   dd if=/dev/sda of=/mnt/sdb1/WinNT_backup.img
> 
> Remember to first format sdb1 to a file system type that allows
> for really big files. (E.g. ext3 or reiserfs)
> 
> Now, to restore your NT disk, you only have to do this:
> 
>   sudo su -
>   mkdir /mnt/sdb1
>   mount /dev/sdb1 /mnt/sdb1
>   dd if=/mnt/sdb1/WinNT_backup.img of=/dev/sda

...or I could use Norton Ghost (which we have a commercial license for). 
Trouble is, by the time I've set everything up, it's loaded with custom 
device drivers and so forth. It would be so much work to get it going on 
another machine that I might as well start from scratch.

But - more to the point - hopefully I will never, ever, have to do this 
again! >_<

-- 
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.