Date: Thu, 1 Feb 2001 00:44:03 +1100 From: Danny <dannyho@bigpond.net.au> To: "Wonderful One" <hellaenergy@hellaweb.com>, "FreeBSD Questions" <questions@FreeBSD.ORG> Subject: Re: How in the..... Message-ID: <01020100484002.00343@freebsd.freebsd.org> References: <NEBBLEAIKDEGHDGAPLJMKEOECMAA.hellaenergy@hellaweb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello - I suspect when you add a user you created a /home/dannyho which is mounted on / - Before you create a user such as /home/dannyho you need to: as root type in : cd / mkdir /usr/home ln -s /usr/home /home - you should see the following by typeing in ls -l lrwxr-xr-x 1 root wheel 9 Jan 5 23:32 home -> /usr/home -rwxr-xr-x 1 root wheel 2465721 Sep 17 1999 kernel Looking forward to your feedback. dannyh dannyho@bigpond.net.au On Wed, 31 Jan 2001, Wonderful One wrote: > How can this be: > > Disk status: > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad1s1a 49583 49161 -3544 108% / > /dev/ad1s1f 13721752 1415888 11208124 11% /usr > /dev/ad1s1e 19815 12190 6040 67% /var > procfs 4 4 0 100% /proc > > Can anyone offer me a solution to fix this problem? Please no smart remarks, > I know I'm a rookie. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message 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?01020100484002.00343>