Changes between Version 1 and Version 2 of TestingViaNFS


Ignore:
Timestamp:
Jun 7, 2009, 9:31:57 AM (16 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestingViaNFS

    v1 v2  
    11In order to test NanoBSD there are various options available. One of them is via NFS
    22
    3 XXX: Make pretty document
     3XXX: Make pretty document, with some explanations
    44
    55{{{
     
    6464}}}
    6565
     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}}}
    6672
    6773
    6874{{{
    6975# 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`
    7177# mount /dev/${MD}a /data
    7278}}}
     79
     80{{{
     81%cat ~/.cshrc
     82alias serial    sudo cu -s 9600 -l /dev/cuaU0
     83alias on        sispmctl -o all
     84alias off       sispmctl -f all
     85alias toggle    sispmctl -t all
     86}}}