
I have an SD CARD disk image which I can burn to an SD card ant it boots up my Olimex board just fine. When I try viewing the partition information with parted and fdisk, I get different information. Ive googled this but come up empty. Anybody have any idea what is going on here? fdisk is the correct answer..... I think. darryl@darryl-Aspire-V3-575:~$ sudo parted elp780.3.3.img print Model: (file) Disk /home/darryl/elp780.3.3.img: 16.1GB Sector size (logical/physical): 512B/512B Partition Table: loop Disk Flags: Number Start End Size File system Flags 1 0.00B 16.1GB 16.1GB fat32 darryl@darryl-Aspire-V3-575:~$ sudo fdisk -l elp780.3.3.img Disk elp780.3.3.img: 15 GiB, 16088301568 bytes, 31422464 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x6f20736b Device Boot Start End Sectors Size Id Type elp780.3.3.img1 2048 34815 32768 16M 83 Linux elp780.3.3.img2 34816 31116287 31081472 14.8G 83 Linux

I think fdisk is right. You can try to local mount each partition and see if it works. Here a script to easily do that: https://pastebin.com/zeKuRgi9 -- Carmelo San Giovanni GPG key ID: 5848 7F43 5A2C BB92 F8CD 6978 74BC 7FB4 CFAA 813B ------------------------------------------------------------------------ *Da:* Darryl Moore Via Talk *Inviato:* Wednesday, April 04, 2018 9:57AM *A:* Talk *Oggetto:* [GTALUG] parted and fdisk disagree I have an SD CARD disk image which I can burn to an SD card ant it boots up my Olimex board just fine. When I try viewing the partition information with parted and fdisk, I get different information. Ive googled this but come up empty. Anybody have any idea what is going on here? fdisk is the correct answer..... I think. darryl@darryl-Aspire-V3-575:~$ sudo parted elp780.3.3.img print Model: (file) Disk /home/darryl/elp780.3.3.img: 16.1GB Sector size (logical/physical): 512B/512B Partition Table: loop Disk Flags: Number Start End Size File system Flags 1 0.00B 16.1GB 16.1GB fat32 darryl@darryl-Aspire-V3-575:~$ sudo fdisk -l elp780.3.3.img Disk elp780.3.3.img: 15 GiB, 16088301568 bytes, 31422464 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x6f20736b Device Boot Start End Sectors Size Id Type elp780.3.3.img1 2048 34815 32768 16M 83 Linux elp780.3.3.img2 34816 31116287 31081472 14.8G 83 Linux --- Talk Mailing List talk@gtalug.org https://gtalug.org/mailman/listinfo/talk

On Wed, Apr 4, 2018, 9:57 AM Darryl Moore via talk <talk@gtalug.org> wrote:
I have an SD CARD disk image which I can burn to an SD card ant it boots up my Olimex board just fine. When I try
Out of interest, is this the product? https://github.com/OLIMEX/OLINUXINO Could be an alignment issue. https://unix.stackexchange.com/questions/103919/how-do-i-find-the-offset-of-... viewing the partition
information with parted and fdisk, I get different information. Ive googled this but come up empty. Anybody have any idea what is going on here? fdisk is the correct answer..... I think.
darryl@darryl-Aspire-V3-575:~$ sudo parted elp780.3.3.img print Model: (file) Disk /home/darryl/elp780.3.3.img: 16.1GB Sector size (logical/physical): 512B/512B Partition Table: loop Disk Flags:
<Semi-graphical illustration.> Note the "point" and "mark" characteristics of the two printed rows below.
vvvvv Number Start End Size File system Flags 1 0.00B 16.1GB 16.1GB fat32
darryl@darryl-Aspire-V3-575:~$ sudo fdisk -l elp780.3.3.img Disk elp780.3.3.img: 15 GiB, 16088301568 bytes, 31422464 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x6f20736b
vvvvv
Device Boot Start End Sectors Size Id Type elp780.3.3.img1 2048 34815 32768 16M 83 Linux elp780.3.3.img2 34816 31116287 31081472 14.8G 83 Linux
--- Talk Mailing List talk@gtalug.org https://gtalug.org/mailman/listinfo/talk
participants (3)
-
Carmelo San Giovanni
-
Darryl Moore
-
Russell Reiter