LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-16-2007, 09:18 PM   #1
jaepi
Member
 
Registered: Apr 2007
Location: Urban Jungle
Distribution: Ubuntu
Posts: 189
Blog Entries: 1

Rep: Reputation: 30
what do you think will happen?(cdrecord problems)


i was kind of experimenting, i burned iso file using cdrecord command, my medium was a cd-rw and it has already a data written on it...i was not able to delete that current data stored in the medium, i just burned the iso file right away...now, i cannot view my cd-rw, the files inside...what do you think happened to the medium? was it destroyed???lol...pls help me...im kinda paranoid with these things...what do you think should i in order to prevent this to happen again...thanks...
 
Old 05-16-2007, 09:38 PM   #2
jaepi
Member
 
Registered: Apr 2007
Location: Urban Jungle
Distribution: Ubuntu
Posts: 189

Original Poster
Blog Entries: 1

Rep: Reputation: 30
in addition, when i mount the cd-rw, it says "mount: not a directory"...and when tried openning it to windows, it says "please insert cd"...wtf do think happened???i was not able to place the -dummy option...T_T..or the media was destroyed because i was not able to delete the existing data...
 
Old 05-16-2007, 09:41 PM   #3
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
cdrecord -- blanking

When a CDRW has been burned/written to and finalized, it technically becomes a CD. No longer a RW.
In order to use it again, it needs to be blanked first. You can do this with cdrecord, and, if you like, you can blank and burn in one command. To blank, do like this:
Code:
cdrecord dev=0,0,0 speed=10 blank=fast padsize=63s -pad -dao -v -eject
That will blank a CDRW and make it ready for use.
to burn and blank at the same time, use something like:
Code:
cdrecord dev=/dev/hdb speed=4 blank=fast padsize=63s -pad -dao -v -eject /absolute/path/to/image.iso
and to simply burn, use:
Code:
cdrecord dev=/dev/hdb speed=4 padsize=63s -pad -dao -v -eject /absolute/path/to/image.iso
Note: I use the dev=/dev/hdd instead of the SCSI way of 0,0,0. This works only with a 2.6 kernel as far as I know.
Note 2: I'm not sure if the 'speed' argument affects the 'blank speed', so I prefer to blank and burn in separate steps, though I have had success both ways.
Note 3: You need to use the PAD option if you want the disk to work properly, especially if it will be used on a CD drive other than the one it was made on.
 
Old 05-16-2007, 09:43 PM   #4
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
When you mount it, the filetype will be iso9660 or UDF, depending on exactly what you put on the disk. But still, it has to be burned properly before it will work
 
Old 05-16-2007, 09:59 PM   #5
jaepi
Member
 
Registered: Apr 2007
Location: Urban Jungle
Distribution: Ubuntu
Posts: 189

Original Poster
Blog Entries: 1

Rep: Reputation: 30
thanks dude, what will i do with the cd-rw??could i still recover it??uhmmm...it seems i can't erase it since it cannot be detected...currently, im trying to save it using nero...hope it will work...thanks again
 
Old 05-17-2007, 06:43 AM   #6
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
If the CD was made under windows initially, OR it was a multisession CD which wasn't finalized, you may need the cdrwtool package, for UDF packetwriting support.
As for recovering the data, if you wrote over preexisting data, the chances are small to none.
If you have tried mounting it as UDF, iso9660, AND tried mounting it as a UDF-packet-written multisession data disk, and it's all no-go, I would consider forgetting about the data, and just blanking the disk and starting fresh.
Maybe you could use some recovery tool to rescue some stuff, but.... I don't know how it would go.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Giving up on Mandriva, but are these problems likely to happen to other distros? comradesniper Linux - Newbie 6 03-25-2006 09:38 PM
cdrecord problems canyon289 Linux - Software 2 12-05-2004 05:23 PM
Problems with cdrecord. . . wnaLinux Slackware 13 11-14-2004 10:40 PM
cdrecord problems Rolby Linux - Newbie 5 06-27-2004 03:23 PM
Problems with cdrecord in 9.1 odin123 Slackware 12 10-28-2003 07:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration