Advertisement
Guest User

openelec H3 image check

a guest
Dec 16th, 2015
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. [fritz@ArchDesktop test]$
  2. [fritz@ArchDesktop test]$ fdisk -l OpenELEC-H3.arm-7.0-devel-20151216233414-r21713-g33ba696OPi2.img
  3. Disk OpenELEC-H3.arm-7.0-devel-20151216233414-r21713-g33ba696OPi2.img: 312 MiB, 327155712 bytes, 638976 sectors
  4. Units: sectors of 1 * 512 = 512 bytes
  5. Sector size (logical/physical): 512 bytes / 512 bytes
  6. I/O size (minimum/optimal): 512 bytes / 512 bytes
  7. Disklabel type: dos
  8. Disk identifier: 0x950445ad
  9.  
  10. Dispositivo Avvio Start Fine Settori Size Id Tipo
  11. OpenELEC-H3.arm-7.0-devel-20151216233414-r21713-g33ba696OPi2.img1 * 40960 565248 524289 256M c W95 FAT32 (LBA)
  12. OpenELEC-H3.arm-7.0-devel-20151216233414-r21713-g33ba696OPi2.img2 566272 631808 65537 32M 83 Linux
  13. [fritz@ArchDesktop test]$
  14. [fritz@ArchDesktop test]$
  15. [fritz@ArchDesktop test]$ sudo mount -o loop,offset=$((40960 * 512)) OpenELEC-H3.arm-7.0-devel-20151216233414-r21713-g33ba696OPi2.img mount/
  16. [sudo] password di fritz:
  17. [fritz@ArchDesktop test]$ ls -l mount
  18. totale 107260
  19. -rwxr-xr-x 1 root root 286 16 dic 23.43 boot.scr
  20. -rwxr-xr-x 1 root root 5546968 16 dic 23.43 KERNEL
  21. -rwxr-xr-x 1 root root 37212 16 dic 23.43 script.bin
  22. -rwxr-xr-x 1 root root 104239104 16 dic 23.43 SYSTEM
  23. [fritz@ArchDesktop test]$
  24. [fritz@ArchDesktop test]$
  25. [fritz@ArchDesktop test]$
  26. [fritz@ArchDesktop test]$ sudo dd if=OpenELEC-H3.arm-7.0-devel-20151216233414-r21713-g33ba696OPi2.img of=/dev/sdc bs=1M
  27. 312+0 record dentro
  28. 312+0 record fuori
  29. 327155712 byte (327 MB) copiati, 34,0697 s, 9,6 MB/s
  30. [fritz@ArchDesktop test]$ sudo sync
  31. [fritz@ArchDesktop test]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement