Re: dd cd image
From: Darksidex (humprhey_at_gmail.com)
Date: 03/18/05
- Previous message: Osmany Guirola Cruz: "dd cd image"
- In reply to: Osmany Guirola Cruz: "dd cd image"
- Next in thread: Osmany Guirola Cruz: "gnochm"
- Reply: Osmany Guirola Cruz: "gnochm"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 18 Mar 2005 13:32:20 +0100 To: freebsd-questions@freebsd.org
-----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-----
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Osmany Guirola Cruz: "dd cd image"
- In reply to: Osmany Guirola Cruz: "dd cd image"
- Next in thread: Osmany Guirola Cruz: "gnochm"
- Reply: Osmany Guirola Cruz: "gnochm"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|