O CentOS 7 usa systemd.
O Systemd criará alguns Sistemas de arquivos de API automaticamente, com as configurações padrão (kernel), mas você ainda pode adicioná-las a /etc/fstab
para usar opções personalizadas:
... Even though normally none of these API file systems are listed in
/etc/fstab
they may be added there. If so, any options specified therein will be applied to that specific API file system. Hence: to alter the mount options or other parameters of these file systems, simply add them to/etc/fstab
with the appropriate settings and you are done...
Além do arquivo de controle /etc/fstab
convencional, o systemd suporta arquivos .mount
unit que podem ser usados para gerenciar suas montagens personalizadas.
Consulte man systemd.mount
para obter mais detalhes.