The answer
Quote:
Originally Posted by mariosraptor
hi. can someone tell me what is going on.
i run the command in ubuntu but i get os-new.nb does not exist.
i have put this file in every possible folder.
public foklder, hard disk removable disk. this why i gave up first time. 
|
Iin the terminal:
Locate the xx.nb.
look the same on Windows CMD
Copy (in linux) the xx.nb a folder (for example the "media")
And now your xx.nb file is on the media folder...
Open terminal and now locate the nb file:
cd \ (if pushed enter you will be in the root directory)
cd media (if pushed enter you will be in the media directory and here is the nb file)
and now type: sudo dd if=./xx.nb of=/dev/sdc9 (In ubuntu sdc9)
It's the same code: sudo dd if=/media/xx.nb of=/dev/sdc9 (In ubuntu sdc9)
And thats all...
|