• 2 Posts
  • 7 Comments
Joined 8M ago
cake
Cake day: Oct 05, 2023

help-circle
rss

Appreciate it! Yeah everything that sounds like it would be easy, always has a fun extra hurdle on Fedora it seems haha.

Still loving it :)


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.


Gotcha I appreciate your patience w/ my silly questions lol

If the now correctly mounted folder is empty, is that a read/write issue for:

  1. the user on the remote machine
  2. the logged-in user on the local machine
  3. the user running the samba service?


Everything has been immeasurably easier on Linux. But holy fuck the Windows’ Right Click -> Share is eons better than this :(


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 :'(


Fedora 39 KDE DE Current Login: "User" with Password "1" This allows me to connect to the share; however, it is "empty" on both the local and the remote machines. ![](https://lemmy.dbzer0.com/pictrs/image/1f777351-0f06-4a4a-b5b8-7db364a7ce9e.png) ![](https://lemmy.dbzer0.com/pictrs/image/3d886e2d-0571-4aba-b52f-6ca59c92b1aa.png) I've followed at least 5-6 guides all w/ completely different instructions and would love somebody w/ experience on this to point to my fuck up and what I'm very clearly missing. ***sudo nano /etc/samba/smb.conf*** [global] [share] path = /mnt/2666EE3966EE097F/ writeable = yes browseable = yes public = yes create mask = 0777 public = yes guest ok = yes ***sudo nano /etc/fstab*** /dev/disk/by-uuid/D02A6F152A6EF7BC /mnt/D02A6F152A6EF7BC auto nosuid,nodev,nofail,x-gvfs-show 0 0 //192.168.0.30/share /mnt/2666EE3966EE097F cifs username=user,password=1 0 0 ![](https://lemmy.dbzer0.com/pictrs/image/de455024-1dc5-419a-8285-288953f23ba3.png) Dolphin also has this tab below (local machine w/ the mounted drive), but any password input doesn't do anything (the explorer flashes w/ no info about what the "Set Password" button did) ![](https://lemmy.dbzer0.com/pictrs/image/e2b68861-d96e-4197-88a3-b861eb40b540.png)
fedilink


Looks like this would run Photoshop even better than my insane hacky wine setup too :')…

I guess a good followup would be, is there a tutorial for Fedora39 / Wayland / Nvidia that doesn’t just inevitably nuke my system :)? I have an intel cpu/gpu in additional to my main card.

Also, if it’s in pass-through mode, how would one set up the card for a game natively in Linux? (plenty of Steam games already run well on the card and I’m worried that this passthrough will run into issues of everything using the shitty intel gpu by default)