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/
질문이 있으신가요 fstab
?
답변1
noauto
플래그를 설정한 것을 확인했습니다 . 이것방법"-a 플래그와 함께 설치하지 마십시오"
~에서man 5 fstab
noauto do not mount when "mount -a" is given (e.g., at boot
time)
답변2
UUID를 사용하여 설치하는 경우 다음 형식을 사용해야 합니다.
UUID=UUIDNUMBER /directory ext4 rw,user,exec 0 0