Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

qemu specify raw

# The -drive option takes parameters that look like this:
qemu-system-x86_64 -drive format=raw,file=x86-64.img 
# ... you need to use commas between its "sub"-options, not spaces.

#For example, here is one I tested to boot a Debian Installer CD:
qemu-system-x86_64 -drive format=raw,media=cdrom,readonly,file=debian-8.2.0-amd64-DVD-1.iso
Comment

PREVIOUS NEXT
Code Example
Shell :: a command is running and send en email when completed in ubuntu 
Shell :: parallel downloading arch 
Shell :: apache2 mod_jk proxy to tomcat connector 
Shell :: check files created in the last x days linux 
Shell :: full path with linux find 
Shell :: merge master into branch 
Shell :: cypress 
Shell :: awk line range 
Shell :: git add remote via ssh 
Shell :: how to create tls.crt and tls.key 
Shell :: do something file not in the folder 
Shell :: open prompt with default folder ubunut 
Shell :: how to clean snap linux 
Shell :: re-entering top level after c stack overflow 
Shell :: install Dagger 2 in Android studio 
Shell :: TestStand enter non ascii 
Shell :: echo wc command 
Shell :: webdriver-manager install in mac 
Shell :: share a given window on android 
Shell :: git clear local branch list 
Shell :: hot corner ubuntu 20.04 
Shell :: terminal find containing directory of file and cd to directory 
Shell :: awk csv rows to column 
Shell :: bash use variable in string 
Shell :: ubuntu increase volume 
Shell :: remove specific image from docker 
Shell :: uninstall couchbase 
Shell :: Optimize images like Photoshop Bulk 
Shell :: bash if exists file wildcard 
Shell :: which path of executable powershell 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =