From owner-freebsd-stable@FreeBSD.ORG Thu Jul 3 11:38:59 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD41437B401 for ; Thu, 3 Jul 2003 11:38:59 -0700 (PDT) Received: from dreadnought.cnchost.com (dreadnought.cnchost.com [207.155.248.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D364402F for ; Thu, 3 Jul 2003 11:38:58 -0700 (PDT) (envelope-from mwoodson@sricrm.com) Received: from squelcher.redlands (bdsl.66.14.215.39.gte.net [66.14.215.39]) by dreadnought.cnchost.com id OAA15133; Thu, 3 Jul 2003 14:38:50 -0400 (EDT) [ConcentricHost SMTP Relay 1.15] Errors-To: From: Mark Woodson Organization: Statistical Research, Inc. To: Dmitry Sukhodoev Date: Thu, 3 Jul 2003 11:38:50 -0700 User-Agent: KMail/1.5.2 References: <20030701212607.9EAA61A774@sputnik.chel.su> <20030703110900.GH57410@dds.nl> In-Reply-To: <20030703110900.GH57410@dds.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200307031138.50633.mwoodson@sricrm.com> cc: stable@freebsd.org Subject: Re: smbfs can't access to files with symbol ? in name and some other X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 18:39:00 -0000 On Thursday 03 July 2003 04:09 am, Alex de Kruijff wrote: > On Wed, Jul 02, 2003 at 03:26:07AM +0600, Dmitry Sukhodoev wrote: > > >Description: > > > > trying to: > > mount_smbfs -o ro -f 644 -d 755 -N -I 192.168.1.100 -E koi8-r:cp866 > > //raven@file-srv/e$ /mnt/smb/fileserver and mounted filesystem can't > > access to files with with non-standart symbols in name, same as =BF > > > > >How-To-Repeat: > > > > just mount and try > > > > >Fix: > > I beleave that this is not a bug but a _feuture_. The SMB protocol just > isn't design to do this. The window partions also don't allow these > symbols. > Not quite true. I've been experiencing a similar problem. There are=20 characters allowed with Windows that aren't accessible when trying use an s= mb=20 mounted share. The easiest one for me to track down and trace is the # sign on a 2k box. = =20 Though there are characters apparently on Win98 and XP boxes. I've tried digging through the documentation for some information on how to= =20 change the character mapping to try some kind of workaround (I'm building=20 scripts to backup win shares to s FreeBSD 4.8-STABLE box), but have not had= =20 much luck finding any info online for this. =2DMark