I wrote: > 6. Now, use "cp -a" (or "cp -av" if you want to watch it) to copy your > files, permissions and ownership to the new partition. > > cp -av /var/* /var >
OOOOPS!!!!
That command should be:
cp -av /oldvar/* /var
I wrote: > 6. Now, use "cp -a" (or "cp -av" if you want to watch it) to copy your > files, permissions and ownership to the new partition. > > cp -av /var/* /var >
OOOOPS!!!!
That command should be:
cp -av /oldvar/* /var