*BSD News Article 88851


Return to BSD News archive

Newsgroups: comp.unix.bsd.freebsd.misc
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!lucy.swin.edu.au!news.rmit.EDU.AU!goanna.cs.rmit.edu.au!news.apana.org.au!cantor.edge.net.au!news.teragen.com.au!news.access.net.au!news.netspace.net.au!news.mel.connect.com.au!munnari.OZ.AU!uunet!in1.uu.net!205.252.116.190!feed1.news.erols.com!news.nl.innet.net!INnl.net!feed1.news.innet.be!INbe.net!rill.news.pipex.net!pipex!warwick!bris.ac.uk!not-for-mail
From: phtlb@zeus.bris.ac.uk (Tim)
Subject: Re: CD writer software?
X-Nntp-Posting-Host: zeus.bris.ac.uk
Message-ID: <E5E750.7DE@fsa.bris.ac.uk>
Sender: usenet@fsa.bris.ac.uk (Usenet)
Organization: University of Bristol, England
X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
References: <E4vGKJ.LKp@fsa.bris.ac.uk> <5d0ik6$2u5@uriah.heep.sax.de> <E58GA8.7wL@fsa.bris.ac.uk>
Date: Mon, 10 Feb 1997 15:03:00 GMT
Lines: 55
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35282

Tim (phtlb@zeus.bris.ac.uk) wrote:
: 
: I have a few more questions that I'd like to ask. 
: Will there be support for any other CD-R in the near future, and does 
: anyone have any reccomendations for recorders?
: 
: In the UK recorders are still fairly expensive with the exception of the 
: Ricoh 1420 and Pilips CD2000 (if you can find one). I would love to see 
: support for the Ricoh as this drive is currently selling very cheaply and 
: comes with a 2Mb cache which supposedly helps keep up a constant stream 
: of data.
: 
: Will there be any problems running such a drive from an adaptec 1505 (no 
: DMA, aic driver)?
: 
: finally is there going to be a CD-R driver that can write in mode 2 format? 
: I have no idea what this means apart from faster recording and more data on 
: the disk, I don't even know whether a mode 2 disk can be read by FreeBSD.
: 
: 
: Thanks in advance for replies.
: 
: Tim "if only I was talented enough to do the programming myself".
: 
: 
Actually I have even more questions.

I see that wormcontrol supports multi session recording. Is it 
possible to use mkisofs to record multiple sessions. I'd like to be able 
to write separate directory trees in different sessions. eg write 
/bin in one session and /usr/bin in another.

Also is is possible to write the output of mkisofs directly to a cd 
rather than to an intermediate file. Use of suitable buffering should 
allow this.
If I pipe the output of mkisofs to /dev/null it seems to write at 500+ 
kb/sec (which is fast enough). Writing the file generated by mkisofs back 
to the same disk seems to be alot slower (160Kb/sec), I assume this is  
just due to accessing the same disk for read and write but I am a 
FREE-BSD newbie and I really have no idea how much things will be slowed 
when writing to the CD-R using an ISA scsi card (1505).
 
Writing directly would be very handy as it would save time and I 
wouldn't need to leave 600+ Mb of free disk space just for temporary disk 
images. The very reason I'd like to use CD-ROM backup is so that I don't 
have archive to hard disk (or tape). 


Sorry for the long posts and many questions.

Tim.

PS. I'm not much of a programmer but I'd be willing to help any 
development on this side of things.