From owner-freebsd-stable@FreeBSD.ORG Thu Jul 3 04:11: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 56A5237B401; Thu, 3 Jul 2003 04:11:59 -0700 (PDT) Received: from smtp07.wxs.nl (smtp07.wxs.nl [195.121.6.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6968C43FB1; Thu, 3 Jul 2003 04:11:58 -0700 (PDT) (envelope-from akruijff@www.kruijff.org) Received: from kruij557.speed.planet.nl (ipd50a97ba.speed.planet.nl [213.10.151.186]) by smtp07.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HHG00H5C4B1ZG@smtp07.wxs.nl>; Thu, 03 Jul 2003 13:09:01 +0200 (MEST) Received: from Intranet.lan (akruijff@localhost [127.0.0.1]) h63B914r068019;akruijff@Intranet.lan) Received: (from akruijff@localhost) by Intranet.lan (8.12.8p1/8.12.8/Submit) id h63B90qI068018; Thu, 03 Jul 2003 13:09:00 +0200 (CEST) Date: Thu, 03 Jul 2003 13:09:00 +0200 From: Alex de Kruijff In-reply-to: <20030701212607.9EAA61A774@sputnik.chel.su> To: Dmitry Sukhodoev Message-id: <20030703110900.GH57410@dds.nl> MIME-version: 1.0 Content-type: text/plain; charset=unknown-8bit Content-transfer-encoding: 8BIT Content-disposition: inline User-Agent: Mutt/1.4.1i References: <20030701212607.9EAA61A774@sputnik.chel.su> cc: stable@freebsd.org cc: FreeBSD-gnats-submit@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 11:11:59 -0000 On Wed, Jul 02, 2003 at 03:26:07AM +0600, Dmitry Sukhodoev wrote: > > >Submitter-Id: current-users > >Originator: Dmitry Sukhodoev > >Organization: sputnik > >Confidential: no > >Synopsis: smbfs can't access to files with symbol ¿ in name and some other > >Severity: serious > >Priority: medium > >Category: kern > >Class: sw-bug > >Release: FreeBSD 4.8-STABLE i386 > >Environment: > System: FreeBSD sputnik.chel.su 4.8-STABLE FreeBSD 4.8-STABLE #0: Sun Jun 8 20:44:16 YEKST 2003 root@sputnik.chel.su:/usr/obj/usr/src/sys/sputnik i386 > > > > >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 ¿ > >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. Alex