I have added a bindfs mount point to my fstab to mount my unionfs pool into my FTP.
I guess this is not the intended way of doing it with OMV and not really permanent.
What is the suggested way of adding this to my OMV configuration correctly?
I have added a bindfs mount point to my fstab to mount my unionfs pool into my FTP.
I guess this is not the intended way of doing it with OMV and not really permanent.
What is the suggested way of adding this to my OMV configuration correctly?
Anyone?
If I add this to config.xml by hand, what should i do about the UUID? leave it blank and wait for OMV to create this automatically?
Cmon guys.
If you are going to hand edit fstab put your mounts outside of the openmediavault stanza.
Ah ok. So OMV does not overwrite the whole file but only a block?
why not configure it in /etc/fstab? Just do it outside of the region controlled by omv. Also, why fuse?
Doesn't this work?
/some/where /else/where none bind 0 0
can also use the mount command,
mount --bind /some/where /else/where
Ah ok. So OMV does not overwrite the whole file but only a block?
OMV will not touch anything outside the openmediavault stanza
Ok, good to know. Thank you!
Display Morewhy not configure it in /etc/fstab? Just do it outside of the region controlled by omv. Also, why fuse?
Doesn't this work?
/some/where /else/where none bind 0 0
can also use the mount command,
mount --bind /some/where /else/where
No this did not work in combination with Glftpd. The bind mount is visible in CLI but not when dir listing in glftpd. Dont ask me why.
I had the same idea.
No this did not work in combination with Glftpd. The bind mount is visible in CLI but not when dir listing in glftpd. Dont ask me why.
I had the same idea.
So when a user logs in to the FTP they couldn't list the directory of the bind mount unless you mounted with fuse?
Wonder if it's permissions issue?
Exactly.
How can it be a permission issue? It’s the exact same folder structure i am mounting with either bindis or bind
That is a really good explanation of how things work.
I have tried with permission chmod 777 on my files and folders and still they are not accessible via bind in glftpd. Maybe i am missing something here.... point me to it. Thanks.
could be a permissions issue within glftpd. glftpd users are separate from system users
Ok but I did not change any gifted configuration
Don’t have an account yet? Register yourself now and be a part of our community!