Newsgroups: comp.unix.xenix.sco Path: utzoo!utgpu!news-server.csri.toronto.edu!torsqnt!hybrid!torag!aimed!nick From: nick@aimed.uucp (Nick Pemberton) Subject: rebuilding the filesystems - is there an easier way? Organization: Artificial Intelligence in Medicine Date: Thu, 9 May 91 13:53:57 GMT Message-ID: <1991May9.135357.8966@aimed.uucp> The machine: 25Mhz 386, 250MB Priam ESDI drive, cartridge tape, various serial and parallel ports Recently, the disk drive in the machine has been very flaky, often locking the system up, and often getting read/write errors. This reached a threshold level where we decided it was time to rebuild everything. My goal was to do a low level format of the hard drive, completely clean out the machine, reseat every board, etc. Task 1 was to make a backup of the filesystems. We have two, the root system and a seperate /u partition. /u was easy: find /u -print | cpio -oB >/dev/rct0 (well, not quite that easy, it had to be split into two lists, however, it was not much effort) for the root partition, I thought I would get clever and try and make bringing the system back up as painless as possible. So I sync'd up, /etc/haltsys'd, and booted off the emergancy boot floppy, and mounted /dev/hd0root on /mnt. Then I did a find /mnt -print | cpio -oB >/dev/rct0 Again, everything seemed to go smoothly. I checked all tapes, with cpio -it