# GSoC NTFS 2017 Update 7

DevFeed: [GSoC NTFS 2017 Update 7](<https://devfeed.tech/articles/gsoc-ntfs-2017-update-7-32821.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/gsoc-ntfs-2017-update-7/>)

Published: 2017-07-31T00:00:00Z

Content type: article

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [file](<https://devfeed.tech/topics/file.md>), [debugging](<https://devfeed.tech/topics/debugging.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [free](<https://devfeed.tech/tags/free.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>), [writing](<https://devfeed.tech/tags/writing.md>)

## AI overview

A ReactOS GSoC update describes progress on NTFS file creation, including a fix for creating files by right-clicking in a folder. The author also discusses debugging difficulties caused by bugs in the driver and the NTFSBrowse utility.

## Source excerpt

Hi everyone! Last week I left off with an example of creating files, showing you how an index node fills up with file names. Once the node in a B-Tree gets too full, it needs to be split. I've been working on this for a while and I was expecting that I'd have an example of this working. I even delayed writing this post because I was so sure this feature was almost ready.