The newly created partition is in sd1, not sd0.

Index: faq14.html
===================================================================
RCS file: /cvs/www/faq/faq14.html,v
retrieving revision 1.300
diff -u -p -r1.300 faq14.html
--- faq14.html  8 Mar 2016 01:14:03 -0000       1.300
+++ faq14.html  9 Mar 2016 01:32:19 -0000
@@ -924,7 +924,7 @@ softraid0: CRYPTO volume attached as sd1
 # <b>disklabel -E sd1</b> (create an "i" partition, see above for more info)
 # <b>newfs sd1i</b>
 # <b>mkdir -p /mnt/secretstuff</b>
-# <b>mount /dev/sd0i /mnt/secretstuff</b>
+# <b>mount /dev/sd1i /mnt/secretstuff</b>
 # <b>mv planstotakeovertheworld.txt /mnt/secretstuff/</b>
 # <b>umount /mnt/secretstuff</b>
 # <b>bioctl -d sd1</b>

-- 
db

Reply via email to