Thanks, I'll remember that.
Now I've just got to find my round copying the files from the Old VideoDrive to the new one as per my original post, next part of the plan. I effectively re-did what I have here on that drive after downloading ntfs-3g which went really smoothly. I like the Debian package manager, it can be such a pain in Mandriva, on another machine.
I tried using chown and chmod with -R but whilst the directories changed permissions, the files didn't? Strange, so I started to copy thinking that once the files are on the (new) VideoDrive I could then change their permissions if they hadn't done when copying onto a drive with different perms.
I used cp -R /mnt/OldDrive /VideoDrive and all started to go well. I knew it would take some time so as it was late I went to bed. However shortly after that we had a power cut which brought that to a halt.
I found that the copy had created a directory on VideoDrive called OldDrive and was copying into that! and all the permissions had stayed as root. So I am now trying to copy directories from within OldDrive ie
#/mnt/OldDrive cp -R media /VideoDrive
It seems to be working but I have left it to cook for a while. If all is ok I will then have to sort out the perms of the files, surely I won't have to go through the whole drive changing them directory by directory.
I really must try and find some time to to get into terminal properly, could you perhaps suggest a good tutorial?