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.
I think the first time I forgot the
File.dirExists
for the mount point, so the fstab modification was done, but not the mount.It seems it would be safe to always run the mountnow property, since it does check if something is already mounted.
Also, it would probably make sense for properties that set up mounts to automatically make the mount point.
Patches welcome!