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 ?
changelog.Debian.gz
does not look like the right version for Ubuntu. Neither does it look like any installed software. You may want to follow the answers in the above link and try installing again. – user68186 Mar 30 '20 at 17:23exfat-fuse is already in latest version (1.2.8-1). exfat-utils is already in latest version (1.2.8-1). Meaning I can read and write USB formated with exfat. My problem is how to command GParted to format empty USB with exfat. In discussions of the provided link in 2013 this was not possible, but is it now possible ? If it is now possible, how ? – Kapel Mar 31 '20 at 08:40
gnome-disks
. It has exfat default included so no need for 3rd party tools. – Rinzwind Apr 01 '20 at 07:57