• 3 Posts
  • 12 Comments
Joined 9 months ago
cake
Cake day: October 5th, 2023

help-circle




  • So if I had to guess morethanevil, this is the line that ended up fixing it! Really appreciate it, because everything else seemed to fall into place after this:

    setsebool -P samba_export_all_ro=1 samba_export_all_rw=1
    

    I really appreciate all of your help Certainly_No_Brit! I had it set up in such a ridiculous way, but your assistance really helped me grasp why each guide was so wildly different (creation vs. adding a remote SMB on linux). After it worked, I could look up the network drive in Dolphin/Windows File Explorer in a very normal manner and can access all of the files :)!

    Maybe your issue was with your firewall or permission in some regard unknowing8343? I still really prefer Windows’ method (gag), but this was certainly very doable w/ the SELinux tweaks in the link above.




  • The configuration change in /etc/fstab is what stopped it being mounted correctly on boot. But is what was recommended for the SMB share.

    I’m not sure I understand why it changes from MNT to Media based on the GUI’s changes to the drive. If I have it auto-mount, it adds a 2nd listing like this:

    //192.168.0.30/share /mnt/2666EE3966EE097F auto cifs username=user,password=1 0 0
    /dev/disk/by-uuid/2666EE3966EE097F /mnt/2666EE3966EE097F auto nosuid,nodev,nofail,x-gvfs-show 0 0
    

    Do I combine them in some fashion lol?

    Did I misunderstand something?

    No, I’m stupid :'(