Article Title: Delete the stubborn virus of the USB flash disk and restore a quiet space in Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
USB flash drive virus. This file is displayed under linux every time.
Ls-l found that all attributes are not?
The result cannot be deleted.
The reason for the query is that linux cannot process files ending. Therefore, you cannot delete it here.
But there are some solutions.
The method 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.
When you enable the USB flash drive again, you will find it. The name has been changed to autorn. Because fat16 file names can only display 6 characters. If there are many, they can only be used.
However, the virus can be deleted.