On Tue, May 02, 2017 at 07:16:57PM +0430, Mostafa Shahverdy wrote: > I have a very annoying problem. I can't write to my usb drives (fat32, > ntfs, etc.) without root permissions. How can I fix this?
Mount the file system with "-o uid=youruser" to have the files presented by the kernel as being "owned" by that user.