Ticket #66 (closed bug: fixed)

Opened 4 years ago

Last modified 3 years ago

SD card is not always mounted on boot

Reported by: dottedmag Owned by: dottedmag
Priority: normal Milestone: 0.1
Component: misc Version:
Keywords: Cc:
Blocked By: Blocking:

Description

Sometimes SD card fails to mount during boot. This need to be fixed

Change History

comment:1 Changed 3 years ago by dottedmag

  • Owner set to dottedmag
  • Status changed from new to assigned

mdev invocations are not serialized which leads to the two automount.sh scripts being run:

  • automount.sh mmcblk0 calls 'mount' which locks the whole mmcblk0.
  • automount.sh mmtblk0p1 calls 'mount' which fails because mmcblk0 is locked.

Solution: upgrade busybox to 1.12.0 and enable hotplug serialization implemented in it.

comment:2 Changed 3 years ago by dottedmag

  • Status changed from assigned to closed
  • Resolution set to fixed

Fixed in busybox-1:1.12.0-0.oi1 and oi-build-firmware-0.6.6.4.

Note: See TracTickets for help on using tickets.