Date: Thu, 17 Jun 1999 15:53:12 -0700 (PDT) From: Randy Bush <randy@psg.com> To: Charles Anderson <caa@midgard.dhs.org> Cc: FreeBSD Hardware <freebsd-hardware@FreeBSD.ORG> Subject: Re: mkisofs | cdrecord setting different perms Message-ID: <m10ul20-0008G4C@rip.psg.com> References: <m10tSSr-0008G4C@rip.psg.com> <37653D33.D97E80AE@wright.edu> <m10tfBR-0008G4C@rip.psg.com> <19990617161918.A39744@midgard.dhs.org>
index | next in thread | previous in thread | raw e-mail
>> 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
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m10ul20-0008G4C>
