summaryrefslogtreecommitdiff
path: root/doc/forum/Fstab.mounted_does_not_mount_if_entry_exists.mdwn
blob: 7c86c9454a17f10a21cfb6747db25d61a80105fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.