mount -aは機能しませんが、手動インストールは機能します。

mount -aは機能しませんが、手動インストールは機能します。

lsb_releaseとuname

[wellbye@AY130622174524343529Z:~]lsb_release -a 
LSB Version:    core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch 
Distributor ID: Ubuntu 
Description:    Ubuntu 16.04.3 
LTS Release:    16.04 
Codename:       xenial

[wellbye@AY130622174524343529Z:~]uname -a  
Linux AY130622174524343529Z 4.4.0-105-generic #128-Ubuntu SMP Thu Dec 14 12:42:11 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

/etc/fstab:

UUID=e2048966-750b-4795-a9a2-7b477d6681bf / ext4 errors=remount-ro 0 1     
/dev/xvdb1 /newdisk ext3 rw,user,noauto,exec,utf8 0 0

sudo mount -a効果もエラーもありませんが、手動インストールは機能します。

 sudo mount -t auto /dev/xvdb1 /newdisk/

df出力に/ newdiskがインストールされていることが表示されます。

質問がありますかfstab

ベストアンサー1

noautoフラグを設定したことを確認しました。これ方法「-a フラグと一緒にインストールしないでください」

~からman 5 fstab

          noauto do not mount when "mount -a"  is  given  (e.g.,  at  boot
                 time)

おすすめ記事