diff options
author | neodarz <neodarz@neodarz.net> | 2017-06-20 19:03:17 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-06-20 19:03:17 +0200 |
commit | 6dbdf013628321f9996efe4a90eaa03b8a8875a4 (patch) | |
tree | 0d48ee911685c9170ee7750b5cc21e117918a5d5 /source/notes/2016-09-27-win_usb.md | |
parent | e11b17c3265cca97b244fa368391cdfe8dd182f0 (diff) | |
download | my_new_personal_website-6dbdf013628321f9996efe4a90eaa03b8a8875a4.tar.xz my_new_personal_website-6dbdf013628321f9996efe4a90eaa03b8a8875a4.zip |
Fork of wiki.neodarz.net
Diffstat (limited to 'source/notes/2016-09-27-win_usb.md')
-rw-r--r-- | source/notes/2016-09-27-win_usb.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source/notes/2016-09-27-win_usb.md b/source/notes/2016-09-27-win_usb.md new file mode 100644 index 00000000..251937e1 --- /dev/null +++ b/source/notes/2016-09-27-win_usb.md @@ -0,0 +1,16 @@ +--- +title: "win_usb" +date: 2016-09-27T09:14:00 +date_display: Sep 27, 2016 +--- + +Faire une clé usb bootable de windaube + +```sh +# mkfs.ntfs -f /dev/sdb1 +# ms-sys -7 /dev/sdb +# mount -o loop win7.iso /mnt/iso +# mount /dev/sdb1 /mnt/usb +# cp -r /mnt/iso/* /mnt/usb +sync +``` |