Although the box looks like it is recording it dose not save the file ...
Mine got into that state with the "delete" loop message.
First run of FixDisk didn't fix it, just hung.
Third run of FixDisk fixed it and got to the end of the process, giving me the option to fix the "delete loop".
Before FixDisk became successful I used putty to navigate to the correct directory and deleted the "delete loop" file myself,
I can't immediately find you the thread on here with the correct instructions, but I can copy/paste from my own txt file ;
_________________________________
Problem
The Humax displays '* Deleting' message permanently, preventing many normal functions from operating including recording etc.
Solution
Run the Fix Disk Utility built into Custom Firmware 2.12 and answer 'Yes' to the question "Are you having problems with a delete loop [Y/N]?". Fix-Disk has a 'Deleting Fix', which performs FIX 1 below :-
Fix 1
If the Custom Firmware is installed then delete the following corrupted file using Telnet :-
/etc/init.d/S90settop shut
rm /mnt/hd1/filebglastop.dat
/etc/init.d/S90settop resume
reboot
Fix 2
A reported '*Deleting' fix that does not require Custom Firmware to be installed, is to download and install version 1.01.09 via USB flash (Details Here) check to see that the '*Deleting' message is no longer being displayed and then download and install your desired (Latest) version, however it has also been reported that the '*Deleting' message can sometimes re-appear when the latest firmware is re-installed
_________________________________________
Ulfric fix
Telnet using Putty.exe enter 192.168.0.2 (or 3) set to Telnet mode
0000
Enter MAINTENANCE mode
cli
ls -al (list all files in root dir)
cd hd2 (or wherever, but was wrong dir)
cd ..
cd ..
ls -al (now showed a hd1 dir, bingo!)
cd hd1
ls -al (now showed the evil fileblastop.dat, eyay!)
rm filebglastop.dat
reboot
That worked!!
_________________________________