Date: Fri, 24 Apr 1998 07:56:24 -0700 From: Peter Fogg <pf20360@email.csun.edu> To: freebsd-questions@FreeBSD.ORG Subject: Installation Problem Message-ID: <3540A818.61C1ACF6@csun.edu>
next in thread | raw e-mail | index | archive | help
On page 72 of The Complete FreeBSD book, second edition, several end-of-installation procedures are recommended. The procedure to move "/var" is the one giving me the problem. When I enter the commands listed, the following takes place: # mkdir /usr/var ( this works ) # cd /var ( this works ) # tar cf - . | (cd /usr/var; tar xf - ) ( this works ) # cd / ( this works ) # rm -rf /var ( I receive a message "/var Device is busy" ) # ln -s /usr/var /var ( does not work ) Some subsequent operations, including the boot process, display messages that state the some file in /var cannot be found. HELP! Thanks in advance for your help. Peter - peter.fogg@csun.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3540A818.61C1ACF6>