Date: Fri, 29 Jan 1999 21:04:42 +0000 (GMT) From: "Jason C. Wells" <jcwells@u.washington.edu> To: "Dennis I. Kovarsky" <kovarsky@duke.usask.ca> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: / partition Message-ID: <Pine.BSF.4.05.9901292102160.72361-100000@s8-37-26.student.washington.edu> In-Reply-To: <Pine.OSF.4.05.9901291445210.29035-100000@duke.usask.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 29 Jan 1999, Dennis I. Kovarsky wrote: >How do I find out which directories are part of my "/" partition? >Which directories HAVE to be in the "/" and can not be moved? You have to look at your system and look at /etc/fstab. You will see in fstab en entry for /, /usr, /var. Cd to / and do ls. All of the dirs that you see in / that are not /usr or /var actually belong to the / filesystem. But be careful, some of those are links. For example, /home is actually a link to /usr/home. Catchya Later, | Give me UNIX or give me a typewriter. Jason Wells | http://www.freebsd.org/ 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?Pine.BSF.4.05.9901292102160.72361-100000>