l nfs-dl: add more mount options
This commit is contained in:
parent
a56bbf6dc2
commit
60c94ad269
@ -3,17 +3,19 @@
|
|||||||
device = "prism.w:/export/download";
|
device = "prism.w:/export/download";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [
|
options = [
|
||||||
"timeo=14"
|
#"timeo=14"
|
||||||
"noauto"
|
"noauto"
|
||||||
"noatime"
|
"noatime"
|
||||||
"nodiratime"
|
"nodiratime"
|
||||||
"noac"
|
#"noac"
|
||||||
"nocto"
|
#"nocto"
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
"x-systemd.device-timeout=1"
|
"x-systemd.device-timeout=1"
|
||||||
"x-systemd.idle-timeout=1min"
|
"x-systemd.idle-timeout=1min"
|
||||||
"x-systemd.requires=retiolum.service"
|
"x-systemd.requires=retiolum.service"
|
||||||
"x-systemd.requires=wpa_supplicant.service"
|
"x-systemd.requires=wpa_supplicant.service"
|
||||||
|
"user"
|
||||||
|
"_netdev"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user