Hacker News new | ask | show | jobs
by cerved 1803 days ago
that depends, exFAT lacks permissions and symlinks. I think FreeBSD has NTFS support but lacks exFAT
1 comments

> that depends, exFAT lacks permissions and symlinks.

The lack of permissions is why it works as a portable file system. If you've ever tried to use, say, ext for this it becomes clear why nobody does that.

You can just pass -o uid=X,gid=Y when mounting ext2 to solve this.