Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if the USB flash drive virus cannot be deleted under Linux?

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains the "Linux U disk virus can not be deleted how to do", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "Linux U disk virus can not delete how to do" it!

When using a flash drive under Linux, I see a file like auto every time, which is suspected to be a virus.

But enter the ls-l command to find that the attributes are not at all?

As a result, it can't be deleted.

After multi-party query, we know that the reason is that linux cannot handle "." The file at the end. So you can't delete it in this place.

But there is a solution.

The methods are as follows:

If you mount the USB flash drive automatically, please umount first.

Then, enter the following:

Sudo mount-t msDos / dev/sd* / media/disk

What's different from the default is that

The-t parameter changes from vfat to msdos. Because vfat is aimed at fat32. Msdos is for fat16.

When you open the flash drive again, you will find. The name has become autorn. Because the file name of fat16 can only display 6 digits. If more can only be used, omit it.

But this way you can delete the virus.

Thank you for your reading, the above is the "Linux U disk virus can not delete how to do" the content, after the study of this article, I believe you can not delete the U disk virus under Linux how to do this problem has a deeper understanding, the specific use of the situation also needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report