In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
Linux mounts USB disk and solves the garbled problem.
1. First use to switch to the root user.
two。 Use the fdisk-l command to view the disk information and find the u disk (which can be determined based on the size displayed)
3. Create a mount point under / mnt, such as creating a usb directory: mkdir / mnt/usb
4. Use mount to mount the USB disk, such as running: mount / dev/sdb / mnt/usb
5. Sometimes the file name of the loaded u disk is garbled. In this case, you need to make a code when mounting the u disk, for example, by mounting it with the following command: mount-o iocharset=utf8 / dev/sdb / mnt/usb
6. After mounting, you can cd / mnt/usb the contents of U disk and do relevant operations.
7. Uninstall U disk use: umount / mnt/usb
8. Delete the created mount point: rm-rf / mnt/usb
The above is the details of how to linux u disk garbled, more please pay attention to other related articles!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.