Jump to content
XPEnology Community
  • 0

Proxmox and dsm7.0 unable to use sata 6


lambrd

Question

Wondering how to get around the 6 sata drive. When assigning drives to vm (DS3615xs) the nas shows it can use up to 12 drives. When sending the drives to the vm it cannot accept anything past sata5. Tried assigning as scsi but the 3615 does not accept scsi. Just wondering if any one has a work around?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Hi, I had the same problem. Just add to the /etc/pve/nodes/{server name}/qemu-server/{your VM}.conf this:

args: -device ahci,id=ahci1,multifunction=on,bus=pci.0,addr=0xb -drive 'file=/dev/disk/by-id/{ata-ST500DM009-2F110A_ZA480LWF},if=none,id=drive-sata6,format=raw,aio=threads,detect-zeroes=unmap' -device ide-hd,bus=ahci1.1,drive=drive-sata6,id=sata6

 

Change ata-ST500DM009-2F110A_ZA480LWF with your hdd.

Credits to original post:

https://forum.proxmox.com/threads/limit-on-number-of-pass-through-sata-drives.28979/post-311466

Link to comment
Share on other sites

  • 0

How to add 8 drives using below command?

 

args: -device ahci,id=ahci1,multifunction=on,bus=pci.0,addr=0xb -drive 'file=/dev/disk/by-id/{ata-xx-xx},if=none,id=drive-sata6,format=raw,aio=threads,detect-zeroes=unmap' -device ide-hd,bus=ahci1.1,drive=drive-sata6,id=sata6

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...