파일 시스템이 마운트 된 모든 옵션을 어떻게 나열합니까?
모두 mount와 cat /proc/mounts내게에서 '옵션'필드에 지정된 모든 옵션을 제공하지 않습니다 /etc/fstab. 예를 들어, 이것은 내 /etc/fstab: # <file system> <mount point> <type> <options> <dump> <pass> UUID=1afaad96-8aa3-4283-95a4-20510e5b3fbb / ext4 rw,async,exec,nouser,suid,errors=remount-ro 0 1 그러나 결과 mount는 나에게 이것을 제공합니다 ( mount -v작동하지 않습니다). /dev/sda6 on / type ext4 (rw) `cat / proc …