[nycbug-talk] nullfs, jails and quotas

pete wright nomadlogic
Mon Jan 16 22:01:04 EST 2006


On 1/16/06, Isaac Levy <ike at lesmuug.org> wrote:
> Hey Pete, All,
>
> On Jan 16, 2006, at 7:48 PM, Isaac Levy wrote:
>
> >> I'd love to see the notes man.  i've been playing with memory file
> >> systems lately (mounting /tmp as a memfs partition for nagios to use
> >> as scratch space for example) and would to test this out on some
> >> jailing stuff.
>
> Also, here's a jail start script like what I've shown before in
> lecture slides, except mounting disk images at boot.  Not rocket
> science, but I thought it may be nice to see all the steps required.

execellent, thanks ike!

shame there isn't a way to do this via an fstab, at least there isn't
a way i know to do this yet...

-p


>
> <start script>
>
> #!/bin/sh
>
> mdconfig -a -t vnode -f somedomain.com.img -u 11168
> mount /dev/md11204c /usr/local/jails/mnt/somedomain.com
>
> J=/usr/local/jails/mnt/somedomain.com # path to jail directory tree
>
> ifconfig bge0 inet alias 192.168.1.168/32
>
> mount_devfs devfs $J/dev
> mount -t procfs proc $J/proc
>
> jail $J somedomain.com 192.168.1.168 /bin/sh /etc/rc
>
> <end script>
>
> Rocket-
> .ike
>
>
>


--
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group




More information about the talk mailing list