this post was submitted on 26 Apr 2024
27 points (90.9% liked)

Linux

7300 readers
8 users here now

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:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
 

~~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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 6 points 2 months ago* (last edited 2 months ago) (1 children)

Disks mounted via your user are mounted differently than when you sudo or with root. The driver needs FUSE support to allow you to mount it via your user.

You can find more info here: https://wiki.archlinux.org/title/NTFS-3G#Allowing_user_to_mount

[โ€“] nebulaone 2 points 2 months ago

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