Opened 16 years ago

Closed 15 years ago

#2655 closed bug (fixed)

[NTFS] Port NTFS file system to Haiku FS API

Reported by: diver Owned by: axeld
Priority: normal Milestone: R1
Component: File Systems/NTFS Version: R1/pre-alpha1
Keywords: Cc: black.belt.jimmy@…, haiku@…, obaro.ogbo@…, mdisreali@…
Blocked By: Blocking:
Platform: All

Description

Also ntfs-3g should be updated to the latest version as it contains lots of stablity and security fixes. I would even vote to move it to the Alpha1 as ability to mount ntfs partitions will surely be useful to new users.

Change History (10)

comment:1 by anevilyak, 16 years ago

The only problem with that idea is that we can't include it in a default distribution as it's based on GPL licensed code. Ergo you'd still have to build it yourself by enabling GPL add-ons in the build system configuration if you wanted it, but we definitely can't include it out of the box.

comment:2 by diver, 16 years ago

But how about bash and other GPL stuff in /boot/beos/bin folder?

comment:3 by 3dEyes, 16 years ago

I have partially made code on the working computer. Soon I will commit it.

in reply to:  2 comment:4 by anevilyak, 16 years ago

Replying to diver:

But how about bash and other GPL stuff in /boot/beos/bin folder?

bash is a little bit different since it links to libroot, which is ok since that lib is LGPL'd anyways (since it draws its heritage from glibc). The ntfs add-on links to the kernel directly, so it's a bit more problematic there.

comment:5 by diver, 15 years ago

Some progress are made in hrev28365.

comment:6 by bbjimmy, 15 years ago

Cc: black.belt.jimmy@… added

Would be nice to see ntfs support for hrev1 alpha.

comment:7 by Master199, 15 years ago

Cc: haiku@… added

Just added me to the cc.

comment:8 by nastee, 15 years ago

Cc: obaro.ogbo@… added

comment:9 by Disreali, 15 years ago

Cc: mdisreali@… added

comment:10 by mmlr, 15 years ago

Resolution: fixed
Status: newclosed

NTFS has been ported to the new FS API some time ago already. Ingo fixed it to be usable in hrev29964. Note that it is not part of the default image.

Note: See TracTickets for help on using tickets.