![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jul 2005
Posts: 23
OS: Xp
|
Hi everyone, Im a Linux beginner user, Im trying to burn information with
growisofs -M /dev/cdrom but I get an error <write failed input/output error>. I tought that Ive mount drive with <mount /mnt/cdrom>. It didnt works, thanks a lot. |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Jul 2005
Posts: 23
OS: Xp
|
Yes /dev/cdrom/ is my cd burner.
In fact its a DVD burner, but yesterday I use growisofs -M /dev/cdrom -r -J /home/files without a problems then I use <mount /mnt/cdrom> to use <ls -la> to check cd data, after that I cant use growisofs. All of that as root user. Thanks.... |
|
|
|
|
|
#4 (permalink) |
|
Registered User
|
Well that means that /dev.cdrom was already mounted. If you mount it twice you cause problems
I would first do Code:
umount /dev/cdrom and then re-mount it with Code:
mount /dev/cdrom /mnt/cdrom Things should work again after that |
|
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Jul 2005
Posts: 23
OS: Xp
|
Thanks so much....Ive another doubt....for other backup I run a script to burn information <burn.sh>
This script contains the media type, the info (folders) to backup, and other instructions, my doubt is if I umount cdmedia and then mount it again, could I affect or modify the functionality of this script ?? Maybe the script didnt find cdmedia (drive) anymore. |
|
|
|
![]() |
| Thread Tools | |
|
|