>
> root only access is fixed (was vfs problem). Could you test if
> problems are fixed in -26mdk?
>
Yep.
> This is fixed.
>
> andrej> 2. The same bug with nls as before.
>
> andrej> /mnt/cdrom /mnt/cdrom supermount
> andrej> ro,dev=/dev/cdrom,fs=iso9660,noauto,--,iocharset=koi8-
> r,codepage=866 0
> andrej> 0
>
> andrej> Insert CD, list contents (as root :-) - it is O.K. file names
are
> andrej> correctly in Russian, lsmod shows:
> andrej> nls_koi8-r 3888 1 (autoclean)
>
> andrej> Eject CD, insert the same CD, close tray. List contents. Just
> question
> andrej> marks instead of Russian characters:
>
> Could you put a rusian floppy image somewhere where I can see what
> happens with that? My languages is latin1 :((( I know it is not
> fair, but I don't have to use charsets :(
>
You do not need any image. Just add iocharset as above. Then list CD
contents, check with lsmod for nls_koi8-r (should have usage count 1).
Then eject drive (with eject command preferably), insert again, list
contents and check again with lsmod - you'll see nls_koi8-r with 0 usage
count and nls_iso8859-1 with usage count 1.
-andrej