Re: mounting /home somewhere else

2003-03-13 Thread Rodolfo J. Paiz
On Thu, 2003-03-13 at 11:58, Thomas Dodd wrote: > Vikram Goyal wrote: > >>On Wednesday, March 5, 2003 14:55, Mirabella, Mathew J wrote: > > I think cp -a is a better option. Also you may need to edit /etc/fstab > > better still: > # cd /home > # tar -cf - . |(cd /home.new; tar -xf -) > Or even b

Re: mounting /home somewhere else

2003-03-13 Thread Thomas Dodd
Vikram Goyal wrote: On Wednesday, March 5, 2003 14:55, Mirabella, Mathew J wrote: # cp -rp /home /home.new I think cp -a is a better option. Also you may need to edit /etc/fstab better still: # cd /home # tar -cf - . |(cd /home.new; tar -xf -) Or use tar -xvf if you want to monitor the progres

Re: mounting /home somewhere else

2003-03-13 Thread Vikram Goyal
-Original Message- From: Michael Wardle <[EMAIL PROTECTED]> Sent: Wed, Mar 05, 2003 at 03:32:15PM +1100 To PsycheList Subject: Re: mounting /home somewhere else > On Wednesday, March 5, 2003 14:55, Mirabella, Mathew J wrote: > > # cp -rp /home /home.new I think cp

Re: mounting /home somewhere else

2003-03-04 Thread Michael Wardle
On Wednesday, March 5, 2003 15:51, Mirabella, Mathew J wrote: > ok that is good. > what is init 1? why should i need to do this. The manual page for init(1) would answer this question. ;-) It is used to bring the system down to single user mode. In simple cases, this is the best way to ensure

RE: mounting /home somewhere else

2003-03-04 Thread Mirabella, Mathew J
: mounting /home somewhere else On Wednesday, March 5, 2003 14:55, Mirabella, Mathew J wrote: > how can i assign /home to be mounted in /dev/hda5 that is, inside the /. > what i want is to use one partition for the lot (except the swap of > course). how can i now do this with a minimum of fuss

Re: mounting /home somewhere else

2003-03-04 Thread Michael Wardle
On Wednesday, March 5, 2003 14:55, Mirabella, Mathew J wrote: > how can i assign /home to be mounted in /dev/hda5 that is, inside the /. > what i want is to use one partition for the lot (except the swap of > course). how can i now do this with a minimum of fuss and data loss. You've used some inc