After reading https://docs.freebsd.org/en/articles/nanobsd/#intro, I tried building it using
Twelve hrs later I get
/usr/obj/nanobsd.full/_.mnt: write failed, filesystem is full
According to the instructions, I need to
There is no _.disk.full. Is this a typo in the instructions? ie should it mean _.disk.image ?
Any enlightenment would be appreciated.
Bash:
cd /usr/src/tools/tools/nanobsd
sh nanobsd.sh
Twelve hrs later I get
/usr/obj/nanobsd.full/_.mnt: write failed, filesystem is full
root@X1:/usr/obj/nanobsd.full# ls -al
:-
Code:
total 573988
drwxr-xr-x 5 root wheel 512 Nov 9 15:14 .
drwxr-xr-x 4 root wheel 512 Nov 9 01:20 ..
-rw-r--r-- 1 root wheel 11594995 Nov 9 15:05 _.bk
-rw-r--r-- 1 root wheel 71020898 Nov 9 13:54 _.bw
-rw-r--r-- 1 root wheel 261244 Nov 9 15:14 _.cs
-rw-r--r-- 1 root wheel 510902784 Nov 9 15:14 _.disk.image
-rw-r--r-- 1 root wheel 18 Nov 9 15:14 _.dl
-rw-r--r-- 1 root wheel 2264 Nov 9 01:20 _.env
-rw-r--r-- 1 root wheel 119125 Nov 9 15:14 _.etc
-rw-r--r-- 1 root wheel 3819 Nov 9 15:14 _.ik
-rw-r--r-- 1 root wheel 7171056 Nov 9 15:12 _.iw
drwxr-xr-x 2 root wheel 512 Nov 9 15:14 _.mnt
-rw-r--r-- 1 root wheel 37 Nov 9 15:14 _.partitioning
drwxr-xr-x 19 root wheel 512 Nov 9 15:14 _.w
-rw-r--r-- 1 root wheel 22 Nov 9 01:20 make.conf.build
-rw-r--r-- 1 root wheel 22 Nov 9 15:05 make.conf.install
drwxrwxr-x 3 root wheel 512 Nov 9 01:20 usr
According to the instructions, I need to
dd if=_.disk.full of=/dev/da0 bs=64k
There is no _.disk.full. Is this a typo in the instructions? ie should it mean _.disk.image ?
df
shows I still have 2.8G Available, so can't figure out what the filesystem is full msg refers to.Any enlightenment would be appreciated.