Search results

  1. M

    [TUTORIAL] How to setup PBS as a VM in Unraid and uses Virtiofs to passthrough shares

    @mavor I'm on Unraid 6.12.4 and PBS 3 with no problems. I bypass the Unraid filesystems and write directly to a /mnt/diskX subdirectory, though I haven't tried anything in /mnt/user since switching from 9p to virtio.
  2. M

    [TUTORIAL] How to setup PBS as a VM in Unraid and uses Virtiofs to passthrough shares

    Another thank you! @mavor I found that it was best to bypass the mover by using a /mnt/diskN path and writing directly to a single disk - though that may be leftover from a workaround with 9p (that worked for CTs but not VMs). It's probably best to avoid the mover due to (yeah) open files and...
  3. M

    virtualized PBS with shared mount

    @maccmiles If this is still an issue for you, I figured out a workaround while I was trying to do the same thing: instead of sharing the `/mnt/user/pbs` directory from Unraid into the PBS VM, share `/mnt/disk0/pbs` (of course updating `pbs` and `disk0` to your situation). You may also want to...