%T#13904 Task opened by PC_Freak_2004: Hosted Bootloader fails to mount SD
Rockbox via rockbox-sf <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.sourceforge |
|---|---|
| Message-ID | <[email protected]> |
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Eric H. (PC_Freak_2004) Attached to Project - Rockbox Summary - Hosted Bootloader fails to mount SD Task Type - Bugs Category - Bootloader Status - Unconfirmed Assigned To - Operating System - Eros Q / K Severity - hoch Priority - gering Reported Version - Daily build (which?) Due in Version - Undecided Due Date - Undecided Details - Device: Hifi Walker H2 (hw4 2.3) Version: f456dbfa52-260522 (hosted version) When trying to start hosted Rockbox it gives an error: "Cannot boot Rockbox". Also when booting into the stock Hiby Player and going into Explorer > TF Card it gives the error "TF Card Not Detected" even though it's inserted. The reason for all that: The rockbox bootloader tries to create the /mnt/sd_0 directory which fails because there is no space left on the root filesystem: / # df -h Filesystem Size Used Available Use% Mounted on ubi0:rootfs 52.2M 52.2M 4.0K 100% / All subsequent mount attempts fail because the mount point is missing: /usr/bin # ./bootloader.erosq mkdir: can't create directory '/mnt/sd_0': No space left on device mount: mounting /dev/mmcblk0 on /mnt/sd_0 failed: No such file or directory mount: mounting /dev/mmcblk0p1 on /mnt/sd_0 failed: No such file or directory A temporary workaround using the ADB shell is to remount /mnt as a tmpfs filesystem in order to create the /mnt/sd_0 directory: mount -t tmpfs tmpfs /mnt mkdir /mnt/sd_0 mount /dev/mmcblk0p1 /mnt/sd_0 After that Rockbox can boot and the Hiby Player can see the SD card again. More information can be found at the following URL: https://www.rockbox.org/tracker/task/13904 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. -- rockbox-sf mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-sf