this post was submitted on 13 Feb 2025
1017 points (95.4% liked)

linuxmemes

22686 readers
1169 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. 🇬🇧 Language/язык/Sprache
  • This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  •  

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
    1017
    submitted 5 days ago* (last edited 5 days ago) by [email protected] to c/linuxmemes
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Darorad 37 points 5 days ago (1 children)

    Meanwhile my experience with automounting network drives with dolphin is

    Open Dolphin > Add Network Folder > Enter creds > Check automount box > done

    I haven't had to use the terminal for anything in years. There's some things I do in the terminal, but that's because I like it better, not because there isn't an intuitive way to do it.

    The reason guides tell people to use the terminal is because it's the same across DEs, not because there aren't DEs that make it more intuitive.

    Would I throw a random non techy friend on Linux? No, because it's not what they're used to. If they had no computer experience at all though I absolutely would.

    [–] [email protected] -5 points 5 days ago* (last edited 5 days ago) (2 children)

    No automount check box on openSUSE, my Linux OS.

    Also, we're talking average users here, not some techy people who at least understand the differences between the OS and the file manager they use.

    [–] woelkchen 2 points 3 days ago

    Also, we’re talking average users here

    Ah yes, the average user who deals with mounting hard disk partitions all the time…

    [–] [email protected] 7 points 5 days ago (1 children)

    What DE do you use? KDE Partition Manager has a setting for it.

    [–] [email protected] 2 points 5 days ago (1 children)

    I use KDE!

    I’ve looked into this before , so in all seriousness, what options would I choose to make it auto mount without asking for a password?

    I see the box for no automatic mount, but I don’t see one that is for auto mounting? I’m assuming the don’t prevent boot… option is pretty self explanatory.

    [–] [email protected] 4 points 5 days ago (2 children)

    Yeah these were the default settings but it's what I would leave it at. I chose /mnt/data just for an example but that's not a bad spot for it either.

    After clicking OK it asked if I wanted to let it modify fstab to allow auto mounting. So this should just accomplish what you're looking for I believe.

    [–] [email protected] 1 points 5 days ago (2 children)

    So, I looked into KDE PM, and I guess it would have been more helpful to explain that these drives were made on Windows, and has data that I can not afford to move into a new drive at this moment. So in the mean time I am trying to work between Windows and Linux when one doesn't do what I'm needing in the moment.

    When I double click the ntfs partition in the window, it brings up a partition properties window. At the bottom of this window, I can see the flags section. One is "bios-grub" and the other is "boot". If I tick the boot option, will that make it auto mount?

    [–] [email protected] 2 points 21 hours ago (1 children)

    if you want to access NTFS partitions on linux, you should turn off "fast startup" in windows. control panel, energy saving, "choose what the power button does" menu. (so intuitive, eh?)

    when that's ticked in, it will always just hibernate the system after logging out, and that's a nono, and a big one if dualbooting (even just 2 windowses)

    [–] [email protected] 1 points 15 hours ago

    I appreciate you for trying, but my Windows has never had that option turned on. :(

    [–] [email protected] 3 points 5 days ago

    Oh I think the flags you're talking about are the kinds of properties the partition has, not necessarily what actions the OS will perform, if that makes sense. The boot flag just means that it is marked as a bootable partition. I'm guessing it was your primary partition from Windows?

    I would just mimic the configuration I showed in my screenshot. You can change the path but just make sure there's an empty folder that exists at the location you choose. That should write to fstab and cause it to try to mount on boot.

    Also, just a heads up, NTFS on Linux can be fickle because Windows can leave the partition in odd states that can cause strange mounting issues. It might be best to mount it as read-only if you're worried about the data, or better yet make a backup. That said, I have a game drive that's NTFS that works fine, so take that as you will.

    [–] [email protected] 1 points 5 days ago

    Thank you! I'm actually going to try this right now! I believe I used YaST to try this, but not KDE. I'll report back!