From owner-freebsd-questions Mon Apr 23 13:16:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id A7D6B37B422 for ; Mon, 23 Apr 2001 13:16:28 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 23 Apr 2001 21:16:28 +0100 (BST) To: Dennis B Cc: freebsd-questions@FreeBSD.ORG Subject: Re: filename length minimums for zip disks? In-Reply-To: Your message of "Mon, 23 Apr 2001 11:34:15 PDT." <025C3BE560835D115A3600807CFD9B59@dcswest.about.com> Date: Mon, 23 Apr 2001 21:16:27 +0100 From: Ian Dowse Message-ID: <200104232116.aa41071@salmon.maths.tcd.ie> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <025C3BE560835D115A3600807CFD9B59@dcswest.about.com>, Dennis B write s: >filenames. The "cp" command's currently >preserving only the first eight characters plus >any "extensions!" Wondering if it's possible to >do without reformatting zip disks to "ufs..." Try using mount_msdos's "-l" or "longnames" option, which forces long file names to be enabled. Depending on what commands you normally use to mount the zip disk, you may need to add "-o longnames" to the command line, or change the options field in /etc/fstab to something like "rw,longnames". "man mount_msdos" for further details. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message