Can GFS be mounted noexec, nosuid, or nodev?
Updated -
Global File System (GFS) supports all standard Linux mount options as well as some additional mount options used by GFS. This includes the "noexec", "nosuid" and "nodev" options. Those options are specified the same way with GFS as with any other filesystem. In /etc/fstab
, you would see:
/dev/pool01 /gfs gfs defaults,nosuid,noatime,nodev 0 0
Fo...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.