Date: Tue, 25 Mar 2003 13:47:36 -0600 From: Stephen Hilton <nospam@hiltonbsd.com> To: "Arie J. Gerszt" <arie@gerszt.ch> Cc: freebsd-isp@FreeBSD.ORG Subject: Re: AW: file system help needed Message-ID: <20030325134736.6db0d861.nospam@hiltonbsd.com> In-Reply-To: <FEEHKMHBPPGLAPHJCDIIEEOCCFAA.arie@gerszt.ch> References: <001a01c2f2f4$8b515360$1701a8c0@britesite.net> <FEEHKMHBPPGLAPHJCDIIEEOCCFAA.arie@gerszt.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 25 Mar 2003 20:26:48 +0100 "Arie J. Gerszt" <arie@gerszt.ch> wrote: > Hi List > > Thanks for pointers. I deleted /tmp and moved mostly of /sbin /bin to > /usr/copy/(s)bin and created symbolic links instead. Probably not a > very good solution, but it worked quickly. > > I also moved /modules/snd* to somewhere else. > > Any pitfalls? > > Regards and Thanks > Arie Arie, Regarding deleting /tmp, did you just empty /tmp out, or remove the whole directory? You do need a tmp dir, so if you deleted it then create a sym link to /var/tmp if you have a /var/tmp. # ln -s /var/tmp /tmp Regards, Stephen Hilton nospam@hiltonbsd.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030325134736.6db0d861.nospam>