|
|
|
The basic steps to clone a SGI IRIX system hard disk are:
- Use fx -x to wipe the drive and create a root drive, then resize the
swap partition to something reasonable (2GB is what I use for a 9GB
drive, don't use less that 600MB).
- Use mkfs_xfs to create the file system.
- Use dvhtool to put sash in the volume header. (Note that sash is not
in /stand like the instructions say unless you put it there. Just copy
it to disk from the live disk or installation CD).
- Mount the new disk on a mount point like /mnt or /clone
- xfsdump/xfsrestore the system disk.
|