User Tools

Site Tools


makerbase-automount-files

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
makerbase-automount-files [2024/03/12 10:38] tortemakerbase-automount-files [2025/01/21 12:33] (current) torte
Line 1: Line 1:
 +{{page>redirect#this_wiki_has_moved}}
 +https://torte71.github.io/InsideSovolKlipperScreen/makerbase-automount-files.html
 +{{page>redirect#section}}
 +----
 +
 ==== makerbase-automount.service files ==== ==== makerbase-automount.service files ====
  
Line 167: Line 172:
 # none # none
 </code> </code>
 +
 +=== /etc/makerbase-automount.d/auto ===
 +<code>
 +# -*- sh -*-
 +
 +# Options to use for auto-mounting generic filesystems
 +AUTOMOUNT_OPTS='users'
 +
 +# Type to use for auto-mounting generic filesystems
 +AUTOMOUNT_TYPE=auto
 +</code>
 +
 +=== /etc/makerbase-automount.d/hfsplus ===
 +<code>
 +# -*- sh -*-
 +
 +# Options to use for auto-mounting devices detected with an hfsplus filesystem
 +AUTOMOUNT_OPTS=ro,users,relatime
 +</code>
 +
 +=== /etc/makerbase-automount.d/ntfs ===
 +<code>
 +# -*- sh -*-
 +
 +# Mount options to use for auto-mounting NTFS drives
 +AUTOMOUNT_OPTS='errors=remount-ro,relatime,utf8,users,flush'
 +
 +# If NTFS-3G is installed, use it as the mount type
 +hash ntfs-3g && AUTOMOUNT_TYPE="ntfs-3g"
 +</code>
 +
 +=== /etc/makerbase-automount.d/vfat ===
 +<code>
 +# -*- sh -*-
 +
 +# Options to use for auto-mounting devices detected with a vfat filesystem
 +AUTOMOUNT_OPTS='errors=remount-ro,relatime,utf8,users,flush,gid=100,dmask=000,fmask=111'
 +</code>
 +
  
makerbase-automount-files.1710236326.txt.gz · Last modified: 2024/03/12 10:38 by torte