How to expose raw SATA disks in KVM guest The 2019 Stack Overflow Developer Survey Results Are...
Visa regaring travelling European country
Make it rain characters
Python - Fishing Simulator
What's the point in a preamp?
Can we generate random numbers using irrational numbers like π and e?
"is" operation returns false even though two objects have same id
How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?
Identify 80s or 90s comics with ripped creatures (not dwarves)
US Healthcare consultation for visitors
Does Parliament need to approve the new Brexit delay to 31 October 2019?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
Why doesn't a hydraulic lever violate conservation of energy?
Mortgage adviser recommends a longer term than necessary combined with overpayments
Keeping a retro style to sci-fi spaceships?
Variable with quotation marks "$()"
Working through the single responsibility principle (SRP) in Python when calls are expensive
Sort list of array linked objects by keys and values
What information about me do stores get via my credit card?
What aspect of planet Earth must be changed to prevent the industrial revolution?
Match Roman Numerals
Does Parliament hold absolute power in the UK?
Drawing arrows from one table cell reference to another
Single author papers against my advisor's will?
How to expose raw SATA disks in KVM guest
The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara
Come Celebrate our 10 Year Anniversary!
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have a CentOS 7.3 64-bit host OS and KVM version (1.xxx) and need to run Fedora Core 13 (32-bit) as guest OS. I have recent hardware which has some SATA and IDE disks attached to it.
I configured it to expose the raw SATA disks (config is as below), but the guest OS lists them as SCSI whereas I would expect it to show up as SATA.
Just to check if this is an issue with KVM I installed CentOS 7.3 as a guest OS (that is same host and guest OS), and the SATA disk lists as ATA (is this your expected behavior and correct? you need to confirm this).
Just to see if anything changes if I upgrade KVM, on another machine (where I don't have SATA disk) I upgraded KVM to centos-release-qemu-evm KVM 2.x (with CentOS 7.6) and created a file based SATA disk - this also shows up as SCSI in Fedora 13 (32-bit) guest OS.
How do we get to expose a SATA disk as SATA in the guest OS Fedora 13 (32-bit) ? Also we have some IDE disks and would like to expose them as IDE in the Fedora 13 guest, how can we go about it ?
Appreciate all help.
kvm-virtualization fedora sata
New contributor
add a comment |
I have a CentOS 7.3 64-bit host OS and KVM version (1.xxx) and need to run Fedora Core 13 (32-bit) as guest OS. I have recent hardware which has some SATA and IDE disks attached to it.
I configured it to expose the raw SATA disks (config is as below), but the guest OS lists them as SCSI whereas I would expect it to show up as SATA.
Just to check if this is an issue with KVM I installed CentOS 7.3 as a guest OS (that is same host and guest OS), and the SATA disk lists as ATA (is this your expected behavior and correct? you need to confirm this).
Just to see if anything changes if I upgrade KVM, on another machine (where I don't have SATA disk) I upgraded KVM to centos-release-qemu-evm KVM 2.x (with CentOS 7.6) and created a file based SATA disk - this also shows up as SCSI in Fedora 13 (32-bit) guest OS.
How do we get to expose a SATA disk as SATA in the guest OS Fedora 13 (32-bit) ? Also we have some IDE disks and would like to expose them as IDE in the Fedora 13 guest, how can we go about it ?
Appreciate all help.
kvm-virtualization fedora sata
New contributor
add a comment |
I have a CentOS 7.3 64-bit host OS and KVM version (1.xxx) and need to run Fedora Core 13 (32-bit) as guest OS. I have recent hardware which has some SATA and IDE disks attached to it.
I configured it to expose the raw SATA disks (config is as below), but the guest OS lists them as SCSI whereas I would expect it to show up as SATA.
Just to check if this is an issue with KVM I installed CentOS 7.3 as a guest OS (that is same host and guest OS), and the SATA disk lists as ATA (is this your expected behavior and correct? you need to confirm this).
Just to see if anything changes if I upgrade KVM, on another machine (where I don't have SATA disk) I upgraded KVM to centos-release-qemu-evm KVM 2.x (with CentOS 7.6) and created a file based SATA disk - this also shows up as SCSI in Fedora 13 (32-bit) guest OS.
How do we get to expose a SATA disk as SATA in the guest OS Fedora 13 (32-bit) ? Also we have some IDE disks and would like to expose them as IDE in the Fedora 13 guest, how can we go about it ?
Appreciate all help.
kvm-virtualization fedora sata
New contributor
I have a CentOS 7.3 64-bit host OS and KVM version (1.xxx) and need to run Fedora Core 13 (32-bit) as guest OS. I have recent hardware which has some SATA and IDE disks attached to it.
I configured it to expose the raw SATA disks (config is as below), but the guest OS lists them as SCSI whereas I would expect it to show up as SATA.
Just to check if this is an issue with KVM I installed CentOS 7.3 as a guest OS (that is same host and guest OS), and the SATA disk lists as ATA (is this your expected behavior and correct? you need to confirm this).
Just to see if anything changes if I upgrade KVM, on another machine (where I don't have SATA disk) I upgraded KVM to centos-release-qemu-evm KVM 2.x (with CentOS 7.6) and created a file based SATA disk - this also shows up as SCSI in Fedora 13 (32-bit) guest OS.
How do we get to expose a SATA disk as SATA in the guest OS Fedora 13 (32-bit) ? Also we have some IDE disks and would like to expose them as IDE in the Fedora 13 guest, how can we go about it ?
Appreciate all help.
kvm-virtualization fedora sata
kvm-virtualization fedora sata
New contributor
New contributor
New contributor
asked 1 min ago
sushmasushma
11
11
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
sushma is a new contributor. Be nice, and check out our Code of Conduct.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f962885%2fhow-to-expose-raw-sata-disks-in-kvm-guest%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
sushma is a new contributor. Be nice, and check out our Code of Conduct.
sushma is a new contributor. Be nice, and check out our Code of Conduct.
sushma is a new contributor. Be nice, and check out our Code of Conduct.
sushma is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f962885%2fhow-to-expose-raw-sata-disks-in-kvm-guest%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown