mount ntfs on i.MX8MM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

mount ntfs on i.MX8MM

Jump to solution
709 Views
shengfazhang
Contributor II

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!

0 Kudos
1 Solution
700 Views
b36401
NXP Employee
NXP Employee

You need to add NTFS filesystem support to your kernel. For example you can use ntfs3g driver.

View solution in original post

0 Kudos
1 Reply
701 Views
b36401
NXP Employee
NXP Employee

You need to add NTFS filesystem support to your kernel. For example you can use ntfs3g driver.

0 Kudos