So I have a USB drive formatted in NTFS and I have problems when mounting it on my eos machine. When I plug it in, the context menu opens and I click the mount device button, but it doesn’t work.
However when I open terminal and do “mount -t ntfs-3g /dev/sda $HOME/media” it works fine, it’s just annoying having to do it every time.
Give us some in formations about your system. Especially the DE and file manager you are using. You most likely are missing an optional package for your file manager.
What would be good replacement for ntfs? I was thinking about FAT32, but from what I know they have a limit of maximum 4GB files. I stayed with ntfs because of that limit and the fact I need a filesystem that works on windows with no problem.
For Linux systems you should run EXT4 IMHO.
With that said it also depends on your needs some say BTRFS is the way to go. (do to snapshots and stuff to get the system back to an earlier working state). So it depends on your needs.
Just make sure to backup everything on the drive before attempting any change.