08-04-2015, 06:09 PM
(08-03-2015, 01:59 AM)m654321 link Wrote:BUG reported. Please scroll down to this paragraph in the tutorial (1st post of this thread)....Hello Mike perhaphs if you use the code tags it would make a difference.
Some more useful directories are also then mounted:
[email]root@ubuntu[/email]:/home/ubuntu# for i in /dev/ /dev/pts /proc/ /sys/ ; do mount -B $i /mnt/$i ; done
See code which says 'for i in /dev/......' (which is correct)
For some of you, when you copied and pasted, this may have erroneously come up as 'for inin /dev.....' which is incorrect. This happened because an 'n' (in white font) was inserted after the first 'i' to prevent the single 'i' auto-capitalising. I have now corrected this bug.
Apologies if this caused any headaches for some of you.
Regards
Mike
![[Image: UrGQTnT.png]](http://i.imgur.com/UrGQTnT.png)