Ernestu wrote: > I have precisely de the same problem with eastern European characters on > mounted CIFS shares. Usually, I need to precise iocharset=utf8 to fix > that, but mount failed (via command line) "mount error(79): Can not > access a needed shared library". > There's no nls_utf8.ko module and no > /lib/modules/5.4.74-pcpCore-v8/kernel/fs/nls modules...
Well, that would be a problem ! The CIFS mount manual (-man mount.cifs-) tells us that the default character set used is that set in the kernel config setting -nls_default-. On a Debian system the kernel is configured with -CONFIG_NLS_DEFAULT="utf8"-. Furthermore, it provides a slew of character sets as loadable modules under the various -CONFIG_NLS_*- settings. It might be instructive to compare the relevant kernel configs between each of the two systems, if you can access them. If they differ, that might explain the difference in behaviour. ------------------------------------------------------------------------ mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299 View this thread: http://forums.slimdevices.com/showthread.php?t=113199 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
