Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
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, sogio 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.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.