That would not be clever, because the WebIF lives on the HDD. The nearest you can get is to use a Telnet session to reboot into Maintenance Mode (which stops the Humax settop process so that the HDD is not in use), and then use the command line to reformat the relevant partition (and only that partition)... but then you will need to reinstall WebIF.I would like to format the drive via the webif
That is because the webif and humax menus use a slow delete in an attempt to reduce the impact on recordings and viewings, useOh - ok, I figured I could just quick format the partition with the media on it. Its a speed thing that's all. I usually delete the programs through the webif it just seems to take forever and a day.
Cheers
Ump..
rm
as suggested above when you are not trying to do anything else on the box...which is the same partition as the custom firmware resides on. Try a quick format on your PCs C: drive and see how well that does.I figured I could just quick format the partition with the media on it
Just assuming the operating system is too stupid to allow you to do this - format may be the last command (from the C: drive) that you use for a long while. (Which was probably your point).Try a quick format on your PCs C: drive and see how well that does.
...and you don't even need a Telnet session for that: install webshell (and reboot), then you can access the command line via WebIF >> Diagnostics >> Command Line instead of needing a Telnet client on your PC/tablet/whatever.From the command line:
Code:humax# rm -r "/media/My Video/"
You'll need the wildcard to be outside the quotes..You just want everything inside My Video removed with a wild-card on the end
rm -r "/media/My Video/"*
rm -r /media/My\ Video/*
If you are killing everything you might as well get it over with rather than using a deliberately slow process that doesn't actually prevent interference with recordingsWhat about using trm within an abduco session?