LiveUSB: dd: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) New page: Tambahkan oflag=direct sudo dd if=~/Desktop/linuxmint.iso of=/dev/sdb oflag=direct bs=1048576 |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
Bersihkan fs | |||
wipefs -a /dev/sdb | |||
Tambahkan oflag=direct | Tambahkan oflag=direct | ||
sudo dd if=~/Desktop/linuxmint.iso of=/dev/ | sudo dd if=~/Desktop/linuxmint.iso of=/dev/sdb1 oflag=direct bs=1048576 | ||
sudo dd if=file.iso of=/dev/sdb1 oflag=direct bs=4M | |||
Latest revision as of 02:53, 24 May 2016
Bersihkan fs
wipefs -a /dev/sdb
Tambahkan oflag=direct
sudo dd if=~/Desktop/linuxmint.iso of=/dev/sdb1 oflag=direct bs=1048576 sudo dd if=file.iso of=/dev/sdb1 oflag=direct bs=4M