this post was submitted on 12 Jun 2026
67 points (86.8% liked)

Ask Lemmy

39939 readers
980 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, toxicity and dog-whistling are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 3 years ago
MODERATORS
 

Lemmy is so Linux-focused and people are surprisingly opinionated about it.

you are viewing a single comment's thread
view the rest of the comments
[–] HaveMouseWillTravel@lemmy.world 2 points 4 hours ago (3 children)

Let's talk about my recent exercise in mapping persistent network drives: Windows: Right click in file explorer, select map drive, enter server path, user name password. Check the Reconnect at login checkbox. Click OK.

Linux: Add user to soduers file, sudo make a directory in /mnt, chown of directory to user, sudo install smbclient, create a cedentials file with server user and password, modify fstab file and add mount command to that and refererwnce credential file, well network stack doesent load until after it tries to map the drives on boot so then I added a 60 second wait to wait for the network to come online.

Yes, things are better now when it comes to installing and hardware compatibility, but for the average person the steps I took to map a network drive is not feasible to pull off. Most people just want things to work without going through multiple steps of trial and error

[–] communist@lemmy.frozeninferno.xyz 1 points 54 minutes ago* (last edited 53 minutes ago)

Network drives are a legitimate painpoint, luckily kde just got over a mil to work on network drives in particular, this will be a solved problem soon.

https://news.tuxmachines.org/n/2026/05/13/KDE_Receives_Over_1M_from_Sovereign_Tech_Fund_for_Software_Deve.shtml

i will say using a network drive makes you not an average user though.

[–] Cethin@lemmy.zip 1 points 1 hour ago

Yes, things are better now when it comes to installing and hardware compatibility, but for the average person the steps I took to map a network drive is not feasible to pull off. Most people just want things to work without going through multiple steps of trial and error

Here's you're problem: the average person has never used a network drive. You aren't an average user.

I'm using Garuda, and have been for several years. 99.9% of the time, things just work. Then few times it doesn't are when I'm trying to do something more advanced, and that's fine. The experience for the average user is pretty much solved, and that's what matters. If you are doing something more advanced, you also know how to figure out how to solve it.

Is it perfect? Of course not. However, I (and I assume you too) am the type of user who modified registries in Windows to get things working how I want. That is far worse of an experience than anything I've had to do in Linux (for the simplicity of what it was doing at least). Sure, MS makes it pretty easy to do some things, but they also make it almost, if not actually, impossible to do others. I was tired of dealing with that and have enjoyed Linux much more.

I didn't like using Linux when I tried it the first few times 10+ years ago. Now, it's pretty good, but you do have to commit to it. You have to learn how it works, just as you had to do for Windows at one point. Just because you forgot about all the shit you dealt with on Windows doesn't mean it didn't exist. You have to come to Linux knowing it's not Windows, and you are not going to know how to do everything. If you come in with the mindset that it should work like Windows then you'll inevitably have a bad time.

[–] redsand@infosec.pub 1 points 3 hours ago

Click the script the IT guy gave you. Most end users don't know what a network drive is.