Boot a kernel with a MFS in it with a special /sbin/init
which...
C:
as /C:
C:/freebsd.fs
on /dev/vn0
/dev/vn0
as /rootfs
/rootfs/bin -> /bin
/rootfs/etc -> /etc
/rootfs/sbin -> /sbin
Now you run FreeBSD without repartitioning your hard disk...
NFS mounts your server:~you/FreeBSD
as
/nfs
, chroots to /nfs
and executes
/sbin/init
there
Now you run FreeBSD diskless, even though you don't control the NFS server...
Now you have an Xterminal, which is better than that dingy X-under-windows-so-slow-you-can-see-what-it-does thing that your boss insist is better than forking our money on HW.
Takes a copy of /dev/rwd0
and writes it to a remote tape
station or fileserver.
Now you finally got that backup you should have made a year ago...
This is particular interesting since you can boot from a write- protected floppy, but still write to your root filesystem...