From: David K. <da...@ke...> - 2021-06-28 21:16:46
|
Answering my own question... thanks to the magic of VMware I was able to attach my test vmdk image to another running astlinux VM and inside that run fsck.fat -a /dev/sdb1 (where it was attached) and that cleaned up the "dirty bit". Then I could delete 150MB of "recovered" files and now I am back in business. David On Mon, Jun 28, 2021 at 4:08 PM David Kerr <da...@ke...> wrote: > One of my test systems has got into a state where I cannot upgrade the > firmware anymore... "Not enough free space for new firmware on the RUNNIX > partition." I have tried everything I can think of to fix it. I'm > having problems unmounting /dev/sda1 (device is busy) so have not been able > to run fsck on it. Worse, it looks like I cannot boot into "shell" from > initial boot, whatever I select it just boots the main system. > > I may just have to rebuild my test system (not a huge issue, it is > afterall just a VM test system), but any suggestions on how to fix this? > > Thanks, > David > |