Stephen P. Molnar wrote:
I now have a system that boots without any problems.
The fstab is:
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=71f1ed49-9178-4bbc-b872-510f7982e245 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=4b041dec-d00f-4acf-a731-f6a34d885105 none swap sw 0 0
UUID=900b5f0b-4f3d-4a64-8c91-29aee4c6fd07 /sdb1 ext4 rw,users,defaults 0 0
UUID=1f363165-2c59-4236-850d-36d1e807099e /sdc1 ext4 rw,users,defaults 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
from man mount:
users Allow any user to mount and to unmount the filesystem,
even when some other ordinary user mounted it. This option
implies the options noexec, nosuid, and nodev
noexec overrules your permissions.
-dsr-