More > JRiver Media Center 28 for Windows
Bad Builds -- TV Users Please Read
Betelgeus:
I switched back to the old drive so nothing is overwritten and 'tried' Microsoft's File Recovery app but it's command line and I couldn't figure out the right command so I'm going to take my time and figure out which other file recovery app I should use. Any insight into the most intuitive free app would be appreciated. I'm hoping to find one that will allow me to recover the entire contents of the drive.
Thanks for your time.
BryanC:
Testdisk is the best free option IMO, but there is a learning curve as there will be for practically any data recovery tool.
bogdanbz:
--- Quote from: Betelgeus on January 30, 2022, 07:16:16 pm ---I switched back to the old drive so nothing is overwritten and 'tried' Microsoft's File Recovery app but it's command line and I couldn't figure out the right command so I'm going to take my time and figure out which other file recovery app I should use.
--- End quote ---
I launched it now and it seems very easy to use.
What it does is this: it finds all the files matching the pattern you want on the disk partitions you specify, and copies what it finds to another folder, on another partition (you must not put the recovered files on the partitions where your deleted files were, as you will likely overwrite some of the deleted files you are trying to recover).
Let's suppose the disk with the deleted files was a disk connected to the computer and partitioned using the standard file system in Windows (NTFS). Let's also suppose the disk with the deleted files has the D: and E: partitions visible in Windows Explorer (or Disk Manager) when you connect the disk, and you are looking to recover only deleted .jtv files.
In this case you run it like this to have all the jtv deleted files it finds copied to a C:\MyRecoveredFiles folder:
winfr D: C:\MyRecoveredFiles /regular /a /n *.jtv
winfr E: C:\MyRecoveredFiles /regular /a /n *.jtv
If your files were located only in some folders, then you can use that in your search pattern to make things faster. Let's suppose your jtv files were in the "D:\Something\TV shows" and "E:\Something else\TV shows" folder. Then you run it like this:
winfr D: C:\MyRecoveredFiles /regular /a /n "Something\TV shows\*.jtv"
winfr E: C:\MyRecoveredFiles /regular /a /n "Something else\TV shows\*.jtv"
And if you want to recover any deleted files in those folders, not only jtv files, then you run it like this:
winfr D: C:\MyRecoveredFiles /regular /a /n "Something\TV shows\"
winfr E: C:\MyRecoveredFiles /regular /a /n "Something else\TV shows\"
The tool will also write a log file in "C:\MyRecoveredFiles" where it will list what it did.
Let us know if you need more help with the syntax. The documentation on https://aka.ms/winfrhelp is pretty good.
Notes:
* I used /a so that you won't have to keep looking at the tool and have to press Enter when it wants a reply from you to continue. If you want to manually reply, then don't use /a in your command line.
* I used /regular instead of /extended because I assume you partitioned the disk using NTFS, and because the reason for the missing files is that they were deleted, not because the hard disk went bad. If you partitioned the disk with ReFS or something else, use /extended. You can see what type of partitions you have on the disk in the Windows Disk Manager. Just press the Start button on the keyboard and start typing "disk manager". The entry that shows up is the Disk Manager thingy.
* An even faster way to recover the files on NTFS drives that are healthy is to use /ntfs instead of /regular. You may try it out first to see if you're pleased with the results.
Yaobing:
Just a reminder:
Each JTV recording is not just a single .jtv file. It is a folder containing many files.
There should be at least one .jts file, one .jta file, one .jtf file, one .jti file, and one .jtr file.
There are multiple .cnk files, including some .jta.cnk files and some .jts.cnk files.
A recording will need all of these files. So it is a good idea to try recover ALL files contained in your current TV Recording folder and its subfolders.
Betelgeus:
Thank you for the advice everybody. I ended up trying Recuva, the free version. I'm not sure if it's an inferior product or the few days I was unknowingly overwriting the files was the culprit but Recuva found that all of my recordings were corrupted. I still might try the Windows command line recovery before I switch recording back to the SSD. I still can't figure out the right command though. I'm trying to recover from 'Media Drive (H:)/recorded tv' to 'Local Disk (F:)/Recovered files 2'. I doubt if this is right but is it close?
'winfr H:\recorded tv F:\Recovered files 2 /regular /a /n .all'
I don't know what the command for 'all' is. Any more help would be appreciated.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version