Needs to set nodev option on DB directories in linux
Running mount
does not modify /etc/fstab
. It merely remounts the filesystem with the new option, valid until it's remounted with another option, or through a reboot.
You'll have to manually edit /etc/fstab
to include nodev
.
If you're unsure of the format, please run man fstab
. The fourth field of fstab
contains options.