W. Wayne Liauh writes:
> We are trying to contribute as much as we could (to the OpenSolaris 
> development) given our very limited resources.  As such, almost all our 
> Solaris desktop machines are configured in various multi-boot environments.  
> On this particular machine, we have (50GB allocated for the Solaris 
> partition):
> 
> s0: 10GB, / (currently SXCE69)
> s1: 4GB swap
> s3: 10GB, /sx64 (will become / when we install the next version SXCE)
> s4: 10GB, /s10u3
> s6: 6GB, /opt/csw
> s7: 10GB, /export/home
> 
> Initially we configured s6 as /opt but received a bunch of complaints from 
> the installer.

/opt is one of the things that must reside on the root file system
because there are a few things that are delivered with the system into
that directory.  (Sigh ...)

The usual way to deal with this, though, is one of the following:

  - Reserve a large amount of space for /export or /export/home
    (combining s6 and s7 in your example), and then use lofs mounts to
    populate /opt/{csw,sfw,SUNWspro,...} from there.  Something like
    this in vfstab:

        /export/csw - /opt/csw lofs - yes -

    (Don't use a symlink, as packages delivering that directory will
    blow away the symlink and just make a mess of things.)

  - Use zfs, and specify "zfs create -o mountpoint=/opt/csw z/csw" for
    a blaswave file system on pool 'z'.

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 1 Network Drive         71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to