SMB Share - Help Before I Rip Out What's Left of My Hair :)? (Edit: Solved!)


<span style="color:#323232;"> Fedora 39
</span><span style="color:#323232;"> KDE DE
</span><span style="color:#323232;"> Current Login: "User" with Password "1" 
</span>

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


<span style="color:#323232;">[global]
</span><span style="color:#323232;">
</span><span style="color:#323232;">[share]
</span><span style="color:#323232;">
</span><span style="color:#323232;">   path = /mnt/2666EE3966EE097F/
</span><span style="color:#323232;">   writeable = yes
</span><span style="color:#323232;">   browseable = yes
</span><span style="color:#323232;">   public = yes
</span><span style="color:#323232;">   create mask = 0777
</span><span style="color:#323232;">   public = yes
</span><span style="color:#323232;">   guest ok = yes
</span>

sudo nano /etc/fstab


<span style="color:#323232;">/dev/disk/by-uuid/D02A6F152A6EF7BC /mnt/D02A6F152A6EF7BC auto nosuid,nodev,nofail,x-gvfs-show 0 0
</span><span style="color:#323232;">//192.168.0.30/share /mnt/2666EE3966EE097F cifs username=user,password=1 0 0
</span>

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

unknowing8343, (edited )

I was literally fighting with this these last 4 hours, and here’s my conclusion:

What a goddamn mess Samba is. How in the world is it so hard to make this thing work?

I eventually realised that for my usecase minidlna would work, at least for a while, and it was amazing how simple it was.

This is all I can say about the subject. I am surprised there are no simple ways to setup Samba folders such as a GUI that asks you “what ya wanna share? Oh, okay, you want people to write things on it? Cool! It’s working now. Don’t forget to check these ports on your firewall, bye!”

hypoproteinosis96,

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

Certainly_No_Brit, (edited )

I don’t fully understand this setup. Did I misunderstand something?

You have a Fedora PC with an NTFS partition mounted to /run/media/user/share. The Fedora computer shares a directory /mnt/2666EE3966EE097F over Samba.

Fedora and another computer connect to /mnt/2666EE3966EE097F/ over Samba, but they show no content.

Did you perhaps forget to remount your NTFS partition to /mnt/2666EE3966EE097F/? Otherwise I don’t see a way to access the content with your current configuration.

hypoproteinosis96, (edited )

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:


<span style="color:#323232;">//192.168.0.30/share /mnt/2666EE3966EE097F auto cifs username=user,password=1 0 0
</span><span style="color:#323232;">/dev/disk/by-uuid/2666EE3966EE097F /mnt/2666EE3966EE097F auto nosuid,nodev,nofail,x-gvfs-show 0 0
</span>

Do I combine them in some fashion lol?

Did I misunderstand something?

No, I’m stupid :'(

Certainly_No_Brit, (edited )

You need to put the bommon line /dev/disk/by-uuid/2666EE3966EE097F /mnt/2666EE3966EE097F auto nosuid,nodev,nofail,x-gvfs-show 0 0 onto the computer with the NTFS partition.

The top line //192.168.0.30/share /mnt/2666EE3966EE097F auto cifs username=user,password=1 0 0 is for mounting the Samba share on another device.

hypoproteinosis96,

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?

https://lemmy.dbzer0.com/pictrs/image/3e8dfc60-a274-4573-8760-22d7b501c6e8.png

https://lemmy.dbzer0.com/pictrs/image/92aebd77-7632-4786-8fab-c89af73cb466.png

Certainly_No_Brit, (edited )

The Samba service is normally run by root either way. Samba uses the logged in user’s uid to access the files. To be able to see the files, the user needs to have permissions for the directory and the contained files. The mnt folder currently only has root permissions, which is why the user can’t see the files.

You need to change the permissions of the NTFS mount. I’m not sure what the uid of user is, but you can find that out by executing id user. The numbers are the ids you need. In fstab, you need to add the user’s uid and gid by adding uid={},gid={} to the line.

Assuming the uid and gid are 1000, it would look like this: /dev/disk/by-uuid/2666EE3966EE097F /mnt/2666EE3966EE097F auto nosuid,nodev,nofail,uid=1000,gid=1000,x-gvfs-show 0 0 (you need to remount the partition after the change). You can check if the permissions changed in your file manager.

This will change the mount’s permissions to the user you want to access it from, but this also means that no other user (except root) will be able to. The link below has the answer if you want it to be accessible by all users.

I used this answer on Superuser, so it’s possible that this will not fully work, but I don’t have the devices to test it out currently.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • rosin
  • GTA5RPClips
  • vwfavf
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • Youngstown
  • ngwrru68w68
  • slotface
  • thenastyranch
  • ethstaker
  • khanakhh
  • kavyap
  • InstantRegret
  • normalnudes
  • modclub
  • osvaldo12
  • anitta
  • everett
  • Durango
  • cisconetworking
  • cubers
  • Leos
  • provamag3
  • tacticalgear
  • tester
  • megavids
  • JUstTest
  • All magazines