
Book Errata
There’s a bit of clarification needed in Volume 1, Chapter 4, Preparation, of my book series, Using and Administering Linux – Zero to SysAdmin: 2nd Edition.
On page 107, Step 13 of preparing a Linux host for creating the VM, the command given is supposed to add a line to the /etc/fstab file that defines the Example mount point and the device that’s supposed to mount there. It’s not clear, but the fields in the fstab file are always required to be separated with tabs instead of spaces. You get errors when attempting to mount the Experiments device if spaces are used.
This is something that I learned a long time ago but had forgotten. Thanks to one of my local students here in Raleigh for informing me of this error.
More Stories
Rethinking su vs sudo
If you've been hanging around Both.org for a while, you've undoubtedly noticed that I much prefer using the su -...
ATO book signing schedule announced
The ATO organizers have announced the book signing schedule for All Things Open 2025. I'll be signing copies of three...
Email can’t access the INBOX
If you've been reading my posts here, or my books, you know that I like to experiment with many different...
Choose your new computer’s operating system
I recently built a new computer, and now it needs a fresh operating system. But before I install it, I...
Planning for End of Life
We hear a lot about end of life (EOL) planning for hardware and software. At this time, the end of...
Unzipping archives from the command line
For many years, the de facto standard in file archives was Pkzip and Pkunzip, by Phil Katz. Phil created the...