Hi, I want to mount NTFS USB flash disk with the following command:
mount -t ntfs sda1 /tmp/udisk/
mount: /tmp/udisk: unknown filesystem type 'ntfs'.
How can I change the config to support NTFS on i.MX8MM.
Thanks!
Solved! Go to Solution.
You need to add NTFS filesystem support to your kernel. For example you can use ntfs3g driver.
You need to add NTFS filesystem support to your kernel. For example you can use ntfs3g driver.