|
Well its some time since you posted this, but the answer is indeed in your logs:
- [ 18.893668] EXT4-fs error (device mmcblk0p1): __ext4_get_inode_loc:4699: inode #973: block 136: comm armbian-hardwar: unable to read itable block
- [ 18.907601] EXT4-fs (mmcblk0p1): I/O error while writing superblock
- [ 18.920729] EXT4-fs (mmcblk0p1): previous I/O error to superblock detected
- [ 18.933947] EXT4-fs (mmcblk0p1): I/O error while writing superblock
- [DEPEND] Dependency failed for Network Manager Wait Online.
- [ 18.956421] EXT4-fs error (device mmcblk0p1): __ext4_find_entry:1531: inode #11733: comm armbian-hardwar: reading directory lblock 0
- [FAILED[ 18.969158] EXT4-fs error (device mmcblk0p1): __ext4_find_entry:1531: inode #11727: comm armbian-hardwar: reading directory lblock 0
- ] Failed to start Dispatcher daemon for systemd-networkd.
- [ 18.982688] EXT4-fs error (device mmcblk0p1): __ext4_find_entry:1531: inode #4367: comm armbian-hardwar: reading directory lblock 0
- [ 18.999378] EXT4-fs error (device mmcblk0p1): __ext4_find_entry:1531: inode #29827: comm armbian-hardwar: reading directory lblock 0
- [ 19.011391] EXT4-fs error (device mmcblk0p1): __ext4_find_entry:1531: inode #12: comm armbian-hardwar: reading directory lblock 0
Copy code
So what its showing is corruption on the cards file system.
The linux filesystem is much more resilient than FAT32 and NTFS and the individual
sectors are called inodes.
Has this card been used in anything else, camera, laptop ?
It is possible to repair the errors if you can get the sd card into a laptop running linux.
The command would be:
sudo fsck.ext4 /dev/sdx
Device sdx would be the designation of the card, as its sometime since you posted
you may have solved this error.
The buster version of Armbian now has a major advantage in that the partition is expanded
to use the full sd card making corruption less likely. When I used Raspberry Pi it had two partitions a FAT partition which would always corrupt. The Orange Pi is more powerful and uses less power and with Armbian ideal for IoT
Hope that helps.
|
|