• Mongostein@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    4 hours ago

    I’ve been learning Linux (Ubuntu) with an old Laptop a friend was going to throw away.

    I like it, but I’m not ready to switch. My biggest complaint… why the hell is it so hard to access an external drive??

    I eventually got it, but now I can’t for the life of me remember the command line I used to set access for the first one to set up another one.

    • Zink@programming.dev
      link
      fedilink
      arrow-up
      5
      ·
      3 hours ago

      You can just use a graphical file manager in Linux like you might have been used to in Windows. When I open mine I see my windows partition and my USB drive listed on the left side.

      I know Mint has one that I use all the time, but I’m not familiar with what’s in Ubuntu out of the box.

    • rumba@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      There may be an easier way to access the external drive, It depends on what you are bar is for difficult. Are we talking about a NAS or an external USB drive?

      What’s your current method for connecting to it?

      • Mongostein@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        2 hours ago

        External drive connected by USB, formatted to FAT32.

        Shows up readable, but not writable as default.

        • rumba@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          30 minutes ago

          It’s not supposed to be read only every time, The nasty command you enter is likely fixing a symptom.

          A lot of times if you’re swapping back and forth between windows and Linux the drive will be perceived as dirty. An fsck might be enough to make it stop misbehaving.

          After you plug it in if you run sudo dmesg, It might give you some insight as to why it’s being mounted read only, If you fix the underlying cause you won’t have to remember the command anymore