This is a dual boot laptop HP 8570p with Ubuntu 18.04 and Win 10. I've installed exfat-fuse and exfat-utils (both are of version 1.2.8-1 and they are now located in directory: /dev/sda5/usr/share/doc in form of changelog.Debian.gz), Ubuntu is in this /dev/sda5 device.
I tried to mount exfat using terminal two commands: 1.) at first 'mount exfat usr/share/doc', but the reply was: 'mount: only root can do that'; 2.) and secondly 'sudo mount -t exfat /dev/sda5/usr/share/doc /media/exfat, but the reply was: 'FUSE exfat 1.2.8 ERROR: failed to open '/dev/sda5/usr/share/doc': Not a directory.'
How can I proceed with mounting correctly ?
After this I tried to format USB stick to exFat with GParted, but my GParted (vers 0.30.3) does not support exFat. Can I do something to make my GParted to support also exFat ?