Skip site navigation (1)Skip section navigation (2)
Date:      25 Jul 2002 21:15:04 -0700
From:      karl agee <kdagee@attglobal.net>
To:        "Brian T. Schellenberger" <bts@babbleon.org>
Cc:        Jerry McAllister <jerrymc@clunix.cl.msu.edu>, freebsd-questions <FreeBSD-Questions@FreeBSD.ORG>
Subject:   Re: Linking a directory to another filesystem
Message-ID:  <1027656795.499.22.camel@enterprise.workgroup>
In-Reply-To: <200207252313.28903.bts@babbleon.org>
References:  <200207252250.g6PMorT15954@clunix.cl.msu.edu> <1027652619.499.6.camel@enterprise.workgroup>  <200207252313.28903.bts@babbleon.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2002-07-25 at 20:13, Brian T. Schellenberger wrote:

> 
> At this point, I strongly suggest that you follow up to this with 
> 
> - The output from the "df" command, and
> - The contents of your /etc/fstab file.

well, /usr IS mounted as a slice.....filesystem, whatever...

bash-2.05a$ df
Filesystem  1K-blocks    Used   Avail Capacity  Mounted on
/dev/ad6s2a    128990  124876   -6204   105%    /
devfs               1       1       0   100%    /dev
/dev/ad6s2f    257998      52  237308     0%    /tmp
/dev/ad6s2g   8927706 2421186 5792304    29%    /usr
/dev/ad6s2e    257998    7482  229878     3%    /var

see?

bash-2.05a$ cat /etc/fstab
# Device		Mountpoint	FStype	Options		Dump	Pass#
/dev/ad6s2b		none		swap	sw		0	0
/dev/ad6s2a		/		ufs	rw		1	1
/dev/ad6s2f		/tmp		ufs	rw		2	2
/dev/ad6s2g		/usr		ufs	rw		2	2
/dev/ad6s2e		/var		ufs	rw		2	2
/dev/acd0c		/cdrom		cd9660	ro,noauto	0	0
/dev/acd1c		/cdrom1		cd9660	ro,noauto	0	0
/dev/ad6s1              /dos            msdos   rw,noauto       0      0

when I installed, I choose my own sizes for the partitions, eh, uh,
slices, and choose mountpoints thusly above.  

--karl


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?1027656795.499.22.camel>