Mount a DVD Formatted By Windows 10 For RW?

Afternoon,

I formatted a DVD for RW like a USB Flash Disk as Windows does when you insert a new DVD. Now I need to be able to write other data to this DVD from my Rocky server, but I’m unable too, which leads me to this question:

How do I mount the DVD for RW so I can add additional data or just be able to use it for both OS?

Located Here:

$ lsblk
NAME                                          MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
sda                                             8:0    0 465.8G  0 disk  
├─sda1                                          8:1    0   256M  0 part  /boot/efi
├─sda2                                          8:2    0     1G  0 part  /boot
└─sda3                                          8:3    0 464.5G  0 part  
  └─luks-4d910e9f-f496-4009-b5b9-350cd9117b18 253:0    0 464.5G  0 crypt /
sdb                                             8:16   0 931.5G  0 disk  
├─sdb1                                          8:17   0   600M  0 part  
├─sdb2                                          8:18   0   128M  0 part  
├─sdb3                                          8:19   0 929.8G  0 part  
├─sdb4                                          8:20   0   552M  0 part  
└─sdb5                                          8:21   0   450M  0 part  
sdc                                             8:32   0   1.8T  0 disk  
└─sdc1                                          8:33   0   1.8T  0 part  
sr0                                            11:0    1   4.2G  0 rom  

If you used Win10 cmd line, show the exact format command that you used. Otherwise, insert the DVD to Win10 and try
chkdsk d:
and post the full output

In addition, clarify the exact type of DVD you are using, e.g. DVD-R, DVD+R

Since the writing of the DVD, I have replaced the bare-bone system Windows with Cachyos and move Windows to a VM. My Rocky Lab server does not have a CDROM. Is there any other way I can get this information?

My Cachyos has the CDROM now.

I was written to a memorex DVD+R.

Have you tried sudo mount /dev/sr0 /mnt?

Are you sure it is a DVD RW and not a DVD RAM? DVD RAMs have dashes on the bottom.

He clearly said it’s a memorex DVD+R

UPDATE: I converted my old HP Privilion 23 from MX Linux to Windows 10, and it will be used a cosmetic system so to speak.

Thanks for your help!..