On Mon, 22 May 2006, Matthew Cross wrote:
> Getting the following out put when mounting NTFS
> volume. Everytime I mount it generates another
> message. Currently running FC5, kernel
> 2.6.16-1.2111_FC5smp
> along with
> kernel-module-ntfs-2.6.16-1.2111_FC5smp-2.1.26-0.rr.10.5
>
> [root@localhost mnt]# dmesg | grep NTFS
> NTFS driver 2.1.26 [Flags: R/W MODULE].
> NTFS volume version 3.1.
> NTFS-fs warning (device sda2): load_system_files():
> Unsupported volume flags 0x4000 encountered.
> NTFS-fs error (device sda2): load_system_files():
> Volume has unsupported flags set. Mounting read-only.
> Run chkdsk and mount in Windows.
> NTFS volume version 3.1.
> NTFS-fs warning (device sda2): load_system_files():
> Unsupported volume flags 0x4000 encountered.
> NTFS-fs error (device sda2): load_system_files():
> Volume has unsupported flags set. Mounting read-only.
> Run chkdsk and mount in Windows.
> NTFS volume version 3.1.
> NTFS-fs warning (device sda2): load_system_files():
> Unsupported volume flags 0x4000 encountered.
> NTFS-fs error (device sda2): load_system_files():
> Volume has unsupported flags set. Mounting read-only.
> Run chkdsk and mount in Windows.
>
> Volume is accessible only by root when mounted. I'd
> like to have it readable by any user. I don't much
Then you are mounting wrong... Try umask=0222 mount option, that will
give you global read access.
> care about writing.
Then just ignore the above errors/warnings. If you do want to fix them,
boot into Windows, open command prompt, type: chkdsk c: /f /v /x
(Change c: for the actual drive name of the volume in question.)
Reboot and allow the chkdsk to run at boot. Windows will reboot. Let it
boot windows again. Reboot into Linux. The errors should be gone...
Best regards,
Anton
--
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer, http://www.linux-ntfs.org/
|