grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] bug fix for ntfs


From: Bean
Subject: [PATCH] bug fix for ntfs
Date: Mon, 23 Apr 2012 22:41:15 +0800

Hi all,

This patch fix three issues:

1, In ntfsdoc, it says namespace = 0 means POSIX and it's case
sensitive. However, i found out this is not sure in Windows 7 as some
system directory use this value as well. Now i ignore this flag and
treat all files in ntfs as case insensitive.

2, Previous version doesn't return blocklist information for small
files embed in MFT, this patch fixes it. For example, create a
512-byte file test in ntfs and try this command:

grub-fstest /ntfs.img blocklist /test

3, Missing break in switch statement in grub-fstest

-- 
Best wishes
Bean

Attachment: ntfs.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]