Support and discussion for all of Akai’s modern standalone MPCs including the MPC X / X SE, MPC Live 1, 2 & 3, MPC One / One+, MPC Key 37/61.
By upwind bandit Mon Aug 21, 2023 7:32 am
I am having random issues with my new MPC Live ii. After installing an MPC image which contains an SSH server (image found here https://github.com/TheKikGen/MPC-LiveXplore) i noticed that dmesg is outputting several error messages around the internal filesystemm (not the attachable drive or SD card, but the actual card the OS resides on):

[ 4.796755] EXT4-fs (mmcblk0p7): warning: mounting fs with errors, running e2fsck is recommended
[ 4.814929] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.
[ 4.869430] EXT4-fs error (device mmcblk0p7): ext4_validate_block_bitmap:390: comm mount: bg 31: bad block bitmap checksum
[ 4.964969] systemd-journald[169]: Received client request to flush runtime journal.
[ 5.019116] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled.


I found a post on the internet mentioning that the internal drive is an SD (or eMMC?). I was wondering if there is a way i can remove, or access this drive for manual repairs? (i'm hoping to run an fsck or some other linux filesystem repair tool once i have access) Any other ideas welcome!