[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fstab Questions (Final time)




On 03/18/2019 02:50 PM, Dan Ritter wrote:
Stephen P. Molnar wrote:
On 03/18/2019 11:36 AM, Dan Ritter wrote:
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-


This makes sense.  So what is the solution?  Remove users from the fstab
entries?
You can do that, or you can add the option exec.

-dsr-


 Many thanks. adding the exec option solved the problem.

--
Stephen P. Molnar, Ph.D.
Consultant
www.molecular-modeling.net
(614)312-7528 (c)
Skype: smolnar1


Reply to: