Quote Originally Posted by Rob van der Does View Post
You can run some tests while the HDD is in your STB:

In telnet do
Code:
- df
to find the device.

Next do
Code:
- hdparm -t -T /dev/sda1
(for sda1 use the just found correct value). Yjis is a readonly test

Next you can run fsck. This is only possible when the device/partition isn't mounted. This should work:

- stop enigma using 'init 4'
- cd to /
- umount /dev/sda1
- fuser -k -m /hdd
- e2fsck -f -v /dev/sda1

When done a reboot is the easiest way to restore everything.

With telnet
Code:
- fuser -m /hdd
you find the pids (process id's) that still have open files on /HDD.
You should kill them.
Rob I have no idea about telnet or what you have said unfortunately.

It is way out of my depth and really next level for someone of my capability.