[opensuse] mounting folders into each other: also in fstab?
good day, having a rather old suse system, that needs to mount some folders into each other and such, due to some ftp server not being able to displays folders properly because of process rights or so. Do I also add this type of mount into the fstab? Manually I enter as root: mount --bind /srv/www/vhosts/........sourcefolder ......../targetfolder/ Does it work with fstab and the --bind parameter into the options column or how do I do that exactly? thanks. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Here is an example from my fstab /dev/Vg090930/LvBig01 /usr/local ext4 defaults,noatime,nodiratime,user_xattr 1 2 /usr/local/home /home none bind 0 0 I keep home in the same volume as /usr/local to keep all the local stuff in one place. The options for the bind are as for the real mount and cannot be varied by the bind mount. On Wed, 22 Feb 2012 08:18:10 cagsm wrote:
good day,
having a rather old suse system, that needs to mount some folders into each other and such, due to some ftp server not being able to displays folders properly because of process rights or so.
Do I also add this type of mount into the fstab? Manually I enter as root: mount --bind /srv/www/vhosts/........sourcefolder ......../targetfolder/
Does it work with fstab and the --bind parameter into the options column or how do I do that exactly? thanks.
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
cagsm
-
michael@actrix.gen.nz