Chico head: Difference between revisions

From ISRWiki
Jump to navigation Jump to search
(Created page with "The data is hosted on a USB stick. The image for that data is on Blackhole: smb://blackhole/database/ICUB/CHICO_BACKUP_image1.7-oc The image can be dumped on a new USB stick wi...")
 
No edit summary
Line 4: Line 4:
   sudo dd bs=4096 if=CHICO_BACKUP_image1.7-oc.bin of=/dev/sdXXXXX
   sudo dd bs=4096 if=CHICO_BACKUP_image1.7-oc.bin of=/dev/sdXXXXX
Specify the correct sd device istead of sdXXXXX (sdb, sdc or the like). Pay attention not to overwrite the wrong disk!
Specify the correct sd device istead of sdXXXXX (sdb, sdc or the like). Pay attention not to overwrite the wrong disk!
People who know about the image are Ricardo Ferreira and Alex.

Revision as of 15:14, 4 February 2014

The data is hosted on a USB stick. The image for that data is on Blackhole:

 smb://blackhole/database/ICUB/CHICO_BACKUP_image1.7-oc

The image can be dumped on a new USB stick with the "dd" command:

 sudo dd bs=4096 if=CHICO_BACKUP_image1.7-oc.bin of=/dev/sdXXXXX

Specify the correct sd device istead of sdXXXXX (sdb, sdc or the like). Pay attention not to overwrite the wrong disk!

People who know about the image are Ricardo Ferreira and Alex.