Why Can’t I Delete Files on Linux Mint?

0
45
Asked By CuriousCat92 On

I recently set up Linux Mint on my computer and I've run into an issue where I can't delete any files. I have multiple drives, and while I can access files on my non-C drive, the delete option is completely greyed out. I suspect this might be a permissions problem. Even when I right-click and choose 'Open as root', the delete option still isn't available. Has anyone experienced this before or have any advice?

3 Answers

Answered By FileMaster2000 On

In the file browser, go to the folder where your files are. Try right-clicking and selecting 'Open as admin' or something similar. You might need to enter your password to gain the necessary permissions, and that should let you delete the files.

Answered By LinuxLover77 On

Linux tends to have issues with the NTFS file system that Windows uses. If you're dealing with NTFS drives, you might want to take a look at the Arch Wiki articles on NTFS and NTFS-3G for some guidance.

Answered By TechGuru99 On

Have you tried using the terminal commands 'cd' followed by 'rm'? It could help you delete files more directly.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.