[Bug 16422] CD-ROMs are not mounted with UTF-8

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Wed Sep 28 07:10:57 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=16422
Ubuntu | debian-installer


martin.pitt at ubuntu.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cjwatson at ubuntu.com
             Status|NEEDINFO                    |ASSIGNED
          Component|nautilus                    |debian-installer
     Ever Confirmed|0                           |1
            Summary|invalid encoding when       |CD-ROMs are not mounted with
                   |copying a cdrom to a        |UTF-8
                   |harddrive                   |




------- Additional Comments From martin.pitt at ubuntu.com  2005-09-28 08:10 UTC -------
(In reply to comment #4)
> mounting cdrom with
> 
> sudo umount -o iocharset=utf8 /media/cdrom
> 
> works fine
> 
> what should I put in my fstab ?

There should be a line similar to this:

  /dev/hdb        /media/cdrom0   udf,iso9660 ro,user,noauto  0       0

Just after the "noauto", append the iocharset option, so that the line looks
like this.

/dev/hdb        /media/cdrom0   udf,iso9660 ro,user,noauto,iocharset=utf8  0       0

Colin, since we have a mostly complete UTF-8 system now, and Windows now uses
UTF-8 by default, too, can we fix this in the installer so that new
installations get it?

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the desktop-bugs mailing list