Permissions issue in OnlyOffice when trying to write to an exFAT partition

Hi @Alden20,

Permissions don’t apply to an exfat partition; it’s incapable of supporting them, for Linux purposes. Try this instead in your /etc/fstab file:

UUID=688F-6669   /home/my_user/Data  exfat   defaults,nofail  0   0

Some useful reference information:

Cheers.