Date: Tue, 11 May 2004 16:05:53 -0700 From: Mike Hogsett <hogsett@csl.sri.com> To: Bruce Hunter <bhunter@solisix.com> Cc: freebsd-questions@freebsd.org Subject: Re: Connecting to a headless system Message-ID: <200405112305.i4BN5rsX016735@beast.csl.sri.com> In-Reply-To: Message from Bruce Hunter <bhunter@solisix.com> of "Tue, 11 May 2004 19:01:24 EDT." <40A15B44.8010206@solisix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> I did get single user up, but I have limited commands and it won't > allow me to adduser.?? Do this again. When you get the shell prompt immediately issue the command : mount -a -t ufs The /usr and other partitions are not likely to be mounted in single user mode. adduser is in /usr/sbin/ so isn't available until /usr is mounted. The comand above mounts all (-a) filesystems in the fstab with file system type (-t) ufs. This is very likely to get your /usr partition mounted. - Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405112305.i4BN5rsX016735>