Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2005 13:32:20 +0100
From:      Darksidex <humprhey@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: dd cd image
Message-ID:  <423ACA54.1080009@gmail.com>
In-Reply-To: <423A8F4C.6050502@cigb.edu.cu>
References:  <423A8F4C.6050502@cigb.edu.cu>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Osmany Guirola Cruz escribió:
| Hi people
|  I am trying to do an iso image of DATA CD and i am using this command
line
|
| %dd if=/dev/acd0 of=cd.iso
| and this is the error
|
| dd: /dev/acd0: Invalid argument
| 0+0 records in
| 0+0 records out
| 0 bytes transferred in 0.000304 secs (0 bytes/sec)
|
|
| How can i made and iso image of a data cd ?


without mkisofs you can use cat:

cat /dev/acd0 >> cd.iso

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (MingW32)

iD8DBQFCOspULWSOuibjjvIRAmI6AKCR6/GEfCB/T4lZdeuPxFk4/iE8RwCfdqUm
UpBqCLwD/J9aDYVtwAFF/e8=
=yPz6
-----END PGP SIGNATURE-----



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