/etc/fstab
항상 두 개의 다른 행 뒤에 마운트하려면 특정 행이 필요합니다 .
# Always mount these first
UUID=fdf38dd4-9e9d-479d-b830-2a6989958503 / ext4 noatime,discard,errors=remount-ro 0 1
UUID=2b548eb8-fa67-46ce-a998-91d587dba62f /home/.hdd ext4 errors=remount-ro 0 2
# Always mount this second
none /home/ak aufs br:/home/.ssd/ak=rw:/home/.hdd/ak=rw 0 0
현재 동작은 종종 예측할 수없는 방식으로 마지막 두 행의 순서를 반대로하는 것입니다. 필요한 주문을 어떻게 지정할 수 있습니까?
noauto
와에서 마운트rc.local
?