this post was submitted on 01 May 2024
27 points (90.9% liked)

Linux

45595 readers
654 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 
 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.

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

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)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 2 months ago* (last edited 2 months ago) (1 children)

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!"

[–] [email protected] 4 points 2 months ago

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