Changes between Version 1 and Version 2 of TestingViaNFS
- Timestamp:
- Jun 7, 2009, 9:31:57 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestingViaNFS
v1 v2 1 1 In order to test NanoBSD there are various options available. One of them is via NFS 2 2 3 XXX: Make pretty document 3 XXX: Make pretty document, with some explanations 4 4 5 5 {{{ … … 64 64 }}} 65 65 66 {{{ 67 %grep 'rpcbind :' /etc/hosts.allow 68 #rpcbind : 192.0.2.32/255.255.255.224 : allow 69 #rpcbind : 192.0.2.96/255.255.255.224 : allow 70 #rpcbind : ALL : deny 71 }}} 66 72 67 73 68 74 {{{ 69 75 # mkdir /data 70 # MD=`mdconfig -a -t vnode -f /usr/obj/nanobsd.wleiden/ ._disk.image`76 # MD=`mdconfig -a -t vnode -f /usr/obj/nanobsd.wleiden/_.disk.image` 71 77 # mount /dev/${MD}a /data 72 78 }}} 79 80 {{{ 81 %cat ~/.cshrc 82 alias serial sudo cu -s 9600 -l /dev/cuaU0 83 alias on sispmctl -o all 84 alias off sispmctl -f all 85 alias toggle sispmctl -t all 86 }}}
