Search found 5 matches
- 13 Aug 2014, 18:38
- Forum: File recovery
- Topic: Renaming files by date and model
- Replies: 2
- Views: 2983
Re: Renaming files by date and model
Awesome thank you Mr. Grenier.
- 05 Aug 2014, 21:33
- Forum: File recovery
- Topic: Renaming files by date and model
- Replies: 2
- Views: 2983
Renaming files by date and model
Ok so I got a whole load of photos back from photorec - as usual it was the best tool for the job.
Now, I've used the following code to rename by any available timestamp in the exif information:
for i in ./*.jpg; do cp $i ../final/`exiv2 -p s $i | grep timestamp | awk '{ print $4 "-" $5 }'`.jpg ...
Now, I've used the following code to rename by any available timestamp in the exif information:
for i in ./*.jpg; do cp $i ../final/`exiv2 -p s $i | grep timestamp | awk '{ print $4 "-" $5 }'`.jpg ...
- 02 Jul 2014, 19:31
- Forum: Filesystem repair
- Topic: slow recovery of PDFs & perculiar errors
- Replies: 3
- Views: 5372
Re: slow recovery of PDFs & perculiar errors
Hi Fiona,
Tried again with chkdsk and its reporting it as RAW and therefore wont do anything with it Windows. I quickly tried photorec and as expected it sees the drive and can recover, but is just as slow as copying the files out of testdisk. Not sure why its so slow, assuming its the bad sectors ...
Tried again with chkdsk and its reporting it as RAW and therefore wont do anything with it Windows. I quickly tried photorec and as expected it sees the drive and can recover, but is just as slow as copying the files out of testdisk. Not sure why its so slow, assuming its the bad sectors ...
- 29 Jun 2014, 08:53
- Forum: Filesystem repair
- Topic: slow recovery of PDFs & perculiar errors
- Replies: 3
- Views: 5372
Re: slow recovery of PDFs & perculiar errors
Thanks Fiona ill perserver with chkdsk also. Thanks for the other tips ill report any progress.
- 28 Jun 2014, 22:24
- Forum: Filesystem repair
- Topic: slow recovery of PDFs & perculiar errors
- Replies: 3
- Views: 5372
slow recovery of PDFs & perculiar errors
I've been using Testdisk for some time now to recover drives in various states. It has always been my go to app to resolve issues.
This one is bugging me a little though. I'm working on a 1TB drive with about 300GB of data on the drive. It's formatted as NTFS, Windows pretty much hangs when its ...
This one is bugging me a little though. I'm working on a 1TB drive with about 300GB of data on the drive. It's formatted as NTFS, Windows pretty much hangs when its ...