DVD rewritable and CD rewritable media differ in characteristics. For one thing you will notice that DVD±RW is purple while CD-RW is pale gold/silver (partly depends on the backing colour). Different dyes. CD-RW has to be blanked first, DVD±RW doesn’t; you can just overwrite the existing data. A format of a DVD±RW is possible but normally not needed or recommended.
So for blanking/writing CD-RW the CLI program to use is wodim, not growisofs.
If you were using k3b or brasero these details would have been taken care of for you.
> wodim blank=all
wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK limits.Device was not specified. Trying to find an appropriate drive...
Detected CD-R drive: /dev/sr0
Device type : Removable CD-ROM
Version : 5
Response Format: 2
Capabilities :
Vendor_info : 'HL-DT-ST'
Identification : 'DVD-RAM GSA-H55L'
Revision : '1.03'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Speed set to 1764 KB/s
Starting to write CD/DVD at speed 10.0 in real BLANK mode for single session.
Last chance to quit, starting real write in 0 seconds. Operation starts.
>
> ls -lh my*
-rw-r--r-- 1 [user] users 674M Ноя 7 12:22 myisoimage.iso
> growisofs -Z /dev/sr0=myisoimage.iso
:-( /dev/sr0: media is not recognized as recordable DVD: A
>
the problem is here and same… I have no idea to solve the problem…
Most of the time you don’t need blank=all, blank=fast will do. Only when the calibration area is used up do you need to clear it with blank=all. Again this is something k3b takes care of for you.
You need to use wodim to do both the blanking and the writing. Don’t use growisofs for CDs.