Subject: RE: can a partition be expanded?
To: 'Frederick Bruckman' <fb@enteract.com>
From: Fischer, Roger <RFischer@PanAmSat.com>
List: port-mac68k
Date: 06/28/1999 18:46:28
Thanks for all the help everyone.
It looks like this is probably the best and easiest way to go.
Using DUMP and RESTORE instead of TAR.
I'll have to move that SCSI DAT over to my NetBSD box and give
it a test.
Regards,
- Roger
P.S.
One question. Will 'dump' do any compression? It sounds like
it's just a straight dump to tape without compressing. I've still got
room for my 800MB /usr partition on tape without it, but it'd
be nice.
-----Original Message-----
From: Frederick Bruckman [mailto:fb@enteract.com]
Sent: Friday, June 25, 1999 7:28 PM
To: Fischer, Roger
Cc: 'ender@macbsd.com'; port-mac68k@NetBSD.ORG; roger@badger1.net
Subject: RE: can a partition be expanded?
On Fri, 25 Jun 1999, Fischer, Roger wrote:
> Would it hurt to temporarily copy the "tar" and "gzip" to the /bin
> directory? Any other programs that I'd need? Do I need to mount
> the tape drive or just copy to that device? Is there a good readme
> on tape drives? I haven't used one with unix before
>
> something like: tar -czvf (tape-device) /usr
How about "dump"? If it's your only tape drive, just insert a tape and
dump -0uB 4096000 /usr # wait!
eject tape # to rewind
You should verify the tapes the first time, and occasionally
thereafter with
cd /tmp
restore -i
Pick a few random files, including some that you believe to be near
the end of the tape, and then compare them with the originals.
To restore an entire filesystem, it's something like
newfs /dev/rsdNx
fsck /dev/rsdNx
mount /dev/sdNx /mnt
cd /mnt; restore -r
Don't forget to update your fstab.