Reproduced below to system home
website :http://www.xitongzhijia.net/xtjc/20190314/152334.html
(PS: Not tested yet )
Win10 open U Disk tips “ The file or directory is corrupt and cannot be read ” What do I do ?
Time :2019-03-14 source : Home of systems author :lizhu
Recently Win10 User response , open U A prompt appears on the disk “ The file or directory is corrupt and cannot be read ”, Lead to U Disk open failed , This makes users very upset . that ,Win10 open U Disk tips “ The file or directory is corrupt and cannot be read ” What shall I do? ? below , Let's take a look down Win10 open U Disk tips “ The file or directory is corrupt and cannot be read ” Solutions for .
Method / step
1、 Press Win+R key , open “ function ” window ;

2、 In the open run window , Input cmd enter ;

3、 This will open such a window ;

4、 Input chkdsk g: /f, It should be noted that ,g This refers to your U The Rune of a disk , Yours U Which is the letter of the disk , You can change it to any letter ;

5、 The following window will appear , The inspection begins , After inspection ,U The disk is ready to use .

That's all Win10 open U Disk tips “ The file or directory is corrupt and cannot be read ” The specific solution to this problem , After following the above method , Believe in opening it again U The prompt will no longer appear when the disk is opened .
【 Reprint 】Win10 open U Disk tips “ The file or directory is corrupt and cannot be read ” What do I do ? More articles about
- U Prompt when deleting a file from the disk “ The file or directory is corrupt and unreadable ” Solutions for
U Prompt when deleting a file from the disk “ The file or directory is corrupt and unreadable ” Solutions for Reasons for appearance : When writing or reading a file , Make a copy , At this point, the copied file is incomplete ! Or mobile hard disk /U The disk was pulled out in the middle , Cause file corruption Abnormal phenomenon : Deleted document ( clip ) Belong to ...
- win7 The system copies files to u Disk prompt file is too large how to do
Reprint :https://www.xitmi.com/770.html The system believes that many friends have encountered this situation , Before you copy files to u Disk time ,u There's a lot of space left in the disk , But it can't be copied in , Computer tips “ For the target file system File is too large. ...
- win10 Open group policy to prompt that the namespace has been defined
http://www.xitongcity.com/jiaocheng/win10jc_content_3629.html Recently win10 System users upgrade to 10532 version , Unable to open group policy , Pop up the prompt “ life ...
- U disc 、 Mobile hard disk, etc “ The file or directory is corrupt and unreadable ” The solution
U The disk is like any other machine , If you use it for a long time, it will break down , For example, a common pop-up file or directory is damaged and unable to read the dialog box , Are you a fright , Whole U The disk is damaged , What about the information in it , So a lot of people are in a hurry , In fact, in this case, it is usually used before ...
- U Disk file or directory damaged and unable to read how to solve
from http://jingyan.baidu.com/article/020278118afaec1bcc9ce5df.html U Disk file or directory damaged and unable to read how to solve Listening to voice | Browse :37504 ...
- 0x80070570 The file or directory is corrupt and unreadable CHKDSK Repair method
error 0x80070570: The file or directory is corrupt and unreadable . Don't worry too much. It's a bad disk , Maybe it's just a small storage problem . The solution is simple , use chsdsk Command is enough . The method is as follows : Start -- function -- Input cmd-- Input c ...
- win7 add to usb3.0 drive ( Error code 1392, The file or directory is corrupt and unreadable )
Win7 add to usb3.0 drive I've been doing it online all the time dism Command mount , Always fail , Error code 1392, The reason is that the file or directory is damaged and cannot be read . This error used to occur during installation, which resulted in unsuccessful system installation , stay BIOS in ...
- The file or assembly could not be loaded “System.Web.Razor” Or one of its dependencies . The file or directory is corrupt and unreadable .
“/” Server error in application . The file or assembly could not be loaded “System.Web.Razor” Or one of its dependencies . The file or directory is corrupt and unreadable . ( Exception from HRESULT:0x80070570) explain : perform ...
- JN_0002:Win10 prohibit U How to copy files from disk
1, Use shortcut keys on the desktop win key +r Call out the running window , Type in the search box gpedit.msc, Then click OK . 2, Open the local group policy editor and click expand computer configuration — Management module — System , Find and select removable storage access under the system ...
Random recommendation
- github How to run the downloaded files locally
Recently, I want to learn how to write plug-ins by myself , So first download the plug-in written by the great God and worship it , After downloading , Double click directly to run and report an error , How could the great God make such a low-level mistake ! So look up information on the Internet , Found a solution . (1) Upload to github The above plug-ins are very standard , File root ...
- 【HDOJ】1484 Basic wall maze
BFS. /* 1484 */ #include <iostream> #include <queue> #include <string> #include &l ...
- Margin What is it? ?
Margin What is it? CSS The margin attribute defines the space around the element . By using separate attributes , It can be right up . Right . Next . The left margin is set . You can also use the abbreviated outer margin attribute to change all outer margins at the same time .——W3School The border , The elements are surrounded by ...
- blog Writing experience
Although I wrote blog It's been a long time , When you review the things you have written, you will doubt whether the readers can understand them , There is still a sense of running account , In the future, I hope to start from the perspective of readers . Here are some notes on blogging in the future . Specific knowledge about a certain technical point, as well as the various problems encountered ...
- bs4 Parsing library
beautifulsoup4 bs4 Parsing library is a flexible and convenient web page parsing library , Handle efficiently , Support for multiple parsers . It is easy to extract web pages without writing regular expressions To parse html label from bs4 import B ...
- jquery How to get checkbox Value
jquery How to get checkbox Value One . summary One sentence summary : It is through jquery Get which correspondences name Of checkbox, Then find out :check( Selected ), And then through jquery Of each Traverse to get these ...
- CButtonST|CUniButton And so on button class use
CButtonST CButtonST Class reference link :http://www.cnblogs.com/lidabo/archive/2012/12/17/2821122.html CCeButtonS ...
- iOS Null type string conversion in network request
Create a utility class , .h: #import <Foundation/Foundation.h> @interface MySetNullWithStrTool : NSObject +( ...
- Linux Order sed Batch replacement string operation
Use sed Command can replace strings in batches , To save a lot of time and manpower : The format used is as follows : sed -i "s/oldstring/newstring/g" `grep oldstri ...
- JNI Introduce
JNI It's learning Android HAL We have to face a point of knowledge when we are working , If you don't understand its mechanism , Don't understand how it's used , You'll be overwhelmed by local code ,JNI As an intermediate language translator, I'm running Java Code Android There is ...