Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. ~/Downloads $ sudo woeusb --target-filesystem NTFS --device en_windows_10_enterprise_ltsc_2019_x64_dvd_74865958.iso /dev/sdb
  2. Password:
  3. /usr/bin/woeusb: line 433: local: warning: only_for_gui_ref: circular name reference
  4. /usr/bin/woeusb: line 433: warning: only_for_gui_ref: circular name reference
  5. WoeUSB v3.1.5
  6. ==============================
  7. Wiping all existing partition table and filesystem signatures in /dev/sdb...
  8. /dev/sdb: 2 bytes were erased at offset 0x000001fe (dos): 55 aa
  9. /dev/sdb: calling ioctl to re-read partition table: Success
  10. Ensure that /dev/sdb is really wiped...
  11. Creating new partition table on /dev/sdb...
  12. Creating target partition...
  13. Making system realize that partition table has changed...
  14. Wait 3 seconds for block device nodes to populate...
  15. Cluster size has been automatically set to 4096 bytes.
  16. Creating NTFS volume structures.
  17. mkntfs completed successfully. Have a nice day.
  18. --2019-03-26 23:43:15-- https://github.com/pbatard/rufus/raw/master/res/uefi/uefi-ntfs.img
  19. Resolving github.com... 140.82.118.3, 140.82.118.4
  20. Connecting to github.com|140.82.118.3|:443... connected.
  21. HTTP request sent, awaiting response... 302 Found
  22. Location: https://raw.githubusercontent.com/pbatard/rufus/master/res/uefi/uefi-ntfs.img [following]
  23. --2019-03-26 23:43:15-- https://raw.githubusercontent.com/pbatard/rufus/master/res/uefi/uefi-ntfs.img
  24. Resolving raw.githubusercontent.com... 151.101.84.133
  25. Connecting to raw.githubusercontent.com|151.101.84.133|:443... connected.
  26. HTTP request sent, awaiting response... 200 OK
  27. Length: 524288 (512K) [application/octet-stream]
  28. Saving to: ‘/tmp/WoeUSB.ZWlp0O.tempdir/uefi-ntfs.img’
  29.  
  30. uefi-ntfs.img 100%[=========================>] 512.00K --.-KB/s in 0.1s
  31.  
  32. 2019-03-26 23:43:16 (4.99 MB/s) - ‘/tmp/WoeUSB.ZWlp0O.tempdir/uefi-ntfs.img’ saved [524288/524288]
  33.  
  34. dd: writing to '/dev/sdb2': No space left on device
  35. 513+0 records in
  36. 512+0 records out
  37. 262144 bytes (262 kB, 256 KiB) copied, 0.137894 s, 1.9 MB/s
  38. The command "dd if="${download_directory}/uefi-ntfs.img" of="${uefi_ntfs_partition}"" failed with exit status "1", program is prematurely aborted
  39. You may now safely detach the target device
  40.  
  41. ~/Downloads $ sudo fdisk -l /dev/sdb
  42. Disk /dev/sdb: 14.4 GiB, 15483273216 bytes, 30240768 sectors
  43. Disk model: USB FLASH DRIVE
  44. Units: sectors of 1 * 512 = 512 bytes
  45. Sector size (logical/physical): 512 bytes / 512 bytes
  46. I/O size (minimum/optimal): 512 bytes / 512 bytes
  47. Disklabel type: dos
  48. Disk identifier: 0x6f69d4ec
  49.  
  50. Device Boot Start End Sectors Size Id Type
  51. /dev/sdb1 8192 30240255 30232064 14.4G 7 HPFS/NTFS/exFAT
  52. /dev/sdb2 30240256 30240767 512 256K e W95 FAT16 (LBA)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement