Changes

Jump to navigation Jump to search
m
Line 48: Line 48:  
==Write to new USB==
 
==Write to new USB==
 
; This command can be repeated for multiple USB's
 
; This command can be repeated for multiple USB's
dd if=Soas_8.img of=/dev/sdc bs=2M  
+
*In root terminal:
*Sucessful copy
+
dd if=Soas_8.img of=/dev/sd(x)* bs=2M
 +
:or
 +
dd if=Soas_8_litd.img of=/dev/sd(x)* bs=2M  
 +
:: of=/dev/sd(x)* = find USB device name with "mount" command
 +
===Examples===
 +
*Successful copy
 
  [root@localhost Desktop]# dd if=Soas_8.img of=/dev/sdc bs=2M   
 
  [root@localhost Desktop]# dd if=Soas_8.img of=/dev/sdc bs=2M   
 
  1912+0 records in
 
  1912+0 records in
12,355

edits

Navigation menu