Horje
proxmox pass raw disk Code Example
proxmox pass raw disk
# get the disk id because letter names (/dev/sda etc) are volatile
# hint: use lsblk to find the drive you are trying to add
find /dev/disk/by-id/ -type l|xargs -I{} ls -l {}|grep -v -E '[0-9]$' |sort -k11|cut -d' ' -f9,10,11,12
qm set <vmid> -scsi<disknumber> /dev/disk/by-id/<driveid>
# example: qm set 102 -scsi1 /dev/disk/by-id/




Shell

Related
Delete non empty folder Code Example Delete non empty folder Code Example
add a colored code section in gitlab review Code Example add a colored code section in gitlab review Code Example
how to add a file in git Code Example how to add a file in git Code Example
how to create mavenw.bat Code Example how to create mavenw.bat Code Example
command line linux delete all the line Code Example command line linux delete all the line Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7