this post was submitted on 10 Jul 2025
37 points (95.1% liked)
Linux
56359 readers
499 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well I tried the UI approach of right clicking the folder and going to share options, which is when I was prompted to install Samba, but there is warning that states "The permission for prevent othersl users from accessing this share". I did some digging on that error, and everything I came across basically said that wouldn't work. My next attempt was modifying the Samba config file, I added
As instructed by a tutorial I found. When running testpram I don't get any errors, but I'm not seeing the folder in VLC like I do when sharing from Win10. That's as far as I have gotten. If there's anything else that I can provide please let me know, and on that note, the drive I'm sharing from is NTFS if that has any impact.
Thanks again!
In your Samba config file, when you’re specifying a share path, after FolderName, you need to put a final /
So I added the forward slash and now the folder shows up, but it's asking me for login credentials now. I thought "guests ok = yes" would handle that but apparently not. Any suggestions?
Similar issue: https://serverfault.com/questions/575394/samba-public-share-windows-keeps-asking-for-password#715372
Adding
to smb.conf and restart the service.
If that doesn't work there are a few other suggestions in the thread.