makerbase-automount-files
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| makerbase-automount-files [2024/03/12 10:38] – torte | makerbase-automount-files [2025/01/21 12:33] (current) – torte | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{page> | ||
| + | https:// | ||
| + | {{page> | ||
| + | ---- | ||
| + | |||
| ==== makerbase-automount.service files ==== | ==== makerbase-automount.service files ==== | ||
| Line 167: | Line 172: | ||
| # none | # none | ||
| </ | </ | ||
| + | |||
| + | === / | ||
| + | < | ||
| + | # -*- sh -*- | ||
| + | |||
| + | # Options to use for auto-mounting generic filesystems | ||
| + | AUTOMOUNT_OPTS=' | ||
| + | |||
| + | # Type to use for auto-mounting generic filesystems | ||
| + | AUTOMOUNT_TYPE=auto | ||
| + | </ | ||
| + | |||
| + | === / | ||
| + | < | ||
| + | # -*- sh -*- | ||
| + | |||
| + | # Options to use for auto-mounting devices detected with an hfsplus filesystem | ||
| + | AUTOMOUNT_OPTS=ro, | ||
| + | </ | ||
| + | |||
| + | === / | ||
| + | < | ||
| + | # -*- sh -*- | ||
| + | |||
| + | # Mount options to use for auto-mounting NTFS drives | ||
| + | AUTOMOUNT_OPTS=' | ||
| + | |||
| + | # If NTFS-3G is installed, use it as the mount type | ||
| + | hash ntfs-3g && AUTOMOUNT_TYPE=" | ||
| + | </ | ||
| + | |||
| + | === / | ||
| + | < | ||
| + | # -*- sh -*- | ||
| + | |||
| + | # Options to use for auto-mounting devices detected with a vfat filesystem | ||
| + | AUTOMOUNT_OPTS=' | ||
| + | </ | ||
| + | |||
makerbase-automount-files.1710236326.txt.gz · Last modified: 2024/03/12 10:38 by torte
