answersLogoWhite

0

What is initializing a DVD-rw?

Updated: 12/17/2022
User Avatar

Wiki User

15y ago

Best Answer

What this means is that the device the disk was inserted in is setting up the format of the disk to match the operating system of the device so that it's compatible with the device's recording methods. When it's done recording it'll also most likely `finalize the disk' which is to say, close the files so that the disk is properly completed and the files can't be written over until you command the software to erase the disk for re-use.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is initializing a DVD-rw?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can an 8x dvdrw drive burn on a 16x disc?

Yes.


What is the name of the optical disk that you can save to multiple times?

Cdrw dvdrw


Is a DVD a output?

DVD = yes DVD-r = both dvdrw= both


Where to Download Drivers for Sony dvdrw dw-g120a?

download Sony DW-G120A


What is a Computer storage medium that operates using digitized beams of light?

CDRW and DVDRW


What does error initializing opera module 10 locale mean and what should i do about it?

vg


How do you solve SIM initializing in Samsung GT-C5212?

please heet moterboard


Can a DVDrw drive burn audio cd's?

Yes, the drive can. Everything else depends on your disc writing software.


Why you use constructor overloading?

When we are initializing our object with different internal state then we can use the constructor overloading.


What are the types of optical disc?

types of optical disc drive are: cd,dvd,blueray,cdr,cdrw,dvdrw,mp3,mp4


What is xaml?

Extensible Application Markup Language is a declarative language used for initializing structured values and objects.


What is the correct syntax for declaring and initializing an array that contains the numbers 0-9?

int x[]={0,1,2,3,4,5,6,7,8,9};