wilseypa / llamaOS

Low-LAtency Minimal Appliance Operating System
Other
4 stars 2 forks source link

fs_initialize Crash When No File System Present #117

Closed wmagato closed 9 years ago

wmagato commented 10 years ago

TRack down what is happening when fs_initialize doesn't find a block device.

wmagato commented 10 years ago

It was actually the fs_finalize that was crashing. I put in a check that simply skips the unmount if the mount previously failed. Probably should create a better solution later.

wmagato commented 9 years ago

Not seeing this behavior anymore.