1

First I can't open my other drives. There's an error unknown filesystem type 'exfat'. I solved this by installing exfat-fuse and exfat-utils. Now I can open my other drives.

But now I want to copy files from my Ubuntu drive partition to the other drives via the ubuntu GUI, but I can't copy it. The paste command is disabled.

I know there's a command line way to do this, but I want to do this via GUI. It's faster to do this via GUI and I don't have to memorize commands.

Is there a program that I can install to make this possible?

1 Answers1

0

Maybe your partition with exFAT is mounted read-only (so that you are not allowed to write to it). In that case you can unmount it and mount it read-write. Maybe the owner of the exFAT is root and not your own userID. In that case you can unmount it and mount it with your own userID. This link and links from it may help.

I don't think you need to re-format, I think it works with the same mount options for exFAT as with FAT32 and NTFS. But if you wish, you can create a new file system. In that case I would suggest the linux file system ext4, where you have full control of ownership and permissions on the directory and file level like in the internal drive.

sudodus
  • 47,684