is there any implementation of ntfs library
is there any implementation of ntfs library
so that i can add that in my os project
-
- Member
- Posts: 127
- Joined: Sat Sep 29, 2007 5:43 pm
- Location: Amsterdam, The Netherlands
Re: is there any implementation of ntfs library
http://git.kernel.org/?p=linux/kernel/g ... ;a=summary
Too lazy to Google?
Regards,
Stephan J.R. van Schaik.
Too lazy to Google?
Regards,
Stephan J.R. van Schaik.
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: is there any implementation of ntfs library
It's likely you'll find drivers, not libraries.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: is there any implementation of ntfs library
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
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
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
i like something, that only need functions like read sector and write sector etc
Re: is there any implementation of ntfs library
anyway, thanks to all.
Re: is there any implementation of ntfs library
That's because NTFS is a difficult, proprietary formatshahadat 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
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: is there any implementation of ntfs library
This would be an excellent moment to consider implementing ext2 - especially since there are windows drivers for that.