Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ubuntu@ubuntu:~$ dd '/home/ubuntu/Desktop/tails-i386-1.5.iso' of=/dev/sdc bs=16M && sync
  2. dd: unrecognized operand β€˜/home/ubuntu/Desktop/tails-i386-1.5.iso’
  3. Try 'dd --help' for more information.
  4. ubuntu@ubuntu:~$
  5.  
  6. sudo dd if=/home/ubuntu/Desktop/tails-i386-1.5.iso of=/dev/sdc bs=16M && sync
  7.  
  8. if=FILE
  9. read from FILE instead of stdin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement