Exfat mount for all users
You must login as a root user, if not root user then switch to root user using following command:
$ su
Create the directory i.e. mount point:
# mkdir -p /mnt/yedek
sudo nano /etc/fstab
add
example
LABEL=yedek /mnt/yedek exfat defaults,uid=1000,rw,locale=tr_TR.UTF-8 0 0
UUID=9098-B063 /mnt/yedek exfat defaults,uid=1000,rw,locale=tr_TR.UTF-8 0 0
No comments