I am having this problem with Disk Model
for example i want to add "Storage Device" or "WDC Disk" as model
how to insert space between diskmodel name?? % is doing this ide0: local-lvm:vm-100-disk-0,aio=native,backup=0,size=30828135K,model=Storage%Device,serial=582542
I ended up with this
You could test it with ide0: local-lvm:vm-100-disk-0,aio=native,backup=0,size=30828135K,model='Storage Device',serial=582542.
That how you usually handle strings with spaces when using linux.
You could test it with ide0: local-lvm:vm-100-disk-0,aio=native,backup=0,size=30828135K,model='Storage Device',serial=582542.
That how you usually handle strings with spaces when using linux.
I have done that, successfully with %20
instead of space just type %20 inbetween disk model name ide0: local-lvm:vm-100-disk-0,backup=0,size=30828135K,model=Storage%20Device,serial=582542
Note: Model parameter only works with ide drive
Serial parameter works with any drive
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.