Brett Parker wrote:
That looks good for the root filesystem...
Yes, you'll want the swap device too, at least, and you'll want the path for the cdrom drive...
So, something more like:
Thanks for that, and for telling me about swapon -s.
The end results, heavily based on the info here, googling, and reasonably clean and similar installs elsewhere, is:
--- Start fstab ---
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 UUID=c753a899-0637-4963-9f77-a825051bb917 / ext3 defaults,errors=remount-ro 0 1 /dev/md0 /storage ext3 defaults 0 1 /dev/sda5 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
--- End fstab ---
I write this as I wait to see if the server comes back up from a reboot....
... which it has. Thanks!