Index: /branches/eam_branches/ipp-20191011/Nebulous-Server/docs/install.txt
===================================================================
--- /branches/eam_branches/ipp-20191011/Nebulous-Server/docs/install.txt	(revision 40937)
+++ /branches/eam_branches/ipp-20191011/Nebulous-Server/docs/install.txt	(revision 40938)
@@ -55,11 +55,12 @@
     export NEB_PASS=@neb@
 
+    *** this is very dangerous and should only be run in test examples:
     neb-initdb
 
-    neb-voladd --vhost ipp000 --vname ipp000.0 --uri file:///data/ipp000.0/nebulous
-    neb-voladd --vhost ipp001 --vname ipp000.1 --uri file:///data/ipp000.1/nebulous
-    neb-voladd --vhost ipp002 --vname ipp002.0 --uri file:///data/ipp002.0/nebulous
-    neb-voladd --vhost ipp003 --vname ipp003.0 --uri file:///data/ipp003.0/nebulous
-    neb-voladd --vhost ipp022 --vname ipp022.0 --uri file:///data/ipp022.0/nebulous
+    neb-voladd --vhost ipp000 --vname ipp000.0 --uri file:///data/ipp000.0/nebulous --mountpoint /data/ipp000.0/nebulous
+    neb-voladd --vhost ipp001 --vname ipp000.1 --uri file:///data/ipp000.1/nebulous --mountpoint /data/ipp000.1/nebulous
+    neb-voladd --vhost ipp002 --vname ipp002.0 --uri file:///data/ipp002.0/nebulous --mountpoint /data/ipp002.0/nebulous
+    neb-voladd --vhost ipp003 --vname ipp003.0 --uri file:///data/ipp003.0/nebulous --mountpoint /data/ipp003.0/nebulous
+    neb-voladd --vhost ipp022 --vname ipp022.0 --uri file:///data/ipp022.0/nebulous --mountpoint /data/ipp022.0/nebulous
 
     # or in bulk:
Index: /branches/eam_branches/ipp-20191011/Nebulous-Server/scripts/mkdirs.mana
===================================================================
--- /branches/eam_branches/ipp-20191011/Nebulous-Server/scripts/mkdirs.mana	(revision 40938)
+++ /branches/eam_branches/ipp-20191011/Nebulous-Server/scripts/mkdirs.mana	(revision 40938)
@@ -0,0 +1,11 @@
+#!/usr/bin/env mana
+
+macro go
+  for i 0 256
+    for j 0 256
+      sprintf dir %02x/%02x $i $j
+      mkdir /data/alala.0/nebulous/$dir
+    end
+    echo $i
+  end
+end
Index: /branches/eam_branches/ipp-20191011/Nebulous-Server/scripts/stest.sh
===================================================================
--- /branches/eam_branches/ipp-20191011/Nebulous-Server/scripts/stest.sh	(revision 40938)
+++ /branches/eam_branches/ipp-20191011/Nebulous-Server/scripts/stest.sh	(revision 40938)
@@ -0,0 +1,7 @@
+#!/bin/csh -f
+
+# script to run tests of the cmd-line interfaces
+
+# neb-touch
+# neb-mv
+# neb-mv
