Hi, folks. I have a question. Could you help me? I am newbie in OpenBSD. I use OpenBSD how desktop workstation. My hard disk is divided into four partitions. There are two MSDOS partitions, one FreeBSD and one partition for OpenBSD. There are files with name on other languages on my MSDOS partitions. How can I mount these partitions with correct names of files? When I try to mount these partitions with the following command:
mount /dev/wd0i /mnt/C all files on others languages appears as "??????". In Linux I can do this if I use options for mount command: mount /dev/sd0 -o iocharset=koi8-r,codepage=866 /mnt/C