Re: new hard drive mounting to /home

1998-12-31 Thread Jim Foltz
On Thu, Dec 31, 1998 at 12:52:48AM -0500, Noah L. Meyerhans wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Wed, 30 Dec 1998, AJ wrote: > > > can anyone tell me the best way to do this? > > i was thinking among the lines of: > > tar -vcf home.tar /home/ > > rm -rf /home/ > > mkdir /home > > m

Re: new hard drive mounting to /home

1998-12-31 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Wed, 30 Dec 1998, AJ wrote: > can anyone tell me the best way to do this? > i was thinking among the lines of: > tar -vcf home.tar /home/ > rm -rf /home/ > mkdir /home > mount /dev/hdb3 /home > tar -xvf home.tar That will work, but here's a slightly nicer w