linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* NTFS errors
@ 2002-09-13  7:35 Grega Fajdiga
  2002-09-13  8:05 ` Pawel Kot
  2002-09-13  8:35 ` Anton Altaparmakov
  0 siblings, 2 replies; 4+ messages in thread
From: Grega Fajdiga @ 2002-09-13  7:35 UTC (permalink / raw)
  To: linux-kernel

Good day,

I am using lk 2.4.19 + a NTFS 2.1.0 patch. Once in a while I get
lots of these errors:

Sep 10 09:24:27 mujo kernel: NTFS-fs error (device 03:01): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-1.
Sep 12 09:39:29 mujo kernel: NTFS-fs error (device 03:01): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-1.
Sep 13 09:19:28 mujo kernel: NTFS-fs error (device 03:01): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-1.
Sep 13 09:20:22 mujo kernel: NTFS-fs error (device 03:01): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-1.


Are these errors serious? How can I get rid of them?

Best Regards,

Grega Fajdiga

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: NTFS errors
  2002-09-13  7:35 NTFS errors Grega Fajdiga
@ 2002-09-13  8:05 ` Pawel Kot
  2002-09-13  8:35 ` Anton Altaparmakov
  1 sibling, 0 replies; 4+ messages in thread
From: Pawel Kot @ 2002-09-13  8:05 UTC (permalink / raw)
  To: Grega Fajdiga; +Cc: linux-kernel

On Fri, 13 Sep 2002, Grega Fajdiga wrote:

Hi Grega,

> I am using lk 2.4.19 + a NTFS 2.1.0 patch. Once in a while I get
> lots of these errors:
>
> Sep 10 09:24:27 mujo kernel: NTFS-fs error (device 03:01): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-1.
> Sep 12 09:39:29 mujo kernel: NTFS-fs error (device 03:01): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-1.
> Sep 13 09:19:28 mujo kernel: NTFS-fs error (device 03:01): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-1.
> Sep 13 09:20:22 mujo kernel: NTFS-fs error (device 03:01): ntfs_ucstonls(): Unicode name contains characters that cannot be converted to character set iso8859-1.
>
>
> Are these errors serious? How can I get rid of them?

No, they are not serious. It's just warning that some file names won't be
displayed correctly. They contain some non-iso8859-1 characters. The
solution would be (writing from memory, refer to the mount manual to check
this out):
mount -o remount,iocharset=utf8 /path/where/you/mountes/ntfs/volume

pkot
-- 
mailto:pkot@linuxnews.pl :: mailto:pkot@slackware.pl
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: NTFS errors
  2002-09-13  7:35 NTFS errors Grega Fajdiga
  2002-09-13  8:05 ` Pawel Kot
@ 2002-09-13  8:35 ` Anton Altaparmakov
  2002-09-13 12:07   ` Grega Fajdiga
  1 sibling, 1 reply; 4+ messages in thread
From: Anton Altaparmakov @ 2002-09-13  8:35 UTC (permalink / raw)
  To: Grega Fajdiga; +Cc: linux-kernel

At 08:35 13/09/02, Grega Fajdiga wrote:
>Good day,
>
>I am using lk 2.4.19 + a NTFS 2.1.0 patch. Once in a while I get
>lots of these errors:
>
>Sep 10 09:24:27 mujo kernel: NTFS-fs error (device 03:01): 
>ntfs_ucstonls(): Unicode name contains characters that cannot be converted 
>to character set iso8859-1.
>Sep 12 09:39:29 mujo kernel: NTFS-fs error (device 03:01): 
>ntfs_ucstonls(): Unicode name contains characters that cannot be converted 
>to character set iso8859-1.
>Sep 13 09:19:28 mujo kernel: NTFS-fs error (device 03:01): 
>ntfs_ucstonls(): Unicode name contains characters that cannot be converted 
>to character set iso8859-1.
>Sep 13 09:20:22 mujo kernel: NTFS-fs error (device 03:01): 
>ntfs_ucstonls(): Unicode name contains characters that cannot be converted 
>to character set iso8859-1.
>
>
>Are these errors serious? How can I get rid of them?

The errors mean that there are one or more file names containing characters 
that cannot be displayed with the ISO8859-1 character set. This means that 
you cannot see that those files exist and you cannot access them.

To get rid of the messages and to display the affected file names, you need 
to use the appropriate character set (which depends on what characters are 
in the file names).

The only character set that can work with all characters is UTF8, so I 
would highly recommend to always use UTF8 and you will never see these errors.

Best regards,

         Anton


-- 
   "I haven't lost my mind... it's backed up on tape." - Peter da Silva
-- 
Anton Altaparmakov <aia21 at cantab.net> (replace at with @)
Linux NTFS Maintainer / IRC: #ntfs on irc.freenode.net
WWW: http://linux-ntfs.sf.net/ & http://www-stu.christs.cam.ac.uk/~aia21/


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: NTFS errors
  2002-09-13  8:35 ` Anton Altaparmakov
@ 2002-09-13 12:07   ` Grega Fajdiga
  0 siblings, 0 replies; 4+ messages in thread
From: Grega Fajdiga @ 2002-09-13 12:07 UTC (permalink / raw)
  To: Anton Altaparmakov, pkot; +Cc: linux-kernel

Good day,

Anton and Pawel thanks for the tip, all is well now.

Best Regards,
Grega
> At 08:35 13/09/02, Grega Fajdiga wrote:
> >Good day,
> >
> >I am using lk 2.4.19 + a NTFS 2.1.0 patch. Once in a while I get
> >lots of these errors:
> >
> >Sep 10 09:24:27 mujo kernel: NTFS-fs error (device 03:01):
> >ntfs_ucstonls(): Unicode name contains characters that cannot be
converted
> >to character set iso8859-1.
> >Sep 12 09:39:29 mujo kernel: NTFS-fs error (device 03:01):
> >ntfs_ucstonls(): Unicode name contains characters that cannot be
converted
> >to character set iso8859-1.
> >Sep 13 09:19:28 mujo kernel: NTFS-fs error (device 03:01):
> >ntfs_ucstonls(): Unicode name contains characters that cannot be
converted
> >to character set iso8859-1.
> >Sep 13 09:20:22 mujo kernel: NTFS-fs error (device 03:01):
> >ntfs_ucstonls(): Unicode name contains characters that cannot be
converted
> >to character set iso8859-1.
> >
> >
> >Are these errors serious? How can I get rid of them?
>
> The errors mean that there are one or more file names containing
characters
> that cannot be displayed with the ISO8859-1 character set. This means that
> you cannot see that those files exist and you cannot access them.
>
> To get rid of the messages and to display the affected file names, you
need
> to use the appropriate character set (which depends on what characters are
> in the file names).
>
> The only character set that can work with all characters is UTF8, so I
> would highly recommend to always use UTF8 and you will never see these
errors.
>
> Best regards,
>
>          Anton
>
>
> --
>    "I haven't lost my mind... it's backed up on tape." - Peter da Silva
> --
> Anton Altaparmakov <aia21 at cantab.net> (replace at with @)
> Linux NTFS Maintainer / IRC: #ntfs on irc.freenode.net
> WWW: http://linux-ntfs.sf.net/ & http://www-stu.christs.cam.ac.uk/~aia21/
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-13 12:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-13  7:35 NTFS errors Grega Fajdiga
2002-09-13  8:05 ` Pawel Kot
2002-09-13  8:35 ` Anton Altaparmakov
2002-09-13 12:07   ` Grega Fajdiga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).