Ok, I'm a little out of touch with FAT based filesystems, but it looks like exfat might not be a native filesystem, in which case you may need some additional packages to be installed .. which might be installed by default on some distributions and not others. You could try (if you haven't already);
It might be for example that you have exfat-utils (which I guess is where exfatfsck is coming from) but maybe not the fuse filesystem component? (which...
Ok, I'm a little out of touch with FAT based filesystems, but it looks like exfat might not be a native filesystem, in which case you may need some additional packages to be installed .. which might be installed by default on some distributions and not others. You could try (if you haven't already);Code Select
sudo apt-get install exfat-fuse exfat-utils
It might be for example that you have exfat-utils (which I guess is where exfatfsck is coming from) but maybe not the fuse filesystem component? (which...
Code Select
sudo apt-get install exfat-fuse exfat-utils
It might be for example that you have exfat-utils (which I guess is where exfatfsck is coming from) but maybe not the fuse filesystem component? (which...