From owner-cvs-all@FreeBSD.ORG Wed Nov 23 19:00:19 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15BDB16A41F; Wed, 23 Nov 2005 19:00:19 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 829A343DA6; Wed, 23 Nov 2005 19:00:06 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-66-30-114-245.hsd1.ma.comcast.net ([66.30.114.245]) by comcast.net (sccrmhc12) with ESMTP id <20051123185425012002bfr1e>; Wed, 23 Nov 2005 18:54:35 +0000 Received: from c-66-30-114-245.hsd1.ma.comcast.net (localhost [127.0.0.1]) by c-66-30-114-245.hsd1.ma.comcast.net (8.13.4/8.13.1) with ESMTP id jANIsEt1004727; Wed, 23 Nov 2005 13:54:14 -0500 (EST) (envelope-from rodrigc@c-66-30-114-245.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-30-114-245.hsd1.ma.comcast.net (8.13.4/8.13.1/Submit) id jANIsDb7004726; Wed, 23 Nov 2005 13:54:13 -0500 (EST) (envelope-from rodrigc) Date: Wed, 23 Nov 2005 13:54:13 -0500 From: Craig Rodrigues To: Vladimir Grebenschikov Message-ID: <20051123185413.GA4714@crodrigues.org> References: <200511182234.jAIMYVdY042350@repoman.freebsd.org> <1132759185.4123.1.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1132759185.4123.1.camel@localhost> User-Agent: Mutt/1.4.2.1i Cc: Craig Rodrigues , 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2005 19:00:19 -0000 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. Hmmm. How about mount_smbfs -o long, or mount_smbfs -n long? (That is what is in the code). smbfs never supported -o longnames. There is a lot of inconsistency in the mount options unfortunately, but hopefully we can make it better. -- Craig Rodrigues rodrigc@crodrigues.org