Capture the USB flash drive as an iso file in linux and copy the USB flash drive in batches using iso

Source: Internet
Author: User

Capture the USB flash drive as an iso file in linux and copy the USB flash drive in batches using iso

Sometimes we need to capture the entire USB flash drive as an iso file. This iso can be used to burn the disc. Of course, we can also use the software to burn it back to another USB flash drive.

A linux Command meets our first needs. Let's take ubuntu running in a vbox virtual machine as an example. Windows's green software Win32 disk imager meets our second requirement.

Certificate ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


How to capture iso in linux:


1. Go to the ubuntu system under the Virtual Machine and insert a USB flash disk in the ui environment (do not forget to enable the shared physical USB port of the Virtual Machine). The USB flash disk will be automatically mounted.

2. Open the terminal

Enter sudo fdisk-l

The last line in the feedback shows your Mobile Disk information, such as/dev/sdb1 or/dev/sdc1.

3. Run the following command:> sudo dd if =/dev/sdb1 of =. iso

At this time, the system will automatically package the iso according to the content size in your USB flash drive. You can find it in the user folder under the system UI.

Ps: ① In the linux command line interface, the disk needs to be mounted first.

② Http://porteus-kiosk.org/download.html is a good software, burned into the excellent disk, can start pe. The function only allows users to access specified websites and the screen cannot be switched to the desktop. [Only a few steps are required: whitelist, home page (if there is authentication, add authentication jump address), disable Num Lock, Enable shutdown Menu]

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.