search
HomeComputer TutorialsComputer KnowledgeThe USB disk I bought cannot be operated

In modern society, U disk has become one of the indispensable storage devices in our daily life and work. However, sometimes we buy a brand new USB flash drive but find that it cannot operate normally, which is very disturbing. So, why is it that the purchased USB flash drive cannot be operated? PHP editor Youzi will answer this question for everyone and provide some solutions to help everyone solve this problem.


#For example, the computer does not respond after inserting the USB flash drive, and the drive letter cannot be seen when opening the disk. Or, after inserting the USB flash drive, it shows that it cannot be recognized or the driver was not successfully installed.


At this time, do you also think that your USB flash drive is broken? Has it started to crash?


The USB disk I bought cannot be operated


Don’t panic, you can try the following methods first!


1. The U disk may be hidden


First change the computer to see if the U disk is damaged. , if not, the USB flash drive may be hidden on your computer.


The solution is very simple:


Insert the USB flash drive and open "My Computer"/"This Computer" -View- option.


The USB disk I bought cannot be operated


After entering the advanced settings box, still click View first, uncheck the "Hide empty drives" item, and then Click Apply.


The USB disk I bought cannot be operated


##2. The USB port is disabled by BIOS


If If there is no response when you connect the USB flash drive to the computer, then we try to connect other devices, such as mouse and keyboard, to the same USB interface. If it can be used normally, then the problem with the interface can be ruled out.


However, if there is a problem with this USB interface, then after ruling out damage to the interface itself, the most likely cause of the failure is that the USB port is disabled by the BIOS.


This requires us to enter the BIOS to modify it. The solution is very simple:


PS: Pay attention to different brands The shortcut keys to enter the BIOS are different depending on the computer model. It is recommended that you check online or directly consult the computer brand customer service~


Method 1: Restore BIOS default values


Generally speaking, when restarting the computer, when the startup screen appears, quickly press the BIOS shortcut key to enter the BIOS interface.


If you are worried that you will not be able to press it in time, you can also press it repeatedly until you enter the BIOS interface.


Then press F9, a dialog box to restore the BIOS default will appear, select "YES" and press Enter, and finally continue to press Enter to save and restart the computer. Now, connect the U disk again, and you will find that there is no problem with the U disk and can be used normally~


The USB disk I bought cannot be operated


Method 2: Open the USB port


1. Refer to the above steps. After entering the BIOS interface, use the arrow keys to switch to the "Security" tab and select "I/O Port Access" " and press Enter;


The USB disk I bought cannot be operated


2. After that, continue to select "USB Port" and press Enter, and then set it to "Enabled", and finally press F10 to save.


The USB disk I bought cannot be operatedThe USB disk I bought cannot be operated


3. There may be a problem with the computer’s USB driver


If you connect the U disk to the computer, the result is that the driver installation was not successful! No need to doubt that there is a problem with your driver.


The solution is very simple:


Method 1. Uninstall the USB device


Move the mouse to the computer, right-click and select [Manage]. After the pop-up window, click [System Tools]-[Device Manager], and then expand [Universal Serial Bus Controller] in the middle device ], find [USB mass storage device] inside and double-click to open it.


The USB disk I bought cannot be operated


After the property window pops up, click [Driver]-[Uninstall]-[OK]. After the uninstallation is completed, Unplug the USB flash drive and reinsert it into the computer. The computer will automatically load the USB driver, and then check whether your USB flash drive is read.


The USB disk I bought cannot be operated


Method 2. Restart the USB device


Double-click to open After [USB Mass Storage Device], if you find that [Driver] is disabled, click [Enable] to restart the USB device. After success, check whether your USB flash drive is read.


The USB disk I bought cannot be operated


Method 3. Update the driver


If you find that the driver has been started, it is possible that the driver has not been updated. Click [Update Driver] in [Driver] Finally, check whether the USB flash drive can be read.


The USB disk I bought cannot be operated


##Method 4. Modify the drive letter


If U The disk appears on the disk, but cannot be opened. As above, first enter the computer management page, click [Storage]-[Disk Management], select the drive letter of your USB flash drive, right-click and select [Change Drive Letter and Path].


The USB disk I bought cannot be operated


After the path window pops up, click [Change] below to enter the small window for assigning drive letters and click In the drop-down box on the right, select an unoccupied [Drive Letter]. After selecting the drive letter, click [OK]. The system will reassign the driver to the U disk. At this time, check whether your U disk has been read.


The USB disk I bought cannot be operated


The above is the detailed content of The USB disk I bought cannot be operated. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:电脑知识学习网. If there is any infringement, please contact admin@php.cn delete
PHP编程中有哪些常见的Behat操作?PHP编程中有哪些常见的Behat操作?Jun 12, 2023 am 08:19 AM

PHP编程中有哪些常见的Behat操作?Behat是一个行为驱动开发(BDD)工具,允许测试人员和开发人员在自然语言中撰写测试用例,并将这些用例转化为可执行的代码。它支持PHP语言,并提供了丰富的库和功能,可以实现多种常见的测试操作。下面列举了PHP编程中常见的Behat操作。前置条件(Background)在编写测试用例时,有时候会有一些公共的前置条件需要

ThinkPHP6如何进行表单验证操作?ThinkPHP6如何进行表单验证操作?Jun 12, 2023 am 09:36 AM

ThinkPHP6是一款基于PHP的MVC框架,极大地简化了Web应用程序的开发。其中表单验证是一个非常基础和重要的功能。在这篇文章中,我们将介绍ThinkPHP6中如何进行表单验证操作。一、验证规则定义在ThinkPHP6中,验证规则都需要定义在控制器中,我们可以通过在控制器中定义一个$validate属性来实现规则的定义,如下所示:usethinkVa

PHP编程中有哪些常见的jQuery操作?PHP编程中有哪些常见的jQuery操作?Jun 12, 2023 am 10:38 AM

PHP编程中有哪些常见的jQuery操作?在PHP编程中,使用jQuery进行网页开发是一种非常方便和高效的方式。jQuery是一个简单而强大的JavaScript库,包含了许多实用的方法和函数。在PHP编程中,我们常常使用jQuery来操纵HTML和DOM元素,使网页具有更好的交互性和高度的可视化效果。在本文中,我们将介绍一些常见的PHP编程中使用jQue

PHP编程中有哪些常见的OAuth操作?PHP编程中有哪些常见的OAuth操作?Jun 12, 2023 am 08:48 AM

OAuth(开放授权)是一种用于授权访问控制的标准化协议。在Web开发中,使用OAuth可以帮助应用程序安全地从第三方平台中获取用户数据或资源。而在PHP编程中,OAuth操作也被广泛应用。本文将介绍PHP编程中的常见OAuth操作。OAuth1.0a授权OAuth1.0a授权是OAuth中最早出现的授权方式,也是最复杂的一种授权方式。在PHP编程中,O

ThinkPHP6中如何进行分词搜索操作?ThinkPHP6中如何进行分词搜索操作?Jun 12, 2023 am 09:39 AM

随着互联网应用的不断发展,搜索引擎也成为了日常生活中必不可少的工具,而分词搜索是搜索引擎中非常重要的一种搜索方式。在使用ThinkPHP6框架开发项目时,我们也需要对分词搜索进行深入了解和应用。本文将介绍ThinkPHP6中如何进行分词搜索操作。一、分词搜索简介分词搜索是将用户输入的关键词进行分割,然后在数据库中进行模糊搜索,找到相符合的记录。相较于传统的搜

ThinkPHP6中如何进行邮件发送操作?ThinkPHP6中如何进行邮件发送操作?Jun 12, 2023 am 10:12 AM

近年来,邮件作为一种最为常见的通信方式,被广泛应用于各种应用场景中。在不同的WEB应用中,也经常需要通过发送邮件的方式来进行通知、验证等功能。而在使用ThinkPHP6框架开发WEB应用的过程中,我们需要了解如何进行邮件发送操作,以便更好地实现各种功能。下面我们将介绍如何在ThinkPHP6中进行邮件发送操作。配置邮件在ThinkPHP6中配置邮件非常方便。

怎样使用ThinkPHP6进行多语言翻译操作?怎样使用ThinkPHP6进行多语言翻译操作?Jun 12, 2023 am 08:49 AM

随着全球化的发展,越来越多的网站和应用程序需要提供多语言支持。而对于使用ThinkPHP6框架的开发者来说,如何实现多语言翻译操作是一个重要的需求。本文将介绍怎样使用ThinkPHP6进行多语言翻译操作。配置语言包在ThinkPHP6中,语言包是一个包含键值对的数组。可以将其存储在app/lang/目录下的各种子目录中。例如:/app/lang/zh-cn/

怎样在ThinkPHP6中进行captcha图形验证码操作?怎样在ThinkPHP6中进行captcha图形验证码操作?Jun 12, 2023 am 11:45 AM

随着互联网的快速发展,基于图形的验证码已经成为了网站安全保障的一个重要环节。验证码可以有效地防止机器人或恶意程序对网站进行自动化操作,同时也可以保障用户信息的安全性。而在基于ThinkPHP6的网站开发中,如何实现captcha图形验证码的操作呢?本文将为您介绍具体的操作流程。一、生成Captcha图形验证码1、使用captcha库进行安装在ThinkPHP

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use