Linux basic configuration and management 10 ---- use the dd command in Linux to create a USB flash drive for ubuntu

Source: Internet
Author: User
Step 1: obtain an iso image of ubuntu. assume that my current ios image is in homechenguolin *** iso step 2. Insert the USB flash disk and view the code of the USB flash disk in the current system step 3, unmount the USB flash drive, step 4 of sudoumountdevsdc1, use

Step 1: obtain an iso image of ubuntu. assume that my current ios image is in/home/chenguolin/***. iso

Step 2: Insert the USB flash drive and check the code of the USB flash drive in the current system.

Step 3: unmount the USB flash drive, sudo umount/dev/sdc1

Step 4: Use the dd command

Sudo dd if =/home/chenguolin/***. iso of =/dev/sdc

(Remember that the output device is/dev/sdc instead of/dev/sdc1)

Step 5: The following figure is displayed after the production is successful:

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.