Modify the file name to delete the USB flash drive stubborn virus in Linux.

Source: Internet
Author: User
In linux, USB flash drives have viruses. they are all files such as auto. if you run the ls-l command to view the properties, nothing happens, and the virus file cannot be deleted. The reason for the query is that linux cannot process files ending with ".", so it cannot be deleted. The solution is as follows.

In linux, USB flash drives have viruses. they are all files such as auto. if you run the ls-l command to view the properties, nothing happens, and the virus file cannot be deleted.

The reason for the query is that linux cannot process files ending with ".", so it cannot be deleted. The solution is as follows.

First, umount
Then, enter the following:
Sudo mount-t msdos/dev/sd */media/disk
Which of the following is different from the default one?
The-t parameter is changed from vfat to msdos. Because vfat is for fat32. Msdos is for fat16.

Open the USB flash drive again and you will find that the file name has changed to autorn. Because fat16 file names can only display 6 characters. If many of them can only be used, the virus can be deleted.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.