Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Ad icon
Sell your Land, House on idamata.lk for FREE
sajith.xp.pk
Updated:
Thursday at 9:03 AM
Handmade Character Soft Toys
anil1961
Updated:
Tuesday at 2:11 PM
Bodim.lk out now !
Manoj Suranga Bandara
Updated:
Sunday at 3:05 AM
Power Lifting Lever Belt
SkullVamp
Updated:
Jun 13, 2026
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Jun 13, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Problems and Troubleshooting
Disappearing folders/files
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="mdee" data-source="post: 6025544" data-attributes="member: 218633"><p><strong>Solved it, here is the way</strong></p><p></p><p><span style="font-family: 'Arial'">I was shocked to see most of contents in a flash drive were missing which I had accessed a day before. Many experts suggested that virus scan might have cleared it. But I was not convinced. When drive is accessed using command prompt too no different, but I got a clue – it was showing used space of drive properly. From command prompt I was could open a MS-Word doc not shown.</span></p><p> </p><p><span style="font-family: 'Arial'">After a long time I could recall use of dos command and fixed a single file successfully.</span></p><p> </p><p><span style="font-family: 'Arial'">Here is the way:</span></p><p> </p><p><span style="font-family: 'Arial'">Reason: Missing contents were not physically deleted, but got changed as Hidden. </span></p><p> </p><p><span style="font-family: 'Arial'">Some articles suggest that this can be a result of virus known as console.exe specially on Vista OS</span></p><p> </p><p><span style="font-family: 'Arial'"><span style="font-family: 'Arial'">Step to fix:</span></span></p><p></p><ol> <li data-xf-list-type="ol"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'">Click start>run>type in "<strong>cmd</strong>" </span></span></li> <li data-xf-list-type="ol"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'">Type the location of your flash drive. For example "f:", "g:", etc. or any valid drive</span></span></li> <li data-xf-list-type="ol"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'">Type "<strong>dir </strong>/<strong>ah</strong>" (this shows hidden files)</span></span></li> <li data-xf-list-type="ol"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'">Fix single folder/file</span></span></li> </ol><p><span style="font-family: 'Arial'"><span style="font-family: 'Arial'"></span></span></p><ul> <li data-xf-list-type="ul"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'">Type "attrib [name of file/folder] -r -a -s -h" </span></span></span></li> <li data-xf-list-type="ul"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'">To unhide a file, shall type file name completely with the extension for example “<strong>attrib mycat.jpg -r -a -s -h</strong>”</span></span></span></li> <li data-xf-list-type="ul"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'">If file name is longer than 6 characters, shall type first 6 characters of file name followed by “~1”. For example <em>customers.sql</em> shall type “<strong>attrib custom~1.sql -r -a -s -h</strong>”</span></span></span></li> <li data-xf-list-type="ul"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'">Repeat step 4 as necessary</span></span></span></li> </ul><p><span style="font-family: 'Arial'"><span style="font-family: 'Arial'">5. Fix more sub-folders and files can use following</span></span></p><ul> <li data-xf-list-type="ul"><span style="font-family: 'Arial'"><span style="font-family: 'Arial'">t</span>ype "<strong>attrib *.* -r -a -s -h /s /d</strong>" </span></li> <li data-xf-list-type="ul"><span style="font-family: 'Arial'">Note this can fix files with labels including space in between too</span></li> </ul><p><span style="font-family: 'Arial'">You can learn more about attrib command, type <strong>help attrib</strong> at command prompt</span></p><p> </p><p><span style="font-family: 'Arial'">Hope this is useful for you guys</span></p></blockquote><p></p>
[QUOTE="mdee, post: 6025544, member: 218633"] [b]Solved it, here is the way[/b] [FONT=Arial]I was shocked to see most of contents in a flash drive were missing which I had accessed a day before. Many experts suggested that virus scan might have cleared it. But I was not convinced. When drive is accessed using command prompt too no different, but I got a clue – it was showing used space of drive properly. From command prompt I was could open a MS-Word doc not shown.[/FONT] [FONT=Arial]After a long time I could recall use of dos command and fixed a single file successfully.[/FONT] [FONT=Arial]Here is the way:[/FONT] [FONT=Arial]Reason: Missing contents were not physically deleted, but got changed as Hidden. [/FONT] [FONT=Arial]Some articles suggest that this can be a result of virus known as console.exe specially on Vista OS[/FONT] [FONT=Arial][FONT=Arial]Step to fix:[/FONT][/FONT] [LIST=1] [*][FONT=Arial][FONT=Arial]Click start>run>type in "[B]cmd[/B]" [/FONT][/FONT] [*][FONT=Arial][FONT=Arial]Type the location of your flash drive. For example "f:", "g:", etc. or any valid drive[/FONT][/FONT] [*][FONT=Arial][FONT=Arial]Type "[B]dir [/B]/[B]ah[/B]" (this shows hidden files)[/FONT][/FONT] [*][FONT=Arial][FONT=Arial]Fix single folder/file[/FONT][/FONT] [/LIST][FONT=Arial][FONT=Arial] [LIST] [*][FONT=Arial]Type "attrib [name of file/folder] -r -a -s -h" [/FONT] [*][FONT=Arial]To unhide a file, shall type file name completely with the extension for example “[B]attrib mycat.jpg -r -a -s -h[/B]”[/FONT] [*][FONT=Arial]If file name is longer than 6 characters, shall type first 6 characters of file name followed by “~1”. For example [I]customers.sql[/I] shall type “[B]attrib custom~1.sql -r -a -s -h[/B]”[/FONT] [*][FONT=Arial]Repeat step 4 as necessary[/FONT] [/LIST][/FONT][/FONT][FONT=Arial][FONT=Arial]5. Fix more sub-folders and files can use following[/FONT][/FONT] [LIST] [*][FONT=Arial][FONT=Arial]t[/FONT]ype "[B]attrib *.* -r -a -s -h /s /d[/B]" [/FONT] [*][FONT=Arial]Note this can fix files with labels including space in between too[/FONT] [/LIST][FONT=Arial]You can learn more about attrib command, type [B]help attrib[/B] at command prompt[/FONT] [FONT=Arial]Hope this is useful for you guys[/FONT] [/QUOTE]
Insert quotes…
Verification
Winadiyakata thappara keeyak tibeda?
Post reply
Top
Bottom