mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
9 lines
187 B
Text
9 lines
187 B
Text
filter disks {
|
|
optical = false
|
|
partition_table = false
|
|
usage = filesystem
|
|
}
|
|
match disks {
|
|
automount=true
|
|
automount_options= { sync, noatime, "dmask=0", "fmask=0" }
|
|
}
|