I was getting error in mount_storage on Odroid C2, when I did `mount /dev/mmcblk0p2 storage` it started up ok, I tried running e2label on the file system and there wasn't any label, so I ran `tune2fs -L STORAGE /dev/mmcblk0p2` and now it boots without a problem.
Just wanted to say how helpful this info is!