Ho bisogno di una fila particolare /etc/fstab
da montare sempre dopo altre due file:
# 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
Il comportamento attuale è di invertire spesso l'ordine delle ultime due righe in modo imprevedibile. Come posso specificare l'ordine necessario?
noauto
e montarerc.local
?