• LoafedBurrito@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 hours ago

    Read/Write and linux will disconnect them randomly and they show up as a completely different drive. So i tried to permanently mount the UID in fstab, but still didn’t work. Most of the fixes i’ve found online don’t work for my drives.

    • BartyDeCanter@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      5 hours ago

      Interesting. When you say that they show up as a different drive completely, do you mean that their UUIDs change, or that they get mounted at a different point?

      Anyway, random disconnection sounds like a hardware issue, maybe a USB brownout, as much as anything else. What’s your connection setup, distro and kernel version?

      • LoafedBurrito@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 hours ago

        The mounting point changes. So it may be sd1, then disconnect and show up as sb1 and then i tried to permanently mount through fstab, but still didn’t work. Connection setup? Not sure what you mean by that, but computer is hardwired to the network, external drive was connected via USB 3.0 in several different ports to see if it was a motherboard issue. I am on Cinnamon Mint 22 and i believe kernel 6.14.

        • BartyDeCanter@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          1 hour ago

          The dev entry point changing like that means that it disconnected and then reconnected, which shouldn’t have anything to do with the specific file system on the drive. That really makes it sound like the drive isn’t getting quite enough power, which causes a brown out, which Linux detects as the drive getting unplugged and coming back, which is why it gets a new dev entry.

          A look through the usb logs by using something like usbrip would confirm that.