@backi Thank you, I read those 2 articles you shared with me https://forums.ghostbsd.org/viewtopic.php?t=1884 GhostBSD post about automounting FAT32 and NTFS formatted partitions.
https://forums.ghostbsd.org/viewtopic.php?t=1553
https://wiki.ghostbsd.org/index.php/How ... 2F_unmount Re: (Auto-) mounting NTFS drives and exFat
===mount exFat===
* sudo pkg search exfat
* pkg info fusefs-exfat
* sudo pkg install fusefs-exfat
* sudo mount.exfat-fuse /dev/da0p1 /media/da0p1
* ls -l /media/da0p1
* umount /dev/da0p1
mount NTFS
Do first gpart show
Install: ntfs-3g
* pkg search ntfs
* pkg info fusefs-ntfs
* pkg list fusefs-ntfs
* pkg install fusefs-ntfs
Write: # ntfs-3g /dev/da5s1 /mnt
da5s1 is an example
/mnt is the mountpoint directory you wish to use
open Thunar and go to /mnt directory
Thunar shows you the content of your device and you can work with it
Caja does not allways
ls -lh /mnt
mount
ls -lh /media
umount /mnt or unmount /dev/da5s1