LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   fstab / rbind / .config/app how to get past whats stopping me from completing the connection? (https://www.linuxquestions.org/questions/linux-general-1/fstab-rbind-config-app-how-to-get-past-whats-stopping-me-from-completing-the-connection-4175622805/)

BW-userx 01-31-2018 01:22 PM

fstab / rbind / .config/app how to get past whats stopping me from completing the connection?
 
I decided to share my home between two seperate Linux OS'es by using rbind. I use deluge to download and seed. Instead of trying to dupicate what I already have within it, I am trying to rbind the two together, but on the reciving end Linux it is not allowing access to the host directory.

Has anyone attempted this, or knows how to get around this .. I open 'Dolphin; and see a red banner message.

"could not enter folder /home/userx/.config/deluge"

whereas all of the other folders I can access just fine.

Code:

##bind mounts for /home/user/subdir's
UUID=b27bf034-8100-4341-90ef-7a9f11cf7e85 /otherhome ext4 defaults 1 2
/otherhome/userx/Downloads /home/userx/Downloads ext4 rbind 0 0
/otherhome/userx/Documents /home/userx/Documents ext4 rbind 0 0
/otherhome/userx/Music    /home/userx/Music      ext4 rbind 0 0
/otherhome/userx/Videos  /home/userx/Videos    ext4 rbind 0 0
/otherhome/userx/Pictures /home/userx/Pictures  ext4 rbind 0 0
/otherhome/userx/scripts /home/userx/scripts    etc4 rbind 0 0
# FOR DELUGE CONFIG FILES IN .config
/otherhome/userx/.config/deluge /home/userx/.config/deluge ext4 rbind 0 0

command line
Code:

[userx@bluestardev ~]$ ls -la .config/deluge
ls: cannot open directory '.config/deluge': Permission denied

any suggestions on permission settings so it will not screw it up?


EDIT:
Ok I take some of that back, I cannot run configure in my source codes...
Basicly no read write permissions now in them folders, so I'm looking into how to give read write in rbind, user IUD matching and other things along them lines...

as I thought I read if it is rw it will be rw ...


All times are GMT -5. The time now is 10:20 PM.