Difference between revisions of "OS-Linux-Service-Autofs"
Jump to navigation
Jump to search
(Add a preliminary page for application menu customizations and other desktop issues.) |
|||
Line 1: | Line 1: | ||
− | + | After installing autofs, it does not necessarily auto-start: | |
− | |||
− | + | * sudo chkconfig --list autofs | |
+ | * sudo chkconfig --add autofs | ||
+ | * sudo service autofs status | ||
+ | * sudo service autofs start | ||
− | + | Restart autofs after changing configuration files: | |
− | + | * sudo service autofs start | |
+ | ** The restart may be ineffective if any of the mount points are occupied by a running process | ||
+ | *: Shells or applications (like Amarok) can interfere with autofs mounting when they are parked on a mount point. | ||
− | + | Configure autofs under /etc/autofs: | |
− | * | + | * ... |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:OS]] | [[Category:OS]] | ||
[[Category:OS-Linux]] | [[Category:OS-Linux]] |
Latest revision as of 04:59, 1 February 2018
After installing autofs, it does not necessarily auto-start:
- sudo chkconfig --list autofs
- sudo chkconfig --add autofs
- sudo service autofs status
- sudo service autofs start
Restart autofs after changing configuration files:
- sudo service autofs start
- The restart may be ineffective if any of the mount points are occupied by a running process
- Shells or applications (like Amarok) can interfere with autofs mounting when they are parked on a mount point.
Configure autofs under /etc/autofs:
- ...