Re: [Pcbsd-developer] problem mounting volumes with foreign filenames
Status: Beta
Brought to you by:
kmoore134
From: Andrei K. <an...@bs...> - 2006-08-06 19:43:40
|
On Sunday 06 August 2006 10:26 pm, Charles A. Landemaine wrote: > On 8/6/06, pcb...@li... > > <pcb...@li...> wrote: > > 2. problem mounting volumes with foreign filenames (Andrei Kolu) > > I experienced it here also, for samba shares with latin accents such > as =FA =F3, etc... There is a "?" instead of these letters. I'll make new PBI from rebuilt kernel and post it into forums for testing. =2D-------------------------------------- # diff PCBSDv1.2 MYKERNEL 40c40 < options UFS_DIRHASH # Improve performance on big=20 directories =2D-- > #options UFS_DIRHASH # Improve performance on big=20 directories 162c162 < #device apm =2D-- > device apm 306a307,330 > > options ALTQ > options ALTQ_CBQ > options ALTQ_RED > options ALTQ_RIO > options ALTQ_HFSC > options ALTQ_CDNR > options ALTQ_PRIQ > > options LIBICONV > options LIBMCHAIN > options CD9660_ICONV > options MSDOSFS_ICONV > options MSDOSFS_LARGE > options NTFS > options NTFS_ICONV > options UDF > options UDF_ICONV > > # This allows you to actually store this configuration file into > # the kernel binary itself, where it may be later read by saying: > # =A0 =A0strings -n 3 /boot/kernel/kernel | sed -n 's/^___//p' > MYKERNEL > # > options =A0 =A0 =A0 =A0 INCLUDE_CONFIG_FILE =A0 =A0 # Include this file i= n kernel =2D-------------------------------------- |