我正在尝试配置
/etc/autofs/auto.misc
自动安装外部 CD 和 USB 驱动器。它工作正常,直到我重新插入 USB 驱动器;它从 重命名sdb
为sdc
。
我如何才能预测我的配置文件中的此类变化?
# 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