Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Moving usr into cgd -- is it ok if i use "cp -p -P -R" in single user mode?



matthew sporleder wrote:

> On Sat, May 3, 2008 at 1:47 PM, Cem Kayali
> <cem.kayali%domains.hostturkiye.com@localhost> wrote:
> >
> >
> >  Hi -again.
> >
> >  I want to move /usr into cgd drive. Is it ok, if i a backup it using "cp -p
> > -P -R /usr /usr2" and then move /usr2 content (using same command) into cgd?
> > Of course next step is to edit fstab and mount /dev/cgd(usr2) to /usr.
> >
> >
> 
> 
> I'm a big fan of using "find . -depth -print | cpio -pdlmv newdir" over cp.

cd /this && pax -rw -pe . /mnt/there

pax(1) ftw :)

--
Adam


Home | Main Index | Thread Index | Old Index