On Sun, Feb 02, 2003 at 05:39:09PM +1030, [EMAIL PROTECTED] typed:
> Are we aiming at the wrong target, here?
> I used the fixit CD to examine ad0s3, where my missing files reside.
> 
> What I found was that (eg) /bin, /etc, /dev were full of files/directories, but
> /var and /usr were empty.  I didn't ask dump/restore to delete anything, and did
> not ask rm to remove the files from /var or /usr/everything.
>  The command I used to copy was:
> dump 0af - / | restore xf -
> Is it dump or restore that have been causing the problem?

This is not a problem. dump works one filesystem at a time and it looks 
like you have /usr and /var mounted on seperate filesystems. So, the 
commands to copy everything are:

cd /mnt/other
dump 0af - / | restore xf -
cd /mnt/other/var
dump 0af - /var | restore xf -
cd /mnt/other/usr
dump 0af - /usr | restore xf -

> 
> home@ on ad0s3 still links to /usr/home so that if I "mount /dev/ad0s3
> /mnt/other" in my working system on ad2, ls /mnt/other/home shows my working
> home directory - a bit startling when you first see it.  Don't see this as
> significant, but you gurus might.
> 
> --
> Brian
> 
> 
> -----------------------------------------------
> This message sent through Adam Internet Webmail
>           http://www.adam.com.au
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to