arter97 / exfat-linux

EOL exFAT filesystem module for Linux kernel. Everyone should be using https://github.com/namjaejeon/linux-exfat-oot instead.
Other
262 stars 59 forks source link

FAT_IOCTL_GET_ATTRIBUTES #38

Open renatoriolino opened 2 years ago

renatoriolino commented 2 years ago

Hi!

I was trying to get file attributes from a exfat fs using fatattr utility but looks like the ioctl call is not implemented.

Is there a way to get/set FAT file attributes (Archive, Read-Only, Hidden, System) from linux on a exfat FS?

Thanks