[Pcbsd-developer] problem mounting volumes with foreign filenames
Status: Beta
Brought to you by:
kmoore134
From: Andrei K. <an...@bs...> - 2006-08-06 18:41:47
|
PC-BSD may crash if it can't read filesystem properly. To eliminate problems with foreign(nonlatin) filenames we should compile iconv support into kernel: options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options LIBICONV options LIBMCHAIN options CD9660_ICONV options MSDOSFS_ICONV options MSDOSFS_LARGE options NTFS options NTFS_ICONV options UDF options UDF_ICONV This problem may arise even with samba mounted disks. Andrei |