{"id":555,"date":"2022-06-06T02:05:05","date_gmt":"2022-06-06T02:05:05","guid":{"rendered":"http:\/\/kloxo.web.id\/?p=555"},"modified":"2022-06-06T02:05:05","modified_gmt":"2022-06-06T02:05:05","slug":"agar-vm-proxmox-bisa-mengakses-fisik-harddisk","status":"publish","type":"post","link":"https:\/\/kloxo.web.id\/?p=555","title":{"rendered":"Agar VM Proxmox bisa mengakses fisik harddisk"},"content":{"rendered":"\n<p>Urusan gampang2 susah, kebutuhannya adalah agar VM didalam proxmox bisa langsung mengakses ke fisik harddisk yang terpasang di proxmox, misal sdb sdc dst.<\/p>\n\n\n\n<p>Kenapa begitu? karena sy rencana menginstall NAS didalam proxmox, os di RAW file dan hdd data nya tidak dicreate di RAW file, tapi langsung save ke sdb dan sdc.<\/p>\n\n\n\n<p>langkah-langkah nya sebagai berikut :<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>cek fisikal uuid hdd yang terpasang pada fisik proxmox<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">lsblk |awk 'NR==1{print $0\" DEVICE-ID(S)\"}NR&gt;1{dev=$1;printf $0\" \";system(\"find \/dev\/disk\/by-id -lname \\\"*\"dev\"\\\" -printf \\\" %p\\\"\");print \"\";}'|grep -v -E 'part|lvm'<\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>tambahkan uuid hdd yang diinginkan<\/li><li><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\">qm  set  {vm-id}  -{device-port}  \/dev\/disk\/by-id\/{uuid-hdd} <br><br>contoh :<br>qm set 100 -scsi0 \/dev\/disk\/by-id\/ata-ST3000DM001-1CH166_Z1F41BLC<\/pre>\n\n\n\n<p>start VM dan cek apakah hdd fisik yang baru ditambahkan sudah berhasil dibaca.. DWYOR!<\/p>\n\n\n\n<p>sumber : <\/p>\n\n\n\n<p><a href=\"https:\/\/pve.proxmox.com\/mediawiki\/index.php?title=Passthrough_Physical_Disk_to_Virtual_Machine_(VM)&amp;oldid=10930\">https:\/\/pve.proxmox.com\/mediawiki\/index.php?title=Passthrough_Physical_Disk_to_Virtual_Machine_(VM)&amp;oldid=10930<\/a><\/p>\n\n\n\n<p>https:\/\/www.johnkeen.tech\/proxmox-physical-disk-to-vm-only-2-commands\/<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Urusan gampang2 susah, kebutuhannya adalah agar VM didalam proxmox bisa langsung mengakses ke fisik harddisk yang terpasang di proxmox, misal sdb sdc dst. Kenapa begitu? karena sy rencana menginstall NAS didalam proxmox, os di RAW file dan hdd data nya tidak dicreate di RAW file, tapi langsung save ke sdb dan sdc. langkah-langkah nya sebagai [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,7],"tags":[],"class_list":["post-555","post","type-post","status-publish","format-standard","hentry","category-linux-server","category-proxmox"],"_links":{"self":[{"href":"https:\/\/kloxo.web.id\/index.php?rest_route=\/wp\/v2\/posts\/555","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kloxo.web.id\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kloxo.web.id\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kloxo.web.id\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/kloxo.web.id\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=555"}],"version-history":[{"count":1,"href":"https:\/\/kloxo.web.id\/index.php?rest_route=\/wp\/v2\/posts\/555\/revisions"}],"predecessor-version":[{"id":556,"href":"https:\/\/kloxo.web.id\/index.php?rest_route=\/wp\/v2\/posts\/555\/revisions\/556"}],"wp:attachment":[{"href":"https:\/\/kloxo.web.id\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=555"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kloxo.web.id\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=555"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kloxo.web.id\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}