diff --git a/en/common-tasks/recording-optical-discs.md b/en/common-tasks/recording-optical-discs.md new file mode 100644 index 00000000..61827b13 --- /dev/null +++ b/en/common-tasks/recording-optical-discs.md @@ -0,0 +1,21 @@ +--- +layout: doc +title: Recording Optical Discs +permalink: /en/doc/recording-optical-discs/ +--- + +Recording Optical Discs +======================= + +Passthrough recording (a.k.a., "burning") is not supported by Xen. Currently, +the only options for recording optical discs (e.g., CDs, DVDs, BRDs) in Qubes +are: + + 1. Use a USB optical drive. + 2. Attach a SATA optical drive to a secondary SATA controller, then assign this + secondary SATA controller to a VM. + 3. Use a SATA optical drive attached to dom0. + (**Caution:** This option may violate the Qubes security model if it entails + transferring untrusted data (e.g., an ISO) to dom0 in order to record it on + an optical disc.) + diff --git a/en/doc.md b/en/doc.md index fec816cc..7e9e653d 100644 --- a/en/doc.md +++ b/en/doc.md @@ -44,11 +44,12 @@ Common Tasks * [Copying and Pasting Text Between Domains](/en/doc/copy-paste/) * [Copying and Moving Files Between Domains](/en/doc/copying-files/) * [Copying Files to and from dom0](/en/doc/copy-to-dom0/) - * [Mounting USB Drives to AppVMs](/en/doc/stick-mounting/) * [Updating Software in dom0](/en/doc/software-update-dom0/) * [Updating and Installing Software in VMs](/en/doc/software-update-vm/) * [Backup, Restoration, and Migration](/en/doc/backup-restore/) * [Disposable VMs](/en/doc/dispvm/) + * [Mounting USB Drives to AppVMs](/en/doc/stick-mounting/) + * [Recording Optical Discs](/en/doc/recording-optical-discs/) * [Managing Application Shortcuts](/en/doc/managing-appvm-shortcuts/) * [Enabling Fullscreen Mode](/en/doc/full-screen-mode/)