Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:user-guide:services:mountd [2018/03/03 19:28] bobafetthotmaildocs:guide-user:storage:mountd [2019/08/26 11:37] (current) – tag optimization vgaetera
Line 1: Line 1:
 ====== mountd Configuration ====== ====== mountd Configuration ======
 +FIXME mountd is obsolete.
 +As of December 2018, this is replaced by "fstools" (which handles block mount with the block binary) and "blockd" (which handles autofs)
  
-The ''/etc/config/mountd'' configuration is provided by the //mountd// package. The ''mountd'' configuration file defines parameters for the OpenWrt automount daemon, a small programm that will automount USB storage devices.+The ''/etc/config/mountd'' configuration is provided by the //mountd// package. 
 +The ''mountd'' configuration file defines parameters for the OpenWrt automount daemon, a small programm that will automount USB storage devices.
  
 ===== Sections ===== ===== Sections =====
- 
 The configuration file consists of a section defining the mountd options. The configuration file consists of a section defining the mountd options.
  
 === mountd ==== === mountd ====
 +The ''mountd'' section defines general daemon options.
 +This is the default configuration for this section:
  
-The ''mountd'' section defines general daemon options. This is the default configuration for this section: +<code bash> 
-| ''config 'mountd' 'mountd' +config 'mountd' 'mountd' 
-        option 'timeout' '60' +    option 'timeout' '60' 
-        option 'path' '/tmp/mounts/'''|+    option 'path' '/tmp/mounts/' 
 +</code>
  
 The ''mountd'' section contains these settings: The ''mountd'' section contains these settings:
 ^ Name ^ Type ^ Required ^ Default ^ Description ^ ^ Name ^ Type ^ Required ^ Default ^ Description ^
-| ''timeout'' | integer |    +| ''timeout'' | integer | | | | 
-| ''path'' | string |    |+| ''path'' | string | | | | 
  • Last modified: 2019/08/26 11:37
  • by vgaetera