Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

VM Use unraid 6.12.10

Featured Replies

I have unraid and am happy with with it.

 

Question

 

I have a piece of software that runs under windows 11 called Prof Media 13

 

Is it possible that I create a VM with windows 11 and run this software through that as my Blu ray drive will not reach to my desktop computer.

 

I am planning on adding a docker container to rip dvds to MKV files 

 

I have never used any VMs in the past.

 

Rod

 

 

unraid has dockers that can rip.

I use the docker make by jlesage/makemkv
https://hub.docker.com/r/jlesage/makemkv
image.thumb.png.5a1656e2e583822da836ffa44b01e5a3.png

Yes you can use a unraid windows 11 vm and pass a physical disk drive to that vm.

Unraid terminal lsblk
image.png.ba3dc125b9b9bcf1535a2b50ed07e328.png

and/or lsscsi

image.png.0dfb1ce70414d4c9024d77df68488cd4.png



AS you can see I have 2 disk drives. One I have set up for vm passthorugh via usb and the other direct connected to my Mother board for docker disk rips.

in Linux the disk drive physical access is normally at /dev/sr0

My makemkv docker example addon sg# was the old kernel method...
image.thumb.png.c4992cff4d296a35f02b70ce6c1f2a9f.png

It is easier to pass a usb attached disk drive to a VM though as it will appear as a checkbox in unraid...
BUT You Can via sata/ide attached...- to pass a physical disk via vm xml code:

XML code to add under devices:

<disk type='block' device='cdrom'>
  <driver name='qemu' type='raw'/>
  <source dev='/dev/sr0'/>
  <target dev='hdc' bus='ide'/>
  <readonly/>
</disk>

 

for other vm help and code and setup I recommend you take a look at this form with my documentations/notes and other form users info over the years...:
 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.