I just upgraded one of our machines from FC5 to FC6. After the process, the automount failed during startup. This is the message from the log.
If you’re thinking about purchasing a new GPU, we’d greatly appreciate it if you used our Amazon Associate links. The price you pay will be exactly the same, but Amazon provides us with a small commission for each purchase. It’s a simple way to support our site and helps us keep creating useful content for you. Recommended GPUs: RTX 5090, RTX 5080, and RTX 5070. #ad
master_read_master: can't read master map auto.master
This is strange, because there is an auto.master file in the /etc directory. I then modified the /etc/sysconfig/autofs and uncommented DEFAULT_MASTER_MAP_NAME and set it to /etc/auto.master . The setting is now like the following.
DEFAULT_MASTER_MAP_NAME="/etc/auto.master"
After the modification, I restarted autofs and it started to work again.
Leave a Reply