Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Apr 1999 10:15:24 -0700 (PDT)
From:      jsd@gamespot.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/11387: mount_cd9660 doesn't show rockridge filenames without -g
Message-ID:  <199904291715.KAA22533@hudsucker.gamespot.com>

next in thread | raw e-mail | index | archive | help

>Number:         11387
>Category:       bin
>Synopsis:       mount_cd9660 doesn't show rockridge filenames without -g
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 29 10:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jon Drukman
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
GameSpot, Inc.
>Environment:



>Description:

Rockridge format CDROMs contain additional information such as POSIX
filenames, uid/gid, mode bits, that isn't present with just plain ISO
9660 format.

I have an RR format CDROM that I got from a software vendor
(StoryServer from Vignette).  I tried to copy its contents to a remote 
machine but mount_cd9660 won't show the proper mixed-case filenames
unless I mount with the -g option, which also adds version numbers.
Copying the files to a remote machine obviously copies the version
numbers as well.  I solved my problem by writing a perl script which
renamed the problematic files, but there should be a way to mount the
CD that reveals the POSIX filenames without revealing the version
numbers.

>How-To-Repeat:

insert RR-format CDROM
mount_cd9660 /dev/cd0a /mnt

observe all lower case filenames

unmount and remount with

mount_cd9660 -g /dev/cd0a /mnt

observe mixed case filenames plus version numbers.

>Fix:
	
i think another option should be added that turns on the POSIX
filenames but not the version numbers.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904291715.KAA22533>