Thanks again, Martin. You pointed me in the right direction and I was able to get a result.
Please excuse this long and rambling post.
I'm writing this out fully so that if another Linux user comes along this might be of use to them.
All of this assumes the drive and its folders are undamaged. This post does not cover recovery or repair options.
I downloaded humaxrw-1.14.tgz to my /Home folder from MyHumaxBlog found on the page '9200T Downloads' dated Mar19th2015 - it was added in 2011 but works okay on a 64bit Ubuntu operating system.
I extracted it into my /Home folder and worked with the executable 'humaxrw' from there.
In Ubuntu Linux a sata drive is defined in this form, /dev/sdX where X is the drive specified as X= a, b, c, d etc [Letters are used rather than numbers]
The old form /dev/hdX [used in the readme] changed to /dev/sdX when sata drives came along.
I ran 'sudo blkid' in the terminal with the Humax drive connected and identified it as /dev/sdd.
Not surprising as I already have three drives connected and they show up as /dev/sda, /dev/sdb, and /dev/sdc.
I had to use sudo with the commands to make them work. [sudo is superuser - a bit like admin in windows]
So the list command looked like this:
sudo ./humaxrw /dev/sdd -l
That worked. I got a list of the recordings on the Humax disk.
You will need to check the drive letter for the Humax disk on your equipment, it might not be /dev/sdd.
I was able to go on to successfully back up from the Humax drive to my /Home folder.
To achieve this I entered the following in the terminal:
sudo ./humaxrw /dev/sdd -b
The backup only took a few minutes. Really pleasing as I was dreading that it might take hours. The backed up files appeared in my /Home directory.
The .ts files will run with no problem through VLC media player on my PC.
I have copied the files onto a spare ext4 formatted hard drive and intend to find out if my FVP4000t can see them.
If it cannot I'll reformat to ext3 and try again.
There is a comprehensive description in the readme, which is however slightly out of date as far as sata drives are concerned. However this does not affect the performance of the program 'humaxrw'.
| Mon 16 May 2016 8:34:17
#14 |