On Sat, 7 Apr 2007, Dmitry Tarasov wrote: > В сообщении от Friday 06 April 2007 05:07:01 вы написали: > > > I see. Could you please try this patch? > > > > http://ntfs-3g.org/freebsd-fixes.diff > > > > It should also fix the Linux specific error messages FreeBSD, NetBSD and > > OS X users keep reporting. > > Good job, patch works fine.
Supi! :) I commited a slightly different patch but the effect must be the same. > And there are two problems and one question: > 1)less words but more exemples ;) > ===================================== > [EMAIL PROTECTED] /usr/home/droopy]# cat /etc/fstab|grep SOFT > /dev/ad1s2 /winxp/SOFT ntfs-3g rw,force,locale=ru_RU.UTF-8 > [EMAIL PROTECTED] /usr/home/droopy]# mount /winxp/SOFT/ > [EMAIL PROTECTED] /usr/home/droopy]# mount /winxp/SOFT/ > [EMAIL PROTECTED] /usr/home/droopy]# mount /winxp/SOFT/ > [EMAIL PROTECTED] /usr/home/droopy]# mount /winxp/SOFT/ > [EMAIL PROTECTED] /usr/home/droopy]# ps x|grep ntfs-3g > 109 ?? Is 0:00,07 mount_ntfs-3g -o force -o locale=ru_RU.UTF-8 > /dev/ad1s4 /winxp/TEMP (ntfs-3g) > 3999 ?? Ss 0:00,07 mount_ntfs-3g -o force -o locale=ru_RU.UTF-8 > /dev/ad1s2 /winxp/SOFT (ntfs-3g) > 4007 ?? Ss 0:00,07 mount_ntfs-3g -o force -o locale=ru_RU.UTF-8 > /dev/ad1s2 /winxp/SOFT (ntfs-3g) > 4015 ?? Ss 0:00,08 mount_ntfs-3g -o force -o locale=ru_RU.UTF-8 > /dev/ad1s2 /winxp/SOFT (ntfs-3g) > 4029 ?? Ss 0:00,07 mount_ntfs-3g -o force -o locale=ru_RU.UTF-8 > /dev/ad1s2 /winxp/SOFT (ntfs-3g) > ===================================== > Please fix posibility of multy mounting the same volume I think this is a FreeBSD/FUSE bug, please submit a FreeBSD bug report. The bug doesn't happen on Linux: # mount /mnt/test10 # mount /mnt/test10 fusermount: mount failed: Device or resource busy FUSE mount point creation failed Unmounting /dev/hda10 () > 2) if fusefs kernel module loaded but mount_fusefs not found in $PATH, > ntfs-3g failed to start but still yet presents in memory and with next > rebooting makes core dump win SIG 11 This also seems to be a FreeBSD issue. > And now question: > I had no problem with "-o locale=ru_RU.UTF-8" but "-o locale=ru_RU.KOI8-R" > not working that so sad - > other words I can't see any files with national symbols > Is that problem of ntfs-3g or fusefs driver? I think neither: http://www.ntfs-3g.org/support.html#locale Thanks again for the bug reports, Szaka ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ ntfs-3g-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel
