Page 1 of 1

is there any implementation of ntfs library

Posted: Sun Oct 03, 2010 4:30 am
by shahadat
so that i can add that in my os project

Re: is there any implementation of ntfs library

Posted: Sun Oct 03, 2010 5:02 am
by StephanvanSchaik
http://git.kernel.org/?p=linux/kernel/g ... ;a=summary

Too lazy to Google?


Regards,
Stephan J.R. van Schaik.

Re: is there any implementation of ntfs library

Posted: Sun Oct 03, 2010 8:55 am
by Love4Boobies
It's likely you'll find drivers, not libraries. ;)

Re: is there any implementation of ntfs library

Posted: Sun Oct 03, 2010 4:25 pm
by Brynet-Inc
There also exists the ntfsprogs project, it's somewhat similar to mtools, but for NTFS filesystems.

Many of the tools can be compiled without FUSE support, although there are some portability issues for non-Linux systems, using the patches in FreeBSD ports might help work around some of those.

As was previously stated though, you really should do some initial research yourself.. or perhaps remember this place isn't twitter.

http://www.linux-ntfs.org/doku.php?id=ntfsprogs

Re: is there any implementation of ntfs library

Posted: Wed Oct 06, 2010 10:55 am
by shahadat
i already looked into those. but those are very difficult to understand.
i like something, that only need functions like read sector and write sector etc

Re: is there any implementation of ntfs library

Posted: Wed Oct 06, 2010 10:57 am
by shahadat
anyway, thanks to all.

Re: is there any implementation of ntfs library

Posted: Wed Oct 06, 2010 3:07 pm
by JamesM
shahadat wrote:i already looked into those. but those are very difficult to understand.
i like something, that only need functions like read sector and write sector etc
That's because NTFS is a difficult, proprietary format :)

Re: is there any implementation of ntfs library

Posted: Thu Oct 07, 2010 3:24 am
by Combuster
This would be an excellent moment to consider implementing ext2 - especially since there are windows drivers for that.