diff options
| -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. |
