Talk:Downloads: Difference between revisions
m →Uncompressed file systems: make an .img file |
|||
| Line 67: | Line 67: | ||
#* Stop your flash drive using the Safely Remove Hardware dialog and eject it. | #* Stop your flash drive using the Safely Remove Hardware dialog and eject it. | ||
# other Linux distributions [[Sugar_on_a_Stick/Linux]] | # other Linux distributions [[Sugar_on_a_Stick/Linux]] | ||
# dd write to USB '''(Very DANGEROUS-can destroy your Hard Drive)''' | <div style="font-size: 1.0em; background: #ffeec4; padding: 1px; border: 1px solid #cde7a8"> | ||
* dd write to USB '''(Very DANGEROUS-can destroy your Hard Drive)''' | |||
::USE "mount" command to determine USB device name (ie: /dev/sdb;/dev/sdc/;/dev/sdd ...etc) [1] | ::USE "mount" command to determine USB device name (ie: /dev/sdb;/dev/sdc/;/dev/sdd ...etc) [1] | ||
::Fastest way to write a LIVE usb (about 3.5 minutes for a Soas.iso) | ::Fastest way to write a LIVE usb (about 3.5 minutes for a Soas.iso) | ||
| Line 73: | Line 74: | ||
:: Functionally identical to Burned CD | :: Functionally identical to Burned CD | ||
::Great for installation when there is no CD/DVD drive (netbooks) | ::Great for installation when there is no CD/DVD drive (netbooks) | ||
: | : Example when live.iso is on Desktop (root terminal): | ||
:::cd Desktop | |||
:::dd if=soas-i386-20101004.16.iso of=/dev/sd(x) [1] | |||
:::1024000+0 records in | |||
:::1024000+0 records out | |||
:::524288000 bytes (524 MB) copied, 214.199 s, 2.4 MB/s | |||
==Duplication of USB/SD .img files== | ==Duplication of USB/SD .img files== | ||