Solved Can I do routing with FreeBSD using a PC? What are the experiences?

I did build a NanoBSD image for my Wireless AP / router. So much of my system runs from memory disks.
Code:
root@APU2:~ # mount
/dev/ufs/nanobsds1a on / (ufs, local, soft-updates)
devfs on /dev (devfs, local, multilabel)
/dev/md0 on /etc (ufs, local, soft-updates)
/dev/md1 on /var (ufs, local, soft-updates)
I really wish I had built my NanoBSD image slightly larger.
Code:
root@APU2:~ # df -h
Filesystem             Size    Used   Avail Capacity  Mounted on
/dev/ufs/nanobsds1a    457M    437M    -17M   104%    /
devfs                  1.0K    1.0K      0B   100%    /dev
/dev/md0               4.4M    2.8M    1.3M    68%    /etc
/dev/md1               4.4M    3.6M    476K    89%    /var
This is for the guy complaining about df not showing right!
 
Back
Top