From owner-cvs-src@FreeBSD.ORG Thu Nov 24 09:29:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A80E16A41F; Thu, 24 Nov 2005 09:29:09 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vbook.fbsd.ru (swsoft-mipt-nat.sw.ru [195.214.233.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B82C043D66; Thu, 24 Nov 2005 09:29:08 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.54 (FreeBSD)) id 1EfDPe-000CrB-OM; Thu, 24 Nov 2005 12:29:06 +0300 From: Vladimir Grebenschikov To: Craig Rodrigues In-Reply-To: <20051123185413.GA4714@crodrigues.org> References: <200511182234.jAIMYVdY042350@repoman.freebsd.org> <1132759185.4123.1.camel@localhost> <20051123185413.GA4714@crodrigues.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Thu, 24 Nov 2005 12:29:06 +0300 Message-Id: <1132824546.36877.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2005 09:29:09 -0000 =F7 =D3=D2, 23/11/2005 =D7 13:54 -0500, Craig Rodrigues =D0=C9=DB=C5=D4: > On Wed, Nov 23, 2005 at 06:19:45PM +0300, Vladimir Grebenschikov wrote: > > Probably same problem exists with mount_smb now. > > Long names converted to 8.3 form that is not desired, but both -o > > longname and -o longnames does not accepted. >=20 > Hmmm. How about mount_smbfs -o long, or mount_smbfs -n long?=20 > (That is what is in the code). > smbfs never supported -o longnames. >=20 > There is a lot of inconsistency in the mount options unfortunately, > but hopefully we can make it better.=20 but, after some recent changes mount_smbfs now mounts filesystems in translated manner: $ ls -l total 32 drwxrwxr-x 1 operator operator 16384 Nov 21 2003 SCENA~WE drwxrwxr-x 1 operator operator 16384 Feb 2 2005 SUBTI~3D $ And I have no idea how to fix that. I am just looking for related changes in recent commits. --=20 Vladimir B. Grebenschikov vova@fbsd.ru