diff options
| author | Nicolas.Schodet <Nicolas.Schodet@web> | 2017-10-08 10:51:40 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-10-08 10:51:40 +0000 |
| commit | a68e9cd5087501dfa3e09422f43ccf5a3a4d622c (patch) | |
| tree | 27f864381f16f0d5b57d31a4f9a0095b5bd5b426 /doc | |
| parent | 01fcbb5c28eec8275ecf1bab71a7ef5fc74863b5 (diff) | |
Fstab.mounted does not mount if entry exists
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/Fstab.mounted_does_not_mount_if_entry_exists.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/Fstab.mounted_does_not_mount_if_entry_exists.mdwn b/doc/forum/Fstab.mounted_does_not_mount_if_entry_exists.mdwn new file mode 100644 index 00000000..7c86c945 --- /dev/null +++ b/doc/forum/Fstab.mounted_does_not_mount_if_entry_exists.mdwn @@ -0,0 +1,14 @@ +Hello, + +by looking at the code, there is an onChange: + + mounted fs src mnt opts = tightenTargets $ + listed fs src mnt opts + `onChange` mountnow + +This means that if for any reason the FS is not mounted it will never be +mounted again. Is it a bug or a feature? + +Thanks, + +Nicolas. |
