Skip to content

Commit

Permalink
fix(proxmox): passtrough
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Oct 9, 2023
1 parent 8bb0e18 commit bc8cb5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Virtualization/ProxMox/proxmox-passtrough-hard-drive.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ qm list
qm set $vm_id -scsi2 /dev/disk/by-uuid/$disk_uuid
```

## Restart the vm

```bash
qm reboot $vm_id
```

## In case it should be removed

```bash
Expand Down

0 comments on commit bc8cb5c

Please sign in to comment.