venerdì 6 gennaio 2012

FreeBSD NULLFS

Ho trovato il mio primo impiego pratico del nullfs di FreeBSD. Il nullfs consente di esportare un filesystem in modalità stacked (uno sopra all'altro).
Nel mio caso ho montato il sistema dei ports di un FreeNAS con installazione su chiave USB (e quindi file system in sola lettura):

mount -uw /
mkdir /usr/ports
mount -ur /
mount -t nullfs /mnt/RPOOL/ports/ /usr/ports
mount
...
/mnt/RPOOL/ports on /usr/ports (nullfs, local)

Nessun commento: