System is Arch Linux. NTFS-3G is installed. I have had this problem on Gnome (Nautilus) and KDE (Dolphin). I already tried fixing it with Testdisk. No success. Any help is appreciated.

UPDATE: I have re-formatted the disk and it is working now. Thank you for all your suggestions and tips.

  • Kerb
    link
    fedilink
    English
    6
    edit-2
    5 months ago

    thats probably part par of the course for the arch experience

    id check if Udisks is installed and running.

    • @CameronDev
      link
      English
      85 months ago

      Off topic, but the phrase you are looking for is “Par for the course” :)

    • @[email protected]OP
      link
      fedilink
      English
      25 months ago

      I ran Nautilus with root privileges, same error message. I will read about FUSE support, though, thanks.

  • @[email protected]
    link
    fedilink
    English
    55 months ago

    I have no idea what that GUI thing is you’re using to do the mount, but I note that the CLI and the GUI are not using the same mountpoint. Is it possibly the case that the directory /mnt/storage2 exists but /run/media/void/2TB does not?

  • palordrolap
    link
    fedilink
    25 months ago

    If you’re using GNOME or a derivative, you should probably be using gio mount to do the same mounting as the file manager would. Then again, you say that the file manager isn’t working, so gio mount probably won’t work either.

    I admit I had no idea about the guts of this - and maybe still don’t - but the user who suggested looking at udisks is probably right. It’s always been there in the background as long as I remember (Mint/Cinnamon, many years), and has hooks into something I mounted with gio after the last reboot.

    Another search term that might help is “gvfs”, or GNOME virtual file system, which I’ve definitely poked around with before.

    Importantly, Nautilus and gio don’t need sudo because they call into what’s already running. They (or the subsystem) automatically create the mount point directory (and remove it on unmount). If the directory already exists, they use the “append a 1” technique you experienced, presumably so they don’t clobber or hide something that might be important.

    • @[email protected]OP
      link
      fedilink
      English
      15 months ago

      At this point I will probably just back up all the files and re-format the disk, as I can mount usb flash drives without any issue, so I am assuming there is something wrong with the external hard drive.