This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

USB Host working with NTFS

Hi,

I have Keil NCP LPC 1857 Eval Board and I'm trying to get the USB host working with NTFS.

Is there some easy way to get the USB Host example code working using USB memory that is formatted to NTFS?

Thanks!

Parents
  • You'll likely need to license a third party NTFS implementation, or review Microsoft documentation on the format, or Linux/OSS implementations thereof.

    It is significantly more complex than FAT, especially if you want to write to it.

    A File System is implemented on-top of the IO layer. You can read/write the sectors on the media.

Reply
  • You'll likely need to license a third party NTFS implementation, or review Microsoft documentation on the format, or Linux/OSS implementations thereof.

    It is significantly more complex than FAT, especially if you want to write to it.

    A File System is implemented on-top of the IO layer. You can read/write the sectors on the media.

Children
No data