Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 1998 16:28:52 +0200 (CEST)
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        proot@horton.iaces.com (Paul T. Root)
Cc:        andre.albsmeier@mchp.siemens.de, freebsd-questions@FreeBSD.ORG
Subject:   Re: How to make a non-dangerously dedicated disk?
Message-ID:  <199804091428.QAA08782@intern>
In-Reply-To: <199804091413.JAA15678@horton.iaces.com> from "Paul T. Root" at "Apr 9, 98 09:13:43 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> In a previous message, Andre Albsmeier said:
> > 
> > If the disks were the same, the easiest thing to do would be
> > 
> > dd if=/dev/rsd0 of=/dev/rsd1
> 
> Yeah, I did that too, for my first set of machines (I think I used
> dump/restore), but that involved pulling the disk and putting it in
> the other machine.

That would be no problem here. Also, I just did it for backup purposes
so that people without knowledge can bring the machine up in the
case of a disk failure by just changing the id jumpers.

> 
> 
> > > I did run into one other problem. After rdumping my FS's to a solaris tape host, 
> > > I wanted to dump the dump files to disk so I could burn them on my CD-Rom burner
> > > (in Win NT, grrr). But Solaris dd couldn't read the file off the tape? Anybody
> > > got ideas why? And I still want to get my Philips CDR400t going on FreeBSD.
> > 
> > cdrecord doesn't work for it?
> 
> Nope, it won't recognize the drive. I'm wondering if cdrecord is dependant on
> the scsi card? The one here at work is an amd driver. 

Hmm, as long as the kernel detects it as a worm, it's up to cdrecord
to do the correct things.

> 
> At home, I've yet to get my old Philips CDD2000 to work with either worm or
> cdrecord. I've got that on a 2940.

According to the README of cdrecord-1.6a12

--------------------------------- snip ---------------------------

Cdrecord has been implemented with a Philips CDD 521.
Cdrecord now is maintained with the following drives:

        COMPRE/Matsushita/Panasonic CW-7502 
        Philips CDD-2000
        TEAC CD-R50S

--------------------------------- snap ---------------------------

!!! Attention !!! The Makefile in sysutils/cdrecord used to make
the wrong link. The correct way is to let scgx point to rworm0.ctl
and not sgx. It has been corrected in the Makefile on Mar 27 23:14:05 1998.

I have here a Yamaha CDR100 working on a 2940UW with 

	rtprio 1 cdrecord -v -eject -debug speed=4 dev=6,0 isofile.iso

Good luck,

	-Andre

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



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