I need to create an "fstab" file to specify what devices get mounted where automatically. The four entries I show here are pretty much required. Well, devpts may not be required, but leaving it in takes no room and may prevent future problems.

You may notice I seem to have my "echo" commands and my redirection ">" stuff backwards here. It's another DOS trick to help things line up neater. Once again, I was very happy to see the same syntax working in Linux.