Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2001 13:44:04 -0700 (PDT)
From:      Volker Jahns <Volker.Jahns@thalreit.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/30969: mkisofs path grafting will not work
Message-ID:  <200110012044.f91Ki4P26354@freefall.freebsd.org>

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

>Number:         30969
>Category:       ports
>Synopsis:       mkisofs path grafting will not work
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 01 13:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Volker Jahns
>Release:        FreeBSD 4.3-RELEASE (PEGASUS)
>Organization:
Thalreit/DE
>Environment:
FreeBSD pegasus.thalreit 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Mon Aug 13 21:24:43 CEST 2001     volker@pegasus.thalreit:/usr/src/sys/compile/PEGASUS  i386
>Description:
mkisofs will not do path grafting, i.e. mapping recorded file paths onto 
some different file path on the isofs file image. 
>How-To-Repeat:
first create directories dummy/hermes

mkisofs -r -o /tmp/test.raw dummy/hermes=.
mkisofs: No such file or directory. Invalid node -
dummy/hermes=. 
>Fix:
Running mkisofs w/ same options under SuSE 7.0 LINUX works fine:
(this in an automounter environment!)

mkisofs -r -o /tmp/test.raw dummy/hermes=.
Using CSH.000;1 for  ./etc/csh.logout (csh.login)
Using SERVICE.000;1 for  ./etc/mail/service.switch-nodns
(service.switch)
Using XMONISDN.000;1 for  ./etc/isdn/xmonisdn-netdown (xmonisdn-netup)

... blubber ...

1495 extents written (2 Mb)

then mounting:
mount -t iso9660 -o ro,loop=/dev/loop1 /tmp/test.raw /cdrom



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

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




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