Einzelnen Beitrag anzeigen
Alt 28.12.11, 21:49   #30 (permalink)
jaco777
 
Registriert seit: 20.11.11
jaco777 Leistung: Facit NTK
Likes: 0
Standard

Zitat:
Zitat von tryhackpan Beitrag anzeigen
Hello jaco777
thanks for your information, i translated the information from you forum by google and find something interesting.
You said that you find a possibilty to copy the files back to the harddrive by using Knoppix ... Could you give us some more information - Knoppix Version and maybe also the shell command for mounting the disk in write modus.

i did a lot of tests using different BSD OS to do that - but i failed and stoped so far - but now ... i am back
I'm using the latest Knoppix. I installed the USB stick - works better.
A typical command to mount in the root user:
Code:
mount -w -t ufs -o ufstype=ufs2 /dev/sdb1 /example/path_on_pen
mount -t ufs -o remount,rw /dev/sdb1 /example/path_on_pen
Important are the two commands. Mounted HDD must be viewed as ROOT, not plain USER - so we can delete, save, change. Before disconnecting necessarily unmount HDD (right mouse button is enough).




Zitat:
Zitat von tryhackpan Beitrag anzeigen
...there are many requests for a possibility to change the filenames so that it suits the programm that is recorded - i often put some minutes to the start and endtime and the tv just uses the name frome the previous programm ... so at least (if possible) we can fix that

Thanks so far
Of course this is possible. DAT file to be edited using HEX editor.
Look at these pictures:
wwwelektrodapl.jpg
dat.jpg

Geändert von jaco777 (28.12.11 um 21:53 Uhr)
jaco777 ist offline   Mit Zitat antworten
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61