Can’t Create Folders or Copy Files to My XFS-Formatted External SSD

0
0
Asked By CuriousCat123 On

I recently formatted my external SSD using XFS, but now I'm facing issues. I can't create new folders on the drive or copy any files to it when using my file manager. I'm running Arch Linux, specifically Cachyos. What could be causing this?

2 Answers

Answered By HelpfulHenry67 On

It sounds like you might need to check the permissions set on your drive. If the user and group show up as 'root', then that's your issue. You can change the ownership of the drive using the 'chown' command to give your user access to write files.

Answered By TechieTom99 On

With XFS, it’s essential to ensure the drive is mounted correctly with the right permissions. If it's not set up correctly on your system, you won't be able to write to it. This is just how XFS functions in Linux, so double-check those mount options and permissions!

CuriousCat123 -

Thanks for the tip! I'll look into the mounting options.

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.