Can someone help me ...
I got the error mentioned here:
https://www.oesf.org/index.php?title=Q18:_I...ternal_drive%3Fabout the initial console error.
When I booted into emergency system, I wanted to do this:
mount /dev/hda1 /mnt/cf
cd /mnt/cf/dev
MAKEDEV console
but I could not:
first - it's already mounted as /mnt/cf as ext3 - that's ok
when I try to do
ls -al /mnt/cf - it freezes without doing anything.
after this I tried
umount /mnt/cf
but I got "Device or resource busy"
Looks there isn't even /dev/hda1 ! only /dev/hda.
I'm getting this behaviour for the second time it's happening only under emergency system. Under the initial B+D - it works ok.
Does anyone knows some way to fix this? Seems I cannot even install debian I'm not talking about testing it ...