BSDInstall ISO images

Garrett Cooper gcooper at FreeBSD.org
Tue Feb 1 17:50:36 UTC 2011


On Tue, Feb 1, 2011 at 9:42 AM, Warner Losh <imp at bsdimp.com> wrote:
> On 02/01/2011 08:14, Gary Jennejohn wrote:
>>
>> On Tue, 1 Feb 2011 14:55:27 +0000
>> Bruce Cran<bruce at cran.org.uk>  wrote:
>>
>>> On Sun, 23 Jan 2011 13:23:35 -0600
>>> Nathan Whitehorn<nwhitehorn at freebsd.org>  wrote:
>>>>>
>>>>> - Home directory - /usr/home was the traditional home directory root
>>>>> for BSD I thought.
>>>
>>> I thought it was /home. If you don't have a separate /home partition
>>> then /home gets symlinked to /usr/home.  But please don't set the
>>> homedir to /usr/home in /etc/passwd because that'll break systems where
>>> people put /home on a different disk.
>>>
>> +1
>>
>> mine is on a separate partition.
>
> Mine too.  I name the /home partition differently on all my boxes too, since
> it is hard to mount foo:/home and bar:/home on the box baz and have things
> in those trees that have absolute path names not fight each other.  better
> to mount /foo and /bar on baz (and foo and/or bar).  But maybe I'm just
> weird that way.

$ df -h
Filesystem      Size    Used   Avail Capacity  Mounted on
/dev/ada0s1a     19G    223M     18G     1%    /
devfs           1.0K    1.0K      0B   100%    /dev
/dev/ada0s1h    786G     38G    685G     5%    /scratch
/dev/mfid0a     1.8T    432G    1.2T    25%    /store
/dev/ada0s1g    7.7G    124K    7.1G     0%    /tmp
/dev/ada0s1e     29G    8.1G     19G    30%    /usr
/dev/ada0s1f     29G    5.0G     22G    19%    /usr/home
/dev/ada0s1d     12G    725M     10G     7%    /var
/dev/md0        9.7G    1.0G    7.9G    11%    /usr/obj
linprocfs       4.0K    4.0K      0B   100%    /usr/compat/linux/proc
linsysfs        4.0K    4.0K      0B   100%    /usr/compat/linux/sys
procfs          4.0K    4.0K      0B   100%    /proc

I separate out /usr/home out of habit :).

Thanks,
-Garrett


More information about the freebsd-arch mailing list