Subject: Re: LFS stability
To: Juan RP <juan@xtrarom.org>
From: Zafer Aydogan <zafer@aydogan.de>
List: current-users
Date: 08/28/2006 15:12:02
sure.
mount_union:

% mount
/dev/wd0a on / type lfs (local)
/dev/wd1a on /usr/pkgsrc type ffs (local)
<above>:/home/zafer/pkgsrc on /usr/pkgsrc type union (local)
<above>:/usr/pkgsrc on /home/zafer/foo type union (local)

works fine.

mount -t union:
/dev/wd0a on / type lfs (local)
/dev/wd1a on /usr/pkgsrc type ffs (local)
<above>:/home/zafer/pkgsrc on /usr/pkgsrc type union (local)
<above>:/usr/pkgsrc on /home/zafer/foo type union (local)

works the same :)

Looks good.

Zafer.


2006/8/28, Juan RP <juan@xtrarom.org>:
> Can you try with mount_union and mount -o union? (they are not the same).
>