Opened 12 years ago
Closed 12 years ago
#9082 closed bug (fixed)
NTFS files have entries but no matching files on the filesystem
Reported by: | kallisti5 | Owned by: | 3dEyes |
---|---|---|---|
Priority: | critical | Milestone: | R1/alpha4 |
Component: | File Systems/NTFS | Version: | R1/Development |
Keywords: | ntfs | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This may be a duplicate of #4974, however i'm not sure.
- Took R1A4 branch.
- Applied all of the current ntfs changes by 3deyes...
- changeset: a814d85025a5632beb0d0e9d4dfd552c75c2a107
- changeset: e90f1b178c125a1688d69bf47e700eefa4c24546
- changeset: a65ebe75469ce97ecfd8c5dfad350f4ab6b5a89f
- changeset: c0c445f1f45fbdb79d65763f84d53f7eea98077c
- Build Haiku, convert raw image to vdi for Virtualbox.
- Created a new 300MB NTFS filesystem in linux
- Converted raw image to vdi.
- Attached to VirtualBox VM, booted.
- Copied data back and forth to NTFS filesystem. Mounted and unmounted. everything ok
- Create 1024 files 10 bytes each with Hello "[1-1024]"
- Erase all 1024 files.
I then began seeing the error attached.
Is this existing behavior... or did the commits above cause it?
Attachments (2)
Change History (9)
by , 12 years ago
Attachment: | ntfs-corrupt.png added |
---|
comment:1 by , 12 years ago
Description: | modified (diff) |
---|
comment:2 by , 12 years ago
Description: | modified (diff) |
---|
by , 12 years ago
Attachment: | ntfs-reboot.png added |
---|
ntfs file system after reboot... problem still present.
comment:4 by , 12 years ago
I know about this problem. This is not a new bug.. I'm trying to solve it in the local brunch now. This is a complex issue related directly to the work of two functions - delete the file and list the directory. The first problem partially resolved now.
comment:5 by , 12 years ago
Thanks for confirming 3deyes.. I'll pick the four commits for R1A4 :)
If you can't fix it before R1A4 we'll stick the standard "NTFS write support is experimental" in the release notes.
comment:6 by , 12 years ago
picked in hrevr1alpha4-44649 I'll keep my eye out for any further ntfs fixes before release ;)
ntfs oddity