Am Montag, 17. April 2017 13:12:06 UTC+2 schrieb David Shleifman: > Hi, > > A DVD-RAM /dev/sr0 is connected to the same SATA controller as > the system HDDs. It is visible in dom0 as /dev/sr0. I attached it > > to a vm. Then, I mounted it in VM as /mnt/removable: > vm$ mount -o rw /dev/xvdi as /mnt/removable > > The system replied: > mount: /dev/xvdi is write-protected; mounting read-only. > Is it expected? > Will PV SCSI (https://wiki.xen.org/wiki/Paravirtualized_SCSI) support > DVD-RAM in read-write mode if it is connected to the same SATA > controller as the system HDDs? > > > Thanks, > - David
Does your DVD burner support DVD-RAM disks?You can check that by executing "cat /proc/sys/dev/cdrom/info" in dom0. Sometimes DVD-RAM disks are mounted read-only, because of unsupported UDF versions or other problems, so you could try formatting the DVD with your vm. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/329b4b31-1c4b-4e01-88ee-f0ed7e40f106%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
