From owner-freebsd-doc@FreeBSD.ORG Tue Jun 24 09:20:12 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7052C37B401 for ; Tue, 24 Jun 2003 09:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1019843FBF for ; Tue, 24 Jun 2003 09:20:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5OGKAUp098527 for ; Tue, 24 Jun 2003 09:20:10 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5OGKA2N098526; Tue, 24 Jun 2003 09:20:10 -0700 (PDT) Resent-Date: Tue, 24 Jun 2003 09:20:10 -0700 (PDT) Resent-Message-Id: <200306241620.h5OGKA2N098526@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce M Simpson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9253037B401 for ; Tue, 24 Jun 2003 09:17:28 -0700 (PDT) Received: from bigboy.spc.org (bigboy.spc.org [195.206.69.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87FB43FBD for ; Tue, 24 Jun 2003 09:17:27 -0700 (PDT) (envelope-from bms@spc.org) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) by bigboy.spc.org (Postfix) with ESMTP id F343F310B for ; Tue, 24 Jun 2003 17:22:18 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id A0F4A6BE; Tue, 24 Jun 2003 17:17:23 +0100 (BST) Message-Id: <20030624161723.A0F4A6BE@saboteur.dek.spc.org> Date: Tue, 24 Jun 2003 17:17:23 +0100 (BST) From: Bruce M Simpson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/53688: [PATCH] mount_msdosfs(8) does not document FS-specific options X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bruce M Simpson List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 16:20:12 -0000 >Number: 53688 >Category: docs >Synopsis: [PATCH] mount_msdosfs(8) does not document FS-specific options >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 24 09:20:10 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Bruce M Simpson >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD saboteur.dek.spc.org 5.1-RELEASE FreeBSD 5.1-RELEASE #3: Mon Jun 23 06:55:01 BST 2003 root@saboteur.dek.spc.org:/usr/src/sys/i386/compile/SABOTEUR i386 >Description: The options are listed but not discussed. >How-To-Repeat: >Fix: --- mount_msdosfs.patch begins here --- Generated by diffcoll on Tue 24 Jun 2003 17:15:15 BST diff -uN src/sbin/mount_msdosfs/mount_msdosfs.8.orig src/sbin/mount_msdosfs/mount_msdosfs.8 --- /usr/src/sbin/mount_msdosfs/mount_msdosfs.8.orig Tue Jun 24 17:08:38 2003 +++ /usr/src/sbin/mount_msdosfs/mount_msdosfs.8 Tue Jun 24 17:14:54 2003 @@ -72,14 +72,16 @@ Use the specified mount .Ar options , as described in -.Xr mount 8 , -or one of the MSDOS file system-specific options -.Ar shortnames , -.Ar longnames -or -.Ar nowin95 , -all of which can be used to affect Windows name translation in the -underlying file system. +.Xr mount 8 . +The following MSDOS file system-specific options are available: +.Bl -tag -width indent +.It Cm longnames +Force Windows 95 long filenames to be visible. +.It Cm shortnames +Force only the old MS-DOS 8.3 style filenames to be visible. +.It Cm nowin95 +Completely ignore Windows 95 extended file information. +.El .It Fl u Ar uid Set the owner of the files in the file system to .Ar uid . --- mount_msdosfs.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: