Estou tentando configurar
/etc/autofs/auto.misc
para montar automaticamente CDs e drives USB. Funcionou bem até que eu reinseri uma unidade USB; ele foi renomeado de sdb
para sdc
.
Como posso antecipar essas alterações no meu arquivo de configuração?
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage
cdrom -fstype=iso9660,ro,nodev,nosuid :/dev/cdrom
floppy -fstype=auto,async,nodev,nosuid,umask=000 :/dev/fl
usbstick1 -fstype=auto,async,nodev,nosuid,umask=000 :/dev/sda1
usbstick2 -fstype=auto,async,nodev,nosuid,umask=000 :/dev/sdb1
Tags linux arch-linux