I followed the instructions listed here: http://lameguy.wordpress.com/2013/02/05 ... l/#more-13
and have nas4Free installed on a 8GB flash drive and running, and setup a jails where when I type jls in shell it shows the process running so I know I've done all the steps correctly.
However, when I try to install some packages after that (following some steps here:viewtopic.php?f=72&t=1760&p=13614), i get out of disk space issues. Here is what I'm running:-
Code: Select all
mount_unionfs -o w /mnt/WD2TB/extensions/usr/ /usr/
umount -f /var
mount_unionfs -o w /mnt/WD2TB/extensions/var/ /var/
setenv PKG_TMPDIR /mnt/WD2TB/extensions/tmp/
setenv PACKAGESITE "ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-current/Latest/"
pkg_add -rv python27 py27-sqlite3
In my rc.conf.local I have the following lines:
Code: Select all
jail_enable="YES" # enable jails YES|NO
jail_list="plugins" # name of the jail
jail_plugins_rootdir="/jail/plugins" # path to my jail
jail_plugins_hostname="local" # hostname as configured in web GUI
jail_plugins_ip="192.168.1.10" # When I try the same IP address as the Nas server, i lose connectivity to the Nas, can't ping, when I try something random, I'm back online
jail_plugins_interface="bge0" # My network interface as listed on the splash screen once Nas4Free has finish booting up
jail_plugins_devfs_enable="YES" # use devfs
jail_plugins_mount_enable="YES" # mount YES|NO
jail_plugins_fstab="/jail/conf/fstab.plugins" # File with Filesystems to mountThanks heaps guys

