On Mon, 16 May 2011, Polytropon wrote:
On Sun, 15 May 2011 17:28:18 -0700, Alexander Lardner
wrote:
Hello,
I am re-asking as it's rather urgent.
I have burned a CD of PowerPC 8.2 to install on my old iMac G3.
It boots, but it stops at the line that reads:
acd0: DVDROM at ata0-slave UDMA33
On Sun, 15 May 2011 17:28:18 -0700, Alexander Lardner
wrote:
> Hello,
> I am re-asking as it's rather urgent.
> I have burned a CD of PowerPC 8.2 to install on my old iMac G3.
> It boots, but it stops at the line that reads:
>
> acd0: DVDROM at ata0-slave UDMA33
>
> What the heck does that mea
On Wed, Sep 16, 2009 at 09:22:10PM -0700, Yuri wrote:
> I have PIONEER Model DVD-RW DVR-112D.
> I started the command "cdda2wav -v255 -D5,0,0 -B -Owav" to grab audio
> but stopped it with Ctrl-C.
> Now disk doesn't eject. Both "eject" command and "cdcontrol -f /dev/acd0
> eject" commands hang,
Read man camcontrol before using this. I have a sony that hangs every now and
then. I also have needed to use reset.
Command to un-jam dvd tray
To allow removal:
camcontrol cmd cd1 -v -c "1e 0 0 0 0 0"
--- On Wed, 9/16/09, Yuri wrote:
> From: Yuri
> Subject: CD doesn't eject from the dri
Joerg Schilling wrote:
OK, if this is a timeout, then you would need to find why this timeout happens.
There are two probabilities:
1) A cabling problem
2) This is PATA and you have a hard disk at the same cable.
In case of 1), check or replace the cables, make sure that the OS is
Yuri wrote:
> Joerg Schilling wrote:
> > You did not send the SCSI error message
> >
> > Jörg
> >
>
>
> I've sent the entire output printed to stdout/stderr.
>
> This line in there talks about timeout:
> cdrecord: Input/output error. write_g1: scsi sendcmd: cmd timeout after
> 41.429 (40) s
Joerg Schilling wrote:
You did not send the SCSI error message
Jörg
I've sent the entire output printed to stdout/stderr.
This line in there talks about timeout:
cdrecord: Input/output error. write_g1: scsi sendcmd: cmd timeout after
41.429 (40) s
Yuri
Yuri wrote:
> I've sent you the entire output. This line:
> cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.
> was the last.
> And it returned exit code 255.
>
You did not send the SCSI error message
Jörg
--
EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D
Joerg Schilling wrote:
What error message did cdrecord print?
Jörg
I've sent you the entire output. This line:
cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.
was the last.
And it returned exit code 255.
Yuri
___
freebsd-
Yuri wrote:
> I used -dao. Removing -dao. Removing -dao made my command line like this:
> cdrecord dev=5,0,0 speed=4 -raw96r -v -pad -useinfo -text *.wav
>
> And now it fails with this log:
> Cdrecord-ProDVD-ProBD-Clone 2.01.01a62 (i386-unknown-freebsd7.2)
> Copyright (C) 1995-2009 J???rg Schill
Joerg Schilling wrote:
Yuri wrote:
Yes, I used cdrtools 2.01 from FreeBSD ports which is from ~2004.
For some reason all more recent version all labeled as 'alphas'.
Upgrading to Cdrecord-ProDVD-ProBD-Clone 2.01.01a62 didn't help.
Adding -raw96r option causes this error message:
cdrecord:
Yuri wrote:
> Yes, I used cdrtools 2.01 from FreeBSD ports which is from ~2004.
> For some reason all more recent version all labeled as 'alphas'.
>
> Upgrading to Cdrecord-ProDVD-ProBD-Clone 2.01.01a62 didn't help.
>
> Adding -raw96r option causes this error message:
> cdrecord: SAO RAW writing
Joerg Schilling wrote:
Hi,
you are using an _extremely_ outdated version of cdrtools.
Upgrade to a recent cdrtools version
ftp://ftp.berlios.de/pub/cdrecord/alpha/
If you still have problems with writing this audio CD,
try to write in -raw96r mode. The pioneer drives have some strange
firmwar
Hi,
you are using an _extremely_ outdated version of cdrtools.
Upgrade to a recent cdrtools version
ftp://ftp.berlios.de/pub/cdrecord/alpha/
If you still have problems with writing this audio CD,
try to write in -raw96r mode. The pioneer drives have some strange
firmware limitations and cannot
/etc/fstab is a File System Table used for mounting filesystems.
You are a ways off just yet in having a filesystem on acd0 to mount.
You can have a 'live fs' on dvd ram but its a bit laggy ...
___
freebsd-questions@freebsd.org mailing list
http://list
Christopher Chambers wrote:
I have found that burning software is unable to detect my cdrom. I would
assume that this is because acd0 is listed in fstab as read-only. I am
just a little worried that changing it to rw might wreck a cd (already
burnt) one day. Since cp or mv to /cdrom won't work, I
On Tue, Apr 21, 2009 at 12:50:47PM -0700, Christopher Chambers wrote:
> I have found that burning software is unable to detect my cdrom.
*What* burning software?
/usr/sbin/burncd should recognize the drive.
If you are trying to run cdrecord then you need "device atapicam" added
to your kernel co
Hi Chris,
Setting cd as rw doesn't really make sense as you don't use filesystem
tree to burn things on cds but use software that communicates with cd
burner directly (through driver).
Problem with using cd burner is most probably because of access rights.
Try running that burning software a
Christopher Chambers wrote:
I have found that burning software is unable to detect my cdrom. I would
assume that this is because acd0 is listed in fstab as read-only.
That is not correct.
I am
just a little worried that changing it to rw might wreck a cd (already
burnt) one day.
This will not
Wayne Sierke wrote:
On Thu, 2008-09-04 at 01:28 -0400, DAve wrote:
Edwin Groothuis wrote:
I had rsync create a directory with a '^M' in it.
Use command-line completion:
[~/xx] [EMAIL PROTECTED]>touch foo^Mbar # that's ^V^M
[~/xx] [EMAIL PROTECTED]>ls -l
total 0
-rw-r--r-- 1 edwi
On Thu, 2008-09-04 at 01:28 -0400, DAve wrote:
> Edwin Groothuis wrote:
> >> I had rsync create a directory with a '^M' in it.
> >
> > Use command-line completion:
> >
> > [~/xx] [EMAIL PROTECTED]>touch foo^Mbar # that's ^V^M
> > [~/xx] [EMAIL PROTECTED]>ls -l
> > total 0
> > -rw-r--r
Edwin Groothuis wrote:
I had rsync create a directory with a '^M' in it.
Use command-line completion:
[~/xx] [EMAIL PROTECTED]>touch foo^Mbar # that's ^V^M
[~/xx] [EMAIL PROTECTED]>ls -l
total 0
-rw-r--r-- 1 edwin edwin 0 Sep 4 13:46 foo?bar
[~/xx] [EMAIL PROTECTED]>rm foo
On Wed, Sep 03, 2008 at 06:51:11PM -0700, Noah wrote:
> Hi there,
>
> I had rsync create a directory with a '^M' in it.
>
> how do I rm -rf the directory?
>
> Cheers,
> Noah
There are multiple possibilities:
1) Use a shell which supports tab completion, and tab-complete the
entry.
2) Embed the
On Wed, 03 Sep 2008 18:51:11 -0700, Noah <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I had rsync create a directory with a '^M' in it.
>
> how do I rm -rf the directory?
These are a few options:
(1) In most shells, you can type a ^M character as part of a filename by
prefixing the ^M character
Chris Hill wrote:
On Fri, 27 Jun 2008, chip wrote:
chip wrote:
Oddly enough, my cd drive will not open. Just yesterday I installed
FBSD from cd and it was fine. Now it won't open. I haven't used it
since installing FBSD.
I've tried umount /cdrom but get an error message
umount: /cdrom: not
On Fri, 27 Jun 2008, chip wrote:
chip wrote:
Oddly enough, my cd drive will not open. Just yesterday I installed FBSD
from cd and it was fine. Now it won't open. I haven't used it since
installing FBSD.
I've tried umount /cdrom but get an error message
umount: /cdrom: not a file system root
chip wrote:
Oddly enough, my cd drive will not open. Just yesterday I installed
FBSD from cd and it was fine. Now it won't open. I haven't used it
since installing FBSD.
I've tried umount /cdrom but get an error message
umount: /cdrom: not a file system root directory
Doesn't make any sense.
>Cdrecord-Clone 2.01 (i386-unknown-freebsd6.0) Copyright (C) 1995-2004 Jörg
>Schilling
>TOC Type: 1 = CD-ROM
>scsidev: '1,1,0'
>scsibus: 1 target: 1 lun: 0
>Using libscg version 'schily-0.8'.
>SCSI buffer size: 64512
>atapi: 0
>Device type: Removable CD-ROM
>Version: 0
>Response Format
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Paul Schmehl
> Sent: Thursday, December 06, 2007 1:34 PM
> To: FreeBSD Questions
> Subject: Re: CD/DVD writer no longer works
>
>
> --On Thursday, December 06, 2007 19:
--On Thursday, December 06, 2007 19:14:51 +0100 Wojciech Puchar
<[EMAIL PROTECTED]> wrote:
/home/pauls/Downloads/FreeBSD/6.2-RELEASE-amd64-disc1.iso fixate
burncd: ioctl(CDRIOCWRITESPEED): Input/output error
[EMAIL PROTECTED] mount /dev/acd
acd0 acd1
[EMAIL PROTECTED] mount /dev/acd1 /mnt/cdro
On 11:34:25 Dec 06, Paul Schmehl wrote:
>
[..]
> I can see the device using atacontrol.
> [EMAIL PROTECTED] atacontrol info ata0
> Master: acd0 ATA/ATAPI revision 6
> Slave: acd1 ATA/ATAPI revision 5
[..]
> Drive buf size : 1016064 = 992 KB
> FIFO size : 4194304 = 4096 KB
> Track 01: d
On Thu, 06 Dec 2007 15:34:01 -0600
Paul Schmehl <[EMAIL PROTECTED]> wrote:
> The result of this command doesn't change if there's a known good CD
> in the drive. And are you saying that the *device* appears to be
> bad? Or the *driver* appears to be bad? Is there a way to confirm
> this (utili
--On Thursday, December 06, 2007 19:14:51 +0100 Wojciech Puchar
<[EMAIL PROTECTED]> wrote:
/home/pauls/Downloads/FreeBSD/6.2-RELEASE-amd64-disc1.iso fixate
burncd: ioctl(CDRIOCWRITESPEED): Input/output error
[EMAIL PROTECTED] mount /dev/acd
acd0 acd1
[EMAIL PROTECTED] mount /dev/acd1 /mnt/cdro
/home/pauls/Downloads/FreeBSD/6.2-RELEASE-amd64-disc1.iso fixate
burncd: ioctl(CDRIOCWRITESPEED): Input/output error
[EMAIL PROTECTED] mount /dev/acd
acd0 acd1
[EMAIL PROTECTED] mount /dev/acd1 /mnt/cdrom/
mount: /dev/acd1: Input/output error
mount_cd9660 - unless you use FFS on CD/DVD.
CDB:
[EMAIL PROTECTED] schrieb:
[EMAIL PROTECTED] schrieb:
> I bought the board without looking at the audio parts, because
"every"
> board has a CD in port. Turns out this one doesn't, it uses digital
> CD Audio and doesn't use the connector anymore
>
([1][2]http://www.intel.com/
[EMAIL PROTECTED] schrieb:
> I bought the board without looking at the audio parts, because
"every"
> board has a CD in port. Turns out this one doesn't, it uses digital
> CD Audio and doesn't use the connector anymore
>
([1][2]http://www.intel.com/support/motherboards/desktop
[EMAIL PROTECTED] schrieb:
I bought the board without looking at the audio parts, because "every"
board has a CD in port. Turns out this one doesn't, it uses digital
CD Audio and doesn't use the connector anymore
([1]http://www.intel.com/support/motherboards/desktop/sb/CS-014753.htm
When reading a CD I get READ_BIG request failed.
Thing I have noticed is this only happens on 700MB cd's.
This problem does not occur on 650MB cd's.
The archives have loads of posts about this problem but none of the
posts have a solution.
What does this mean
Aaron Siegel wrote:
Hello
I am unable to burn cd with my new Sony DVD-RW. I have been fighting with this
for month. Sorry for have to post this message for such a basic task, Bellow
is the error message that is produced by cdrecord
Thank you
Aaron
<[EMAIL PROTECTED]># cdrecord -scanbus
Cdr
Haven't tried it, but this came to my notice recently:
http://www.linux.com/article.pl?sid=06/12/20/1933223
Looks like it might do what you want.
On 2/10/07, Rico Secada <[EMAIL PROTECTED]> wrote:
Hi
Anyone who can recommend a good CD/DVD catalog program?
Best regards
Rico
__
Rico Secada <[EMAIL PROTECTED]> writes:
> Anyone who can recommend a good CD/DVD catalog program?
Kind of depends on what you're looking for.
I can't find any at the moment, but I know I've looked at a few in the
past. They seem to be focused on indexing for feeding into music
players (e.g., XM
On Thu, January 4, 2007 1:42 am, Beech Rintoul wrote:
> On Wednesday 03 January 2007 22:20, Richard Lynch wrote:
>> Due to some hardware issues (not really relevant here) I've
>> re-installed FreeBSD about 6 times in the last couple days.
>>
>> On one of those occasions, I managed to go through a s
On 04 Jan Richard Lynch wrote:
> At this point, however, Disk#2 was in the drive, not disk #1.
> Alas, it kept trying to find base, man, dict, ports on /dev/acd0.
> It wasn't there, because those are on Disk#1, not #2.
> My laptop eject button would NOT work.
> The installer wasn't letting me swap
On Wednesday 03 January 2007 22:20, Richard Lynch wrote:
> Due to some hardware issues (not really relevant here) I've
> re-installed FreeBSD about 6 times in the last couple days.
>
> On one of those occasions, I managed to go through a sequence not
> unlike this:
>
> 1. Standard fdisk/label stuff
On Wed, Nov 15, 2006 at 08:36:03PM +, Graham Bentley wrote:
> Hi,
>
> Is there a recommended method of letting non root users
> write some CDR's ?
>
> If so, can anyone give me some pointers / advice etc on
> this !
K3b's port has a post installation message that shows the exact steps
on let
> http://www.freebsd.org/gnome/docs/faq2.html#q15
3bsd# camcontrol devlist
<_NEC DVD_RW ND-3500AG 2.18> at scbus0 target 1 lun 0 (pass0,cd0)
<_NEC DVD_RW ND-4570A 1.02>at scbus1 target 0 lun 0 (pass1,cd1)
3bsd# cat /etc/devfs.conf
# Allow members of the group wheel to mount the cdr
+++ Lowell Gilbert [freebsd] [15-11-06 16:47 -0500]:
| Graham Bentley <[EMAIL PROTECTED]> writes:
|
| > Hi,
| >
| > Is there a recommended method of letting non root users
| > write some CDR's ?
| >
| > If so, can anyone give me some pointers / advice etc on
| > this !
|
| They should be able to
Graham Bentley <[EMAIL PROTECTED]> writes:
> Hi,
>
> Is there a recommended method of letting non root users
> write some CDR's ?
>
> If so, can anyone give me some pointers / advice etc on
> this !
They should be able to use the base system's burncd(8) with nothing
more than read/write permissio
See if this works.
http://www.freebsd.org/gnome/docs/faq2.html#q15
--- Graham Bentley <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is there a recommended method of letting non root
> users
> write some CDR's ?
>
> If so, can anyone give me some pointers / advice etc
> on
> this !
>
> Thanks !!!
>
On Tuesday 07 November 2006 14:37, Grant Peel wrote:
> Hi all,
>
> Some of my webmail users are using lots of disk space.
>
> I want to make a shell script, like so:
>
> cd /home/webmail/public_html/cgi-bin/etc/users ; du -h -d1 | grep M | sort
> -nr -k1
>
> and run it daily in a cronjob, mailing t
On Tue, Nov 07, 2006, Grant Peel wrote:
>Hi all,
>Some of my webmail users are using lots of disk space.
>I want to make a shell script, like so:
>cd /home/webmail/public_html/cgi-bin/etc/users ; du -h -d1 | grep M | sort
>-nr -k1
>and run it daily in a cronjob, mailing the results to my assist
Does the same thing.
On Oct 22, 2006, at 10:14 AM, Lowell Gilbert wrote:
Paul Root <[EMAIL PROTECTED]> writes:
I just got a Dimension e521 that I'm going to install FreeBSD on.
I'm having some trouble.
I've tried the 6.1-RELEASE i386 DVD,
I've downloaded the 6.1-Release CD iso for AMD64
I'v
I am attempting to burn using coloured CD's. (Where the plastic layer that
protects the data is coloured.) Could this have something to do with the fact
that my drive can randomly load these? I was able to burn one CD using
cdrecord and then I tried another one and was unable to.
___
Jacob Jennings wrote:
In response to burncd, I receive this error upon running it:
burncd: ioctl(CDIOCSTART): Input/output error
which seems a lot less exhaustive and to the point than the other junk that
was spit out by dmesg and cdrecord.
So, I'm late to the party, and dense as lead, but
In response to burncd, I receive this error upon running it:
burncd: ioctl(CDIOCSTART): Input/output error
which seems a lot less exhaustive and to the point than the other junk that
was spit out by dmesg and cdrecord.
___
freebsd-questions@freebsd.or
Jacob Jennings <[EMAIL PROTECTED]> wrote:
> Hello, everyone, I am running FreeBSD 6.0-stable and LOVING every
> second of it. However, my CD burning capabilities have been stymied
> by an unknown problem which I cannot fix, let alone diagnose. I am
> attempting to burn a cd using SCSI-emulation, w
On Tue, 23 May 2006 23:01:53 -0500
Paul Schmehl <[EMAIL PROTECTED]> wrote:
> --On May 23, 2006 10:36:20 PM -0500 Jacob Jennings
> <[EMAIL PROTECTED]> wrote:
>
> > Hello, everyone, I am running FreeBSD 6.0-stable and LOVING every second
> > of it. However, my CD burning capabilities have been sty
--On May 23, 2006 10:36:20 PM -0500 Jacob Jennings
<[EMAIL PROTECTED]> wrote:
Hello, everyone, I am running FreeBSD 6.0-stable and LOVING every second
of it. However, my CD burning capabilities have been stymied by an
unknown problem which I cannot fix, let alone diagnose. I am attempting
to bu
Adam M wrote:
> I have FreeBSD 6.0. I have a Sony CD-RW burner. I was wondering if I should
> use cdrecord or burncd. Also, where would I find info on erase cd-rws.
Hi,
You could start with:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html
To blank a CD-RW (quick for
Alex Renn <[EMAIL PROTECTED]> writes:
> I installed FreeBSD 6.0 from CD and noticed that file flags were not
> applied by default to /boot, /bin, /sbin.
Right. suid files get the flags, but nothing else.
> I set kernel_securelevel to 3 but it does not help a lot while there
> are no schg flag
Fabian Keil <[EMAIL PROTECTED]> writes:
> David Fleck <[EMAIL PROTECTED]> wrote:
>
> > System: FreeBSD 4.9-RELEASE-p11
> >
> > dmesg:
> > acd0: CD-RW drive at ata1 as master
> > acd0: read 689KB/s (6032KB/s) write 344KB/s (8273KB/s), 2048KB
> > buffer, PIO4 acd0: Reads: CD-R, CD-RW, CD-DA strea
On Sat, 5 Nov 2005, Fabian Keil wrote:
I never used burncd, but "/dev/acd0c" looks strange to me.
The device is "/dev/acd0" and even the man page says
"burncd -f /dev/acd0 data file1 fixate".
Not my manpage:
EXAMPLES
The typical usage for burning a data CD-R:
burncd -f /dev/a
David Fleck <[EMAIL PROTECTED]> wrote:
> System: FreeBSD 4.9-RELEASE-p11
>
> dmesg:
> acd0: CD-RW drive at ata1 as master
> acd0: read 689KB/s (6032KB/s) write 344KB/s (8273KB/s), 2048KB
> buffer, PIO4 acd0: Reads: CD-R, CD-RW, CD-DA stream, packet
> acd0: Writes: CD-R, CD-RW, test write, burnpr
On Fri, Aug 12, 2005 at 09:58:16PM -0500, Josh Paetzel wrote:
> On Friday 12 August 2005 09:44, you wrote:
> > On Fri, Aug 12, 2005 at 07:39:59AM -0500, Josh Paetzel wrote:
> > > On Thursday 11 August 2005 23:25, you wrote:
> > > > On Thu, Aug 11, 2005 at 08:20:11PM -0500, Josh Paetzel wrote:
> > >
On Fri, 3 Jun 2005, Anthony Philipp wrote:
Hello again,
I had previously asked about this issue on the list, and no one
responded. So after waiting a week or so I am trying again.
Basically the issue is that I was using abcde to rip a CD, and abcde
uses CD paranoia to rip the tracks themselves.
On Mon, Apr 18, 2005 at 01:05:53PM -0400, Darrel wrote:
> Is there actually a way to change the shell of root while logged in with
> the fixit utility on the cd-rom?
boot from the fixit cd/floppy, mount your root partition (e.g.
/dev/ad0s1a), edit /etc/passwd and change the shell to something
vali
On Mon, 2005-04-18 at 13:05 -0400, Darrel wrote:
> Having mistyped changes with the 'pw' command, giving my User and Root a
> bad path to their shells might required a new installation. I can not log
> in at all.
>
> Is there actually a way to change the shell of root while logged in with
> the f
On Mon, 14 Mar 2005 16:50:54 -0600
"Teilhard Knight" <[EMAIL PROTECTED]> wrote:
> From: "Alejandro Pulver" <[EMAIL PROTECTED]>
> To: "Teilhard Knight" <[EMAIL PROTECTED]>
> Cc: "FreeBSD"
> Sent: Monday, March 14, 2005 10:28 AM
On Mon, 14 Mar 2005 10:01:10 -0600
"Teilhard Knight" <[EMAIL PROTECTED]> wrote:
> I am trying to install FreeBSD 5.3 in a laptop which I just recently
> bought. Problem is that the installation CD wouldn't boot. I have
> tried burning several brands of disks and trying them in other
> computers an
dick hoogendijk <[EMAIL PROTECTED]> wrote:
> Fabian Keil <[EMAIL PROTECTED]> wrote:
>
> > Dick Hoogendijk <[EMAIL PROTECTED]> wrote:
> >
> > > What is the easiest way to copy a complete cdrom with freebsd-4.11?
> >
> > Use readcd and cdrecord.
>
> I rebuild the kernel with atapicam (ata, scbus
On Sat, 26 Feb 2005 16:33:33 +0100
Fabian Keil <[EMAIL PROTECTED]> wrote:
> Dick Hoogendijk <[EMAIL PROTECTED]> wrote:
>
> > What is the easiest way to copy a complete cdrom with freebsd-4.11?
>
> Use readcd and cdrecord.
I rebuild the kernel with atapicam (ata, scbus,cd and pass were already
t
Dick Hoogendijk <[EMAIL PROTECTED]> wrote:
> What is the easiest way to copy a complete cdrom with freebsd-4.11?
Use readcd and cdrecord.
Regards
Fabian
--
www.fabiankeil.de
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailm
On 25 Feb Simon Dick wrote:
> On Fri, 25 Feb 2005 12:49:31 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> wrote:
> > On Fri, 25 Feb 2005 12:27:26 +0100
> > Dick Hoogendijk <[EMAIL PROTECTED]> wrote:
> >
> > > What is the easiest way to copy a complete cdrom with
> > > freebsd-4.11? Normally I us
On Friday 25 February 2005 05:27 am, Dick Hoogendijk wrote:
> What is the easiest way to copy a complete cdrom with freebsd-4.11?
> Normally I use burncd to burn an iso file to a new cdr, but I never
> copied a complete cdrom to cdr under freebsd. My windows machines are
> down and I need the copy
On Fri, 25 Feb 2005 12:49:31 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> On Fri, 25 Feb 2005 12:27:26 +0100
> Dick Hoogendijk <[EMAIL PROTECTED]> wrote:
>
> > What is the easiest way to copy a complete cdrom with freebsd-4.11?
> > Normally I use burncd to burn an iso file to a new cdr, b
On Fri, 25 Feb 2005 12:27:26 +0100
Dick Hoogendijk <[EMAIL PROTECTED]> wrote:
> What is the easiest way to copy a complete cdrom with freebsd-4.11?
> Normally I use burncd to burn an iso file to a new cdr, but I never
> copied a complete cdrom to cdr under freebsd. My windows machines are
> down a
On Thu, Sep 16, 2004 at 04:16:53PM +0200, Fabian Keil wrote:
> On Wednesday 15 September 2004 08:33, Anthony Philipp wrote:
>
> > After burning trying to burn a cd with too much information on it, it ended up
> > with this error.
> >
> > only wrote -1 of 37632 bytes: Input/output error
> >
> >
On Wednesday 15 September 2004 08:33, Anthony Philipp wrote:
> After burning trying to burn a cd with too much information on it, it ended up with
> this error.
>
> only wrote -1 of 37632 bytes: Input/output error
>
> burncd: ioctl(CDRIOCFLUSH): Input/output error
>
> But the cd was stuck in
Anthony Philipp wrote:
> Well I did insert the paper clip into the drive,
Sometimes, you have to bend that clip a bit, in order to hit the trigger.
You'll also often meet considerable resistance -- It's a manual over-ride,
and you gotta push way harder than you might think...
About as hard as th
ll try to reproduce
it tonight.
Thanks for your response
Anthony
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> > [EMAIL PROTECTED] On Behalf Of Anthony Philipp
> > Sent: Wednesday, September 15, 2004 12:37 PM
> > To: marju ignatje
On Wed, Sep 15, 2004 at 11:59:44AM +0300, marju ignatjeva wrote:
> Hi,
> offering a rude solution and _mostly_ asking for help on the same issue...
>
> On Wed, 15 Sep 2004, Anthony Philipp wrote:
> > After burning trying to burn a cd with too much information on it, it ended up
> > with this erro
Hi,
offering a rude solution and _mostly_ asking for help on the same issue...
On Wed, 15 Sep 2004, Anthony Philipp wrote:
> After burning trying to burn a cd with too much information on it, it ended up with
> this error.
>
> only wrote -1 of 37632 bytes: Input/output error
>
> burncd: ioctl(CDR
Peter Ryan wrote:
> I plan to burn my distfiles to a CD, but I am not sure
> which of the burn software options is preferable.
>
> I would like to be able to read the CD on both
> XP and FreeBSD.
>
> I would appreciate any recommendations or warnings
> from those who have been there before.
If y
On Tue, 14 Sep 2004 22:25:48 +0800, Peter Ryan <[EMAIL PROTECTED]> wrote:
> I plan to burn my distfiles to a CD, but I am not sure
> which of the burn software options is preferable.
>
> I would like to be able to read the CD on both
> XP and FreeBSD.
>
> I would appreciate any recommendations or
burncd if you own a IDE Burner, cdrecord if you use a SCSI burner. You
can also use cdrecord with an IDE burtner but in that case you need
the SCSI emulation.
Regards
S.
On Tue, 14 Sep 2004 22:25:48 +0800, Peter Ryan <[EMAIL PROTECTED]> wrote:
> I plan to burn my distfiles to a CD, but I am not
First I would like to thank:
Oliver Fuchs <[EMAIL PROTECTED]>
"E. Eusey" <[EMAIL PROTECTED]>
Oliver Fuchs <[EMAIL PROTECTED]>
For their excellent and similar suggestions for getting this to work and apologize for
not answering quicker but I've been trying and trying to find the right combinatio
On Sat, 14 Aug 2004, edwinculp wrote:
> I've installed K3b and it works great for the root user but I can't get it to work
> for any non-privileged user even though I have put the user in the wheel group and
> have set sysctl vfs.usermount=1, cd0 has permissions set to 666, the same in
> devfs.
On Friday 13 August 2004 02:19 pm, Edwin Culp wrote:
> I've installed K3b and it works great for the root user but I
> can't get it to work for any non-privileged user even though I
> have put the user in the wheel group and have set sysctl
> vfs.usermount=1, cd0 has permissions set to 666, the sam
> Chuck Swiger wrote:
> > Edwin Culp wrote:
> > I've installed K3b and it works great for the root user but I
> can't get it
> > to work for any non-privileged user even though I have put the
> user in the
> > wheel group and have set sysctl vfs.usermount=1, cd0 has
> permissions set to
> > 666, th
edwinculp wrote:
I've installed K3b and it works great for the root user but I can't get it
to work for any non-privileged user even though I have put the user in the
wheel group and have set sysctl vfs.usermount=1, cd0 has permissions set to
666, the same in devfs.conf (That solves the problem for
On Mon, Aug 09, 2004 at 05:44:38PM +0200, Dirk Bajohr wrote:
> Dear Sirs,
> We have a new online shop and sell FreeBSD CD sets to (German)
> customers. Is it possible to get an entry with a hyperlink at your
> website
> (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
> mirrors.ht
On Sat, 17 Jul 2004 19:24:17 +0100
arden <[EMAIL PROTECTED]> wrote:
> hi all
>
> dose anyone know of a way to burn an img image that was created in
> windows
>
> at home i don't have any windows machines anymore
>
>
> Arden
>
Hi Arden,
doing a:
> cd /usr/ports ; make search key=clonecd
this image is *.img was expecting *.iso
.img appears to be unique to clone CD
On Sat, 2004-07-17 at 19:27, Wojciech Puchar wrote:
> > hi all
> >
> > dose anyone know of a way to burn an img image that was created in
> > windows
> >
> > at home i don't have any windows machines anymore
>
> isn
> hi all
>
> dose anyone know of a way to burn an img image that was created in
> windows
>
> at home i don't have any windows machines anymore
isn't windows-created images just normal images+few extra info files?
___
[EMAIL PROTECTED] mailing list
http
On Sun, 2004-06-20 at 05:23, [EMAIL PROTECTED] wrote:
> On Sat, Jun 19, 2004 at 11:26:13PM -0400, Bruce wrote:
> > Hello all,
> >
> > Currently, I am running Gnome 2.6 and I am just wondering what cd
> > burning software is really good from the ports collection?
> >
> > I want to burn cd's from
Bruce wrote:
> Hello all,
>
> Currently, I am running Gnome 2.6 and I am just wondering what cd
> burning software is really good from the ports collection?
>
> I want to burn cd's from iso files or copy music cd's to cd's.
>
> Or make data cd's.
If you want something with gui, have a look at
On Sat, Jun 19, 2004 at 11:26:13PM -0400, Bruce wrote:
> Hello all,
>
> Currently, I am running Gnome 2.6 and I am just wondering what cd
> burning software is really good from the ports collection?
>
> I want to burn cd's from iso files or copy music cd's to cd's.
>
> Or make data cd's.
burnc
On Mon, 12 Apr 2004 17:02:03 +0200
Marc "UBM" Bocklet <[EMAIL PROTECTED]> wrote:
>
> Ok, I'm posting this one last time in the hope that somebody can at
> least tell me: "No, it does not work" :-)
>
> --
>
> Hiho! :-)
>
> I've an old 8x cdrom that gets connected to a parall
On Fri, 12 Mar 2004 12:45:39 +0100
Marc "UBM" Bocklet <[EMAIL PROTECTED]> wrote:
>
> Hiho! :-)
>
> I've an old 8x cdrom that gets connected to a parallel port. It's
> working under DOS 6.2 with a special driver but there is no sign of it
> in the dmesg or anywhere else under FreeBSD 5.2.1.
>
>
I've only got the one drive in their. I think there is a setup issue
with the drive. The message MODE_SENSE_BIG timeout occurs on acd0 when
the installation program starts. Does this ring any bells with anyone?
Thanks for the help so far.
Dave
Daniela wrote:
On Thursday 15 January 2004 15:25,
1 - 100 of 138 matches
Mail list logo