Forum Moderators: bakedjake
,I am new to using SUSE linux 9.0 I am having difficulty in copying files from a directory onto a CDROM using UNIX commands.
So far I have been able to mount the CDROM and view the files on the CDROM. When I try to copy files onto the CDROM, they are stored in the directory /media/cdrom and not on the CDROM.
The commands I have been using are as follows :-
mount -o rw -f dev/cdrom
cp -R Tadburn (directory) /media/cdrom
When I type in the following command :-
more /etc/fstab
dev/cdrecorder /media/cdrecorder auto ro,auto,user,exec
dev/cdrom /media/cdrom auto ro,auto,user,exec
Any help to resolve my problem would be much appreciated.
Thanks.
Rgds,
Andy M.
I use cdrecord for command-line burning and have never had a problem with it. K3b and XCDRoast have worked well for me when I want a GUI for burning.
Problems like jetpacmidge's are not the result of using the wrong distribution or Linux being too difficult for the average schmoe. They are simply what each of us encounters as we start something new. The territory is unfamiliar and we attempt to experience things exactly like we did in more familiar settings. Give any distribution a chance, and spend some time reading the appropriate man pages, HOWTOs, and forums.
It all works if you work it.