|
Bugzilla – Full Text Bug Listing |
| Summary: | NTFS slightly corrupted by 2.6.16 mounted rw? | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Fred Goldstein <fred> |
| Component: | Installation | Assignee: | Thomas Fehr <fehr> |
| Status: | RESOLVED INVALID | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | szaka |
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Fred Goldstein
2006-02-04 19:35:02 UTC
Not a kernel issue, but an installer issue, should not set up the fstab for these to be mounted rw. I first posted this in another topic but was told to post it as a kernel bug. Yes, the installer does have a bug, but mounting it ro is more of a workaround than a fix, because the kernel appaers to think that it can write to NTFS, and does, just badly. If it can't do it right, it shouldn't try. Perhaps though this is not Novell's problem -- the NTFS write code comes from somewhere else, I think, though I don't know where. Nor do I know if Linus has accepted it into his official kernel or whether Novell chose to add it. I do appreciate the bleeding-edge nature of the 2.6.16 kernel. So yes, for the 10.1 cycle, it is fixed by being mounted ro, but if you know who owns that code, it might be worth reporting it. Please attach full y2log files. If I look at my code, there should be already an fstab option that ntfs entries get mounted readonly. The chkdsk execution is intentionally scheduled by the NTFS kernel driver as an extra sanity check and nothing is wrong with it, except being annoying. This is the expected behaviour currently. However if chkdsk reported any problem (you can also check this out in the application/winlogon event log) then __THAT__ would be a problem but we don't know about any. If you do then please report it to the Linux NTFS development list, linux-ntfs-dev@lists.sourceforge.net. Thanks. I don't know if these messages are serious enough or not to be worth worrying about; I *think* these are left over from my SuSe experiment: Checking file system on C: The type of the file system is NTFS. One of your disks needs to be checked for consistency. You may cancel the disk check, but it is strongly recommended that you continue. Windows will now check the disk. Cleaning up 3 unused index entries from index $SII of file 0x9. Cleaning up 3 unused index entries from index $SDH of file 0x9. Cleaning up 3 unused security descriptors. 20482843 KB total disk space. These messages are absoutely innocent. Security descriptors are indexed but not reference counted and neither the Windows, nor the Linux driver remove unused ones when the last files using them get deleted. This can be useful, for example when they would be soon reused thus the recreation time can be saved (index entry lookup is cheap and easy, meanwhile removal and addition is expensive and complex). We will document these short of, nothing-to-worry-about, informational chkdsk messages. Thanks. So no real problem here.... |