KVM: LUN Passthrough of SATA disk
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
When adding a physical hard disk to a virtual machine running on KVM using the LUN Passthrough mode in virt-manager, I get the following error:
Error adding device: unsupported configuration: disk 'sda' improperly configured for a device='lun'
I am trying to give the guest access to a 3 TB hard drive attached via SATA. When trying to add the disk manually with virsh edit
, I get a similar error. Is it possible to use LUN Passthrough with a SATA disk? If so, how can I avoid this error?
kvm qemu libvirt sata virtio
add a comment |Â
up vote
0
down vote
favorite
When adding a physical hard disk to a virtual machine running on KVM using the LUN Passthrough mode in virt-manager, I get the following error:
Error adding device: unsupported configuration: disk 'sda' improperly configured for a device='lun'
I am trying to give the guest access to a 3 TB hard drive attached via SATA. When trying to add the disk manually with virsh edit
, I get a similar error. Is it possible to use LUN Passthrough with a SATA disk? If so, how can I avoid this error?
kvm qemu libvirt sata virtio
Try usingDisk device
asDevice Type
and just enter/dev/sda
in theManage
field, instead of clickingManage
.
â Thomas
yesterday
@Thomas Thanks for the suggestion. I've tried that and it works, however I specifically want to use LUN Passthrough.
â wispi
yesterday
Do you have a Virtio SCSI Controller attached to the VM? Just tested and did work.
â Thomas
yesterday
@Thomas Yes, I have a virtio SCSI controller attached. What operating system did you use, and what bus is your physical disk attached with? It seems to work for me when using a USB drive, but not for a SATA hard disk.
â wispi
yesterday
Operation system ist FC27 and physical disk is SATA attached.
â Thomas
yesterday
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
When adding a physical hard disk to a virtual machine running on KVM using the LUN Passthrough mode in virt-manager, I get the following error:
Error adding device: unsupported configuration: disk 'sda' improperly configured for a device='lun'
I am trying to give the guest access to a 3 TB hard drive attached via SATA. When trying to add the disk manually with virsh edit
, I get a similar error. Is it possible to use LUN Passthrough with a SATA disk? If so, how can I avoid this error?
kvm qemu libvirt sata virtio
When adding a physical hard disk to a virtual machine running on KVM using the LUN Passthrough mode in virt-manager, I get the following error:
Error adding device: unsupported configuration: disk 'sda' improperly configured for a device='lun'
I am trying to give the guest access to a 3 TB hard drive attached via SATA. When trying to add the disk manually with virsh edit
, I get a similar error. Is it possible to use LUN Passthrough with a SATA disk? If so, how can I avoid this error?
kvm qemu libvirt sata virtio
kvm qemu libvirt sata virtio
asked yesterday
wispi
595
595
Try usingDisk device
asDevice Type
and just enter/dev/sda
in theManage
field, instead of clickingManage
.
â Thomas
yesterday
@Thomas Thanks for the suggestion. I've tried that and it works, however I specifically want to use LUN Passthrough.
â wispi
yesterday
Do you have a Virtio SCSI Controller attached to the VM? Just tested and did work.
â Thomas
yesterday
@Thomas Yes, I have a virtio SCSI controller attached. What operating system did you use, and what bus is your physical disk attached with? It seems to work for me when using a USB drive, but not for a SATA hard disk.
â wispi
yesterday
Operation system ist FC27 and physical disk is SATA attached.
â Thomas
yesterday
add a comment |Â
Try usingDisk device
asDevice Type
and just enter/dev/sda
in theManage
field, instead of clickingManage
.
â Thomas
yesterday
@Thomas Thanks for the suggestion. I've tried that and it works, however I specifically want to use LUN Passthrough.
â wispi
yesterday
Do you have a Virtio SCSI Controller attached to the VM? Just tested and did work.
â Thomas
yesterday
@Thomas Yes, I have a virtio SCSI controller attached. What operating system did you use, and what bus is your physical disk attached with? It seems to work for me when using a USB drive, but not for a SATA hard disk.
â wispi
yesterday
Operation system ist FC27 and physical disk is SATA attached.
â Thomas
yesterday
Try using
Disk device
as Device Type
and just enter /dev/sda
in the Manage
field, instead of clicking Manage
.â Thomas
yesterday
Try using
Disk device
as Device Type
and just enter /dev/sda
in the Manage
field, instead of clicking Manage
.â Thomas
yesterday
@Thomas Thanks for the suggestion. I've tried that and it works, however I specifically want to use LUN Passthrough.
â wispi
yesterday
@Thomas Thanks for the suggestion. I've tried that and it works, however I specifically want to use LUN Passthrough.
â wispi
yesterday
Do you have a Virtio SCSI Controller attached to the VM? Just tested and did work.
â Thomas
yesterday
Do you have a Virtio SCSI Controller attached to the VM? Just tested and did work.
â Thomas
yesterday
@Thomas Yes, I have a virtio SCSI controller attached. What operating system did you use, and what bus is your physical disk attached with? It seems to work for me when using a USB drive, but not for a SATA hard disk.
â wispi
yesterday
@Thomas Yes, I have a virtio SCSI controller attached. What operating system did you use, and what bus is your physical disk attached with? It seems to work for me when using a USB drive, but not for a SATA hard disk.
â wispi
yesterday
Operation system ist FC27 and physical disk is SATA attached.
â Thomas
yesterday
Operation system ist FC27 and physical disk is SATA attached.
â Thomas
yesterday
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f473737%2fkvm-lun-passthrough-of-sata-disk%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Try using
Disk device
asDevice Type
and just enter/dev/sda
in theManage
field, instead of clickingManage
.â Thomas
yesterday
@Thomas Thanks for the suggestion. I've tried that and it works, however I specifically want to use LUN Passthrough.
â wispi
yesterday
Do you have a Virtio SCSI Controller attached to the VM? Just tested and did work.
â Thomas
yesterday
@Thomas Yes, I have a virtio SCSI controller attached. What operating system did you use, and what bus is your physical disk attached with? It seems to work for me when using a USB drive, but not for a SATA hard disk.
â wispi
yesterday
Operation system ist FC27 and physical disk is SATA attached.
â Thomas
yesterday