0506-324 The media is not formatted

Hi guys,
I'm an IT student from France, I'm not very fluent in english.

I have do make an virtual bootable system backup disk.
mkcd to /dev/cd1, the cd1 is served by the VIOS with a virtual blank disk

I've all ready create the virtual cd drive with mkvdev -fbo
I can see my drive with my LPAR

My steps are :
on the VIOS :
mkvopt -name blankcd1 -size 4.7G to create a blank CD

loadopt -vtd -BackupDrive -disk blankcd1 to load the cd into the drive

I checked with lsrep

then, when i type this command :
mkdvd -e -i /home/tharsan/tp_script/image.data -d /dev/cd1

I have this error :
0512-332 burn_cd: Device /dev/cd1 does not appear to be ready.

And when i try to mount my cd, I have this error message :
mount: 0506-324 Cannot mount /dev/cd1 on /mnt: The media is not formatted or the format is not correct.

Can you help me please ?