I managed to install brew for linux on tnas. However I had to mount /mnt/md0/Users/.linuxbrew in /home/linuxbrew/.linuxbrew (default brew location) with the command mount bind. Nevertheless when I restart the server I lose this until I mount again the folder. I tried to setup fstab to do this on system startup but I couldn’t do this due, I suspect, raid limitations. Can anyone assist me on how to make permanent the command mount bind?
the corresponding mtab entry is:
/dev/mapper/vg0-lv0 /home/linuxbrew/.linuxbrew btrfs rw,relatime,space_cache=v2,metadata_ratio=50,subvolid=5,subvol=/User/.linuxbrew 0 0
Thank you!
