<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/filesystemd/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/filesystemd/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 15 Sep 2017 10:55:57 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/filesystemd/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>any description of how to use the program?</title><link>https://sourceforge.net/p/filesystemd/discussion/1841839/thread/db6671a1/?limit=250#3992</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, I'm sorry for your loss.&lt;br/&gt;
You could always use the program in read-only mode, since only deleting files (and creating new files) is really doing something.&lt;br/&gt;
Recovering your files should be that hard. &lt;br/&gt;
It would help to remember in which format did you saved them (WAV, MP3 or WMA ?).&lt;br/&gt;
A file has header that contains a signature and has a specific format. Depeding on which format you used you should search for the signature.&lt;br/&gt;
Here's how you do that:&lt;br/&gt;
1) start the program&lt;br/&gt;
2) pick first option &lt;span&gt;[Expore : HARDDISK/USB]&lt;/span&gt;&lt;br/&gt;
3) you'll now be asked in &lt;span&gt;[Device setup]&lt;/span&gt; some info. For &lt;span&gt;[Drive Hardware Type]&lt;/span&gt; pick &lt;span&gt;[TRUE_IDE:0]&lt;/span&gt; . For &lt;span&gt;[Interface type]&lt;/span&gt; pick &lt;span&gt;[HD_DRIVE:72]&lt;/span&gt;. Now you will be asked which &lt;span&gt;[.\PHYSICALDRIVE???:]&lt;/span&gt; you want to use (0 or 1 or ... whatever other number); to find out which physical drive number you have to use go to &lt;span&gt;[My Computer]&lt;/span&gt; -&amp;gt; right click you Olympus drive -&amp;gt; pick &lt;span&gt;[Properties]&lt;/span&gt;, go to tab &lt;span&gt;[Hardware]&lt;/span&gt; and select your drive in that list; If you did this correcly there should be in frame called &lt;span&gt;[Device Properties]&lt;/span&gt; a label called Location : Location "?" ("?") - instead of "?" there will be you physical drive number. No go back to program and write this number there. For &lt;span&gt;[use master(0, default) or slave(1)]&lt;/span&gt; pick &lt;span&gt;[0]&lt;/span&gt;.&lt;br/&gt;
4) If everything goes right and you have selected the approriate partition you will now be asked to choose a partition from the drive. It should probably be &lt;span&gt;[entry #0]&lt;/span&gt; (you can use arrow keys - up/down - to pick a different partition anyway). Press &lt;span&gt;[Enter]&lt;/span&gt; to select it.&lt;br/&gt;
5) Now it will ask you if you want to use StandardBigCache. Pick whatever you like. It will not influence the next steps. (if you choose yes it will speed up a little). Press &lt;span&gt;[Enter]&lt;/span&gt; until you reach the IDE.&lt;br/&gt;
6) You should now see a list of folders/files from you drive. &lt;br/&gt;
7) Select any file and press &lt;span&gt;[F3]&lt;/span&gt; - GotoFat - an info dialog will be shown, press &lt;span&gt;[enter]&lt;/span&gt; to close it.&lt;br/&gt;
8) Now you shoul see the FAT list (each cluster is represented by a single block). Press &lt;span&gt;[F1]&lt;/span&gt; to make yourself an idea about what can you do here.&lt;br/&gt;
9) After you are done looking around press &lt;span&gt;[F7]&lt;/span&gt; while you are in this FAT list. You are going to seach the first sector of every cluster for your file signature.&lt;br/&gt;
10) Enter the signature ("RIFF$" for wave files, "ID3" for an MP3 file, 0x30 0x26 0xB2 0x75 0x8E 0x66 0xCF 0x11 for WMA; to enter WMA signature use ALT+&lt;span&gt;[numeric pad numbers]&lt;/span&gt; - but I hope you will not need this). Press &lt;span&gt;[enter]&lt;/span&gt;&lt;br/&gt;
11) On &lt;span&gt;[start with cluster]&lt;/span&gt; write 0x00. Press &lt;span&gt;[enter]&lt;/span&gt;.&lt;br/&gt;
12) On &lt;span&gt;[select method]&lt;/span&gt; pick &lt;span&gt;[read only first sector of cluster:1]&lt;/span&gt;. Press &lt;span&gt;[Enter]&lt;/span&gt;&lt;br/&gt;
13) The program will now show you some progress status text. If a match is found you will be given the cluster number. You can goto that cluster by pressing &lt;span&gt;[c]&lt;/span&gt; or continue to search for another match with key &lt;span&gt;[n]&lt;/span&gt;.&lt;br/&gt;
14) If you pressed &lt;span&gt;[c]&lt;/span&gt; you are now back to the FAT list. Since you are looking for an unallocated cluster than the first cluster in the list should be colored with &lt;span&gt;[green]&lt;/span&gt;. Otherwise continue the search until you find such a cluster by going back to step 9). Otherwise if it's green inspect the cluster with &lt;span&gt;[F4]&lt;/span&gt;.&lt;br/&gt;
15) You could dump cluster using key &lt;span&gt;[d]&lt;/span&gt; - i don't know if it works with your OS(it works ok in FreeDOS/MS-DOS)&lt;br/&gt;
16) Depending on how many minutes your recording was you should dump all free clusters starting with the cluster you have found. To do this you will probably need another tool - google for one, there are plenty of them. &lt;br/&gt;
You might be able to use my tool for the purpurpose of dumping free clusters but you would need to write a bit of code. If you need to do this I could help you a bit, or maybe I could update my program to able to this from the IDE in an easy maner (like to dump the free clusters starting with the mentioned one, for a given amount of clusters) - if you ask of me i'll might be able to do this over the weekend.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mihai Barboi</dc:creator><pubDate>Fri, 15 Sep 2017 10:55:57 -0000</pubDate><guid>https://sourceforge.net9312aee282f27af2ed017eb4bccb29728c97fb07</guid></item><item><title>any description of how to use the program?</title><link>https://sourceforge.net/p/filesystemd/discussion/1841839/thread/db6671a1/?limit=25#368f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I accidentally deleted two files from an audio recorder (Olympus LS-10) connected via USB on my Windows XP system by using &lt;code&gt;&amp;lt;SHIFT&amp;gt; + &amp;lt;DEL&amp;gt;&lt;/code&gt;. This was done within the WindowsExplorer application. Since then, There were no write activities on the USB device, so I think, chances are for recovery...&lt;/p&gt;
&lt;p&gt;Unfortunately, I have not found any process description on HOW to try to recover a file. There are loads of features but no recipe on WHAT TO DO when a certain problem is to be solved. As data is very valuable, I don't want to risk anything by trying this and that. The first try MUST be successful, please.&lt;/p&gt;
&lt;p&gt;Do you have a kind of process description on how to use your program in order to try to recover a file lost as described above?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nnako</dc:creator><pubDate>Thu, 14 Sep 2017 20:29:03 -0000</pubDate><guid>https://sourceforge.net8cd2be008ac4ffbf7a5a9e5da52ffd4b3df40c54</guid></item></channel></rss>