CD-Write problem

Ted Gould plug-discuss@lists.plug.phoenix.az.us
03 Oct 2002 07:21:32 -0700


--=-QJ3YayIDNrXX0XoXNtmK
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

It looks like you are trying to put a directory as the first argument on
a command line.  That won't work.  The first argument on a command line
needs to be some sort of executable.  For example: 'ls'.  So the shell
goes, finds the ls executable, and then runs it.  The shell can't
execute a directory.

For CD burning I'd recommend using something like X-CD Roast.=20
http://www.xcdroast.org/

		Good luck,
			Ted

On Wed, 2002-10-02 at 18:45, Clayton Stapleton wrote:
> I have created an mkisofs and verified it with "loop" so that part is fin=
e.
> When I try to write to the CD I get the following:
>=20
> loran:~ # /media/cdrecorder -v speed=3D4 dev=3D0,0,0  -data /data1/cd_ima=
ge
> bash: /media/cdrecorder: is a directory
>=20
> loran:~ # /cdrecorder -v speed=3D4 dev=3D0,0,0  -data /data1/cd_image
> bash: /cdrecorder: is a directory
>=20
> loran:~ # ls -l /cdrecorder
> lrwxrwxrwx    1 root     root           17 Sep 23 01:52 cdrecorder ->=20
> /media/cdrecorder
>=20
> loran:~ # ls -l /media/cdrecorder
> total 0
> drwxr-xr-x    2 root     root           48 Sep 23 01:52 .
> drwxr-xr-x    5 root     root          128 Sep 23 01:52 ..
>=20
> Then looked at /etc/fstab and tried to use /dev/cdrecoder and got the=20
> following:
>=20
> loran:~ # /dev/cdrecorder -v speed=3D4 dev=3D0,0,0  -data /data1/cd_image
> bash: /dev/cdrecorder: Permission denied
>=20
> loran:~ # ls -l /dev/cdrecorder
> lrwxrwxrwx    1 root     root            8 Sep 23 01:52 /dev/cdrecorder -=
>=20
> /dev/sr0
>=20
> loran:~ # ls -l /dev/sr0
> brw-------    1 clay     users     11,   0 Mar 23  2002 /dev/sr0
> loran:~ # /dev/sr0 -v speed=3D4 dev=3D0,0,0  -data /data1/cd_image
> bash: /dev/sr0: Permission denied
>=20
> Does anyone have any suggestions?
>=20
> TIA
> Clayton Stapleton
> Scottsdale, Arizona
> -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=
=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change  you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>=20


--=-QJ3YayIDNrXX0XoXNtmK
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEABECAAYFAj2cUmwACgkQLE335pRPGp0vnwCfX5JgnsDel1gOwFCl73fph3EG
6yYAoNI+eckl2HtpUBhw4rdAIfVvWqS+
=VnhX
-----END PGP SIGNATURE-----

--=-QJ3YayIDNrXX0XoXNtmK--