Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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/
Comment

PREVIOUS NEXT
Code Example
Shell :: tcpdump permissions change 
Shell :: gnome terminal keep open 
Shell :: remove home partition centos 6 
Shell :: restart iis 
Shell :: Git Auto Completion Enable for M1 
Shell :: check space available ubuntu gui 
Shell :: instalar conky manager ubuntu 18.04 
Shell :: hadoop hive get time from timestamp 
Shell :: remote download wordpress command .zip 
Shell :: install ripgrep redhat 8 
Shell :: cscp from remote server to windows subsystem 
Shell :: hp probook 6560b hackintosh 
Shell :: istio setup ssl 
Shell :: git schannel 
Shell :: install unity on pop os 
Shell :: how to use uf 
Shell :: mikrotik address list log into file 
Shell :: run script on files in folder output to file 
Shell :: louisiana muskrat bounty 
Shell :: initialize git on windows 
Shell :: can you make a personal assistant for linux 
Shell :: Could NOT find Boost (missing: filesystem) 
Shell :: assing command to a variable 
Shell :: camera from usb pi 3 
Shell :: 2FA git commands 
Shell :: is my system 64 or 32 bit linmux 
Shell :: ubuntu português brasil 
Shell :: deepstream boost jetson nano clock 
Shell :: no module named typedefs pyinstaller 
Shell :: exit ssh session in shell script 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =