Sign in

username or email:

password:



Not a member?
Forgot your Password?

Search Comp.Arch.Embedded



Search tips

Discussion Groups

See Also

DSPFPGA

There are 6 messages in this thread.

You are currently looking at messages 1 to 6.


So far in May, you have voted 0 times ou of a total of 20 votes by the community.
Please help us clean the archives from unuseful discussion threads by using the voting system! Details here.

Embedded NTFS - John Speth - 2012-07-27 15:06:00

Hi folks-

I have a project that needs an embedded NTFS module.  It will provide NTFS 
file read/write services to USB disk drives plugged into USB on my ARC600 
based system.  I need it completed in a few weeks so the DIY route is not 
possible.  The only commercial source I could locate is NTFS Embedded from 
Tuxera.

Does anyone have any experience with Tuxera or their NTFS Embedded product?

Can anyone recommend any other worthy alternate sources or products??

Thanks – John Speth


Re: Embedded NTFS - David Brown - 2012-07-28 10:50:00

On 27/07/12 21:06, John Speth wrote:
> Hi folks-
>
> I have a project that needs an embedded NTFS module. It will provide
> NTFS file read/write services to USB disk drives plugged into USB on my
> ARC600 based system. I need it completed in a few weeks so the DIY route
> is not possible. The only commercial source I could locate is NTFS
> Embedded from Tuxera.
>
> Does anyone have any experience with Tuxera or their NTFS Embedded product?
>
> Can anyone recommend any other worthy alternate sources or products??
>
> Thanks – John Speth
>

What OS are you using?  Linux has good NTFS support as standard, if you 
can use that.  But for more general use, or non-GPL implementations, I 
don't know of any other than Tuxera (and I've no experience with them - 
I've just heard the name).  NTFS is very rare in embedded systems - it 
is /very/ resource-heavy compared to FAT32, and is seldom used on USB 
sticks or flash cards.  The only reason I can think of using it is to 
get support for bigger than 4GB files.


Re: Embedded NTFS - Mel Wilson - 2012-07-28 11:11:00

David Brown wrote:

> On 27/07/12 21:06, John Speth wrote:
>> Hi folks-
>>
>> I have a project that needs an embedded NTFS module. It will provide
>> NTFS file read/write services to USB disk drives plugged into USB on my
>> ARC600 based system. I need it completed in a few weeks so the DIY route
>> is not possible. The only commercial source I could locate is NTFS
>> Embedded from Tuxera.
>>
>> Does anyone have any experience with Tuxera or their NTFS Embedded
>> product?
>>
>> Can anyone recommend any other worthy alternate sources or products??
>>
>> Thanks – John Speth
>>
> 
> What OS are you using?  Linux has good NTFS support as standard, if you
> can use that.  But for more general use, or non-GPL implementations, I
> don't know of any other than Tuxera (and I've no experience with them -
> I've just heard the name).  NTFS is very rare in embedded systems - it
> is /very/ resource-heavy compared to FAT32, and is seldom used on USB
> sticks or flash cards.  The only reason I can think of using it is to
> get support for bigger than 4GB files.

Right or wrong, BSD software comes under a very unrestrictive license:

<http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.html>

though that doesn't mean that the software can get adapted to some other use 
in a few weeks.

	Mel.


Re: Embedded NTFS - Noob - 2012-07-29 03:32:00

Mel Wilson wrote:

> Right or wrong, BSD software comes under a very unrestrictive license:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.html

NFS and NTFS are _completely_ unrelated.

http://en.wikipedia.org/wiki/Network_File_System
http://en.wikipedia.org/wiki/NTFS


Re: Embedded NTFS - Mel Wilson - 2012-07-29 17:42:00

Noob wrote:

> Mel Wilson wrote:
> 
>> Right or wrong, BSD software comes under a very unrestrictive license:
>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-
nfs.html
> 
> NFS and NTFS are _completely_ unrelated.

Yes... reading comprehension ...


Re: Embedded NTFS - John Speth - 2012-07-30 13:34:00

Thanks for the discussion.

The OS is MQX.  The needs is to allow use of USB based spinning hard drives.

JJS

"David Brown"  wrote in message 
news:u...@lyse.net...

On 27/07/12 21:06, John Speth wrote:
> Hi folks-
>
> I have a project that needs an embedded NTFS module. It will provide
> NTFS file read/write services to USB disk drives plugged into USB on my
> ARC600 based system. I need it completed in a few weeks so the DIY route
> is not possible. The only commercial source I could locate is NTFS
> Embedded from Tuxera.
>
> Does anyone have any experience with Tuxera or their NTFS Embedded 
> product?
>
> Can anyone recommend any other worthy alternate sources or products??
>
> Thanks – John Speth
>

What OS are you using?  Linux has good NTFS support as standard, if you
can use that.  But for more general use, or non-GPL implementations, I
don't know of any other than Tuxera (and I've no experience with them -
I've just heard the name).  NTFS is very rare in embedded systems - it
is /very/ resource-heavy compared to FAT32, and is seldom used on USB
sticks or flash cards.  The only reason I can think of using it is to
get support for bigger than 4GB files.