[logseq-plugin-git:commit] 2023-04-19T17:44:34.146Z
This commit is contained in:
parent
5ab3be4c34
commit
6297aa9e00
@ -1,7 +1,10 @@
|
||||
- #Proxmox
|
||||
- Pass disc directly to VM
|
||||
- Go to host on proxmox
|
||||
- ls -n /dev/disk/by-id/
|
||||
- > lrwxrwxrwx 1 0 0 9 Apr 19 19:27 usb-INTEL_SS_DSCKKF256G8_ABCDEFA74566-0:0 -> ../../sdb
|
||||
-
|
||||
- Find disc id to pass
|
||||
- ls -n /dev/disk/by-id/
|
||||
- > lrwxrwxrwx 1 0 0 9 Apr 19 19:27 usb-INTEL_SS_DSCKKF256G8_ABCDEFA74566-0:0 -> ../../sdb
|
||||
- Assign disc to VM with VM-ID
|
||||
- /sbin/qm set [VM-ID] -virtio2 /dev/disk/by-id/[DISK-ID]
|
||||
- /sbin/qm set 100 -virtio2 /dev/disk/by-id/[DISK-ID]
|
||||
-
|
||||
Loading…
x
Reference in New Issue
Block a user