On Sat, Sep 19, 2009 at 07:25:40AM +0400, igor denisov wrote: > * igor denisov <denisovigor1...@rambler.ru> [Fri, 18 Sep 2009 05:18:58 > +0400]: > hi there, > > cdrecord emulation as it looks like is done > with /dev/rcd0c, and why they do not mention it in the faq. It is as > simple as that: > #cdrecord dev=/dev/rcd0c -scanbus
the point of -scanbus is to find devices. it doesn't make much sense to provide the device identifier, then look for devices. also, using just the 'bus,target,lun' tupple doesn't work on OpenBSD, so the info from cdrecord -scanbus is really useless. > output is what is shown in the faq13 for SCSI hardware. > > And there is something else, when i issue: > #cdrecord -multi -tao /dev=/dev/rcd0c myfile.pdf > > everything starts fine, the only WARNING: padding to something size. > > and when i try to mount cd after burning, i get a message > #bla bla device is not configured > > when change the cd to another cd, mount works fine. > any ideas? you can't mount a pdf. but you can put your pdf on a cd9660 (ISO9660 if you will) filesystem and mount that. see mkhybrid(8) or mkisofs(8). > regards, > igor. > -- jake...@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org