Cousin Stanley wrote:
>POKO wrote:
>> Can anyone point me to a how to - want to do a few things:
>> 1.Create an image of my system
>> 2.Wish to create partitions on a 1 partition drive
>> 3.Explain how I determine if I have fat32 or other
>> Looking for Windows gui, not dos apps.
>> Thanx in advance,
>> POKO
>
>Cousin POKO ....
>
> You might check out the SRCD ... System Rescue/Restore CD ....
>
> I don't remember if the R denotes Rescure or Restore,
> and I don't have a URL handy, but the CD contains the tools
> you are looking for and they work well ....
>
> o qtparted ..... for partition creation/editing ...... GUI
>
> o partimage .... for partition image save/restore .... Command Line
>
> Everything runs under a small Linux distribution from the CD,
> so there is no permanent install ....
>
> Be sure and backup EVERYTING before monkeying about
> with partitioning, no matter how you do it ....
I think Cousin Stanley is talking about System Rescue CD, at
http://www.systemrescuecd.org.
This is one of the better small linux run-from-CD distributions. In
addition to qtparted and partimage mentioned above, it includes
ntfsclone, which can be used for partition image save/restore with
NTFS partitions.
SystemRescueCD boots from CD to a linux command line. Partimage is not
command line, but it's not GUI either. It's similar to a DOS app with
character-based screens. NTFSClone is true command line. Under linux,
you need to use "mount" commands to mount your hard drive partitions
and any network connections. Given that you asked for Windows gui, not
dos apps, I thought it would be more complex than you were wanting to
deal with. But it is an excellent solution.
Terry