Mark Carter wrote:
> Now that you broached the subject, are there any really cool
> boot/recovery disks available? The kind of thing I'd be looking for is a
> collection of utilities containing the xxcopy that you mentioned, XOSL
> (or similar), Ranish Partition Manager (or better), and any other odds
> and sods that one might need for setup or recovery. If it's all too big
> to fit on floppy, which it probably is, is there one available as an ISO
> image, so I could just burn and go?
I tried UltimateBootCD, but I couldn't find any partition cloning/saving
tools that worked like I wanted. For example, I think that "Partition
Saving" restricted the partition file to 2GB, which is a bit naff. Maybe
there's a bit too much software on UltimateBootCD. It's a bit confusing
trying to fathom out what I ought to be looking for. Just my 2c.
I just discovered the existence of Partimage, which might be of use to
someone:
http://www.partimage.org/
Description: Partition Image is a Linux/UNIX utility which saves
partitions in many formats (see below) to an image file. The image file
can be compressed in the GZIP/BZIP2 formats to save disk space, and
split into multiple files to be copied on removable floppies (ZIP for
example), ... Partitions can be saved across the network since version
0.6.0.
This could be useful to some Linux nut (sorta like me), because
presumably you could save a Windows partition to a Linux partition, and
you don't have to start creating more partitions to house the backup.
Plus, you're in an actual complete operating system, which gives you
room to manouever. If Windows goes belly up (or "looks at you in a
strange way", as a previous poster said), just boot into Linux, and
restore. Ostensibly.
The site also links to SystemRescueCd :
http://www.sysresccd.org/
Description: SystemRescueCd is a linux system on a bootable cdrom for
repairing your system and your data after a crash. It also aims to
provide an easy way to carry out admin tasks on your computer, such as
creating and editing the partitions of the hard disk. It contains a lot
of system utilities (parted, partimage, fstools, ...) and basic ones
(editors, midnight commander, network tools). It aims to be very easy to
use: just boot from the cdrom, and you can do everything. The kernel of
the system supports most important file systems (ext2/ext3, reiserfs,
xfs, jfs, vfat, ntfs, iso9660), and network ones (samba and nfs).
Here are the main system tools:
* GNU Parted is the best tool for editing your disk partitions
under linux
* QtParted is a Partition Magic clone for Linux.
* Partimage is a Ghost/Drive-image clone for Linux
* File systems tools (e2fsprogs, reiserfsprogs, xfsprogs, jfsutils,
ntfsprogs, dosfstools): they allow you to format, resize, debug an
existing partition of your hard disk
* Sfdisk allows you to backup and restore your partition table
The latter link may be of use to someone who is not a Linux nut (just so
long as they are not a Linux-a-phobe).