From owner-freebsd-hardware Thu Jun 17 15:53:24 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 6332F14E84 for ; Thu, 17 Jun 1999 15:53:14 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost (2092 bytes) by rip.psg.com via sendmail with P:stdio/R:inet_resolve/T:smtp (sender: ) (ident using unix) id for ; Thu, 17 Jun 1999 15:53:12 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #1 built 1999-Apr-1) Message-Id: Date: Thu, 17 Jun 1999 15:53:12 -0700 (PDT) From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Charles Anderson Cc: FreeBSD Hardware Subject: Re: mkisofs | cdrecord setting different perms References: <37653D33.D97E80AE@wright.edu> <19990617161918.A39744@midgard.dhs.org> Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> cool. is there a way to have real filenames with mkhybrid? i am using >> /usr/local/bin/mkhybrid -d -D -l -L -N -R -v $* | \ >> /usr/local/bin/cdrecord -v fs=16m speed=2 dev=0,5,0 >> and i get >> Using RIP.000 for randy/save/rip.smail.tar.Z.1 (rip.smail.tar.Z.0) >> Using RIP.001 for randy/save/rip.dns.tar.Z (rip.dns.tar.Z.1) >> Using 2.000 for randy/slc/Mail/90/2.0.1 (2.0) >> etc etc > These are the 8.3 names in case you mount the cd without rock-ridge > extensions. Your whole filename wiil be there when you mount it under > freebsd, if you mount it under dos you'll only see the 8.3 names. nope. with the rom mounted as /dev/cd0c /cdrom cd9660 ro,noauto 0 0 i see -r-xr-xr-x 1 root wheel 14339 Jun 14 22:30 /cdrom/save/rip.000* -r-xr-xr-x 1 root wheel 3792897 Jun 16 04:20 /cdrom/save/rip.001* -r-xr-xr-x 1 root wheel 3802571 Jun 16 22:30 /cdrom/save/rip.002* -r-xr-xr-x 1 root wheel 14339 Jun 15 22:30 /cdrom/save/rip.003* also can someone tell me why the above pipeline ends in a broken pipe Using RIP.009 for randy/save/rip.smail.tar.Z.3 (rip.smail.tar.Z.2) Using RIP.00A for randy/save/rip.dns.tar.Z.0 (rip.dns.tar.Z.4) Using 2.000 for randy/slc/Mail/90/2.0.1 (2.0) Using RIP.000 for randy/installs/rip.config.old (rip.config) Using .000 for randy/config/.cloginrc.sample (.cloginrc) Broken pipe while doing it as two deparate commands /usr/local/bin/mkhybrid -d -D -l -L -N -R -v * > /tmp/foux.img /usr/local/bin/cdrecord -v fs=16m speed=2 dev=0,5,0 /tmp/foux.img works. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message