Overblog
Editer l'article Suivre ce blog Administration + Créer mon blog
http://swkc.over-blog.com/

swkc.over-blog.com/

Linux En Usb



One great thing about Linux is that you can try it out without installing it on your hard drive. Most Linux distributions provide disk images (ISO files) that contain everything you need to boot into a live environment and, optionally, begin installation.

  1. Linux On Usb 3
  2. Linux On Usb
  3. Linux In Usb Drive
  4. Best Linux For Usb
  5. Linux On Usb Drive

Use your Linux ISO image file to create a bootable USB installation media. You can use any software like Unetbootin, Gnome Disk Utility, Yumi Multi Boot, xboot, Live USB Creator, etc. To create bootable USB with the help of ISO image file. Alternatively, you can use DVD disk by writing that ISO image to it (but that is the old school method).

  1. In order to run LinuxLive USB Creator you must have local administrator privileges on your computer. It is also strongly recommended to read the user's guide before using LinuxLive USB Creator.
  2. Free Download Linux Lite 5.2. Linux Lite 5.2 64bit - 1st November, 2020. This is the second release in Series 5.x See below for more information. UEFI/LEGACY ISO: linux-lite-5.2-64bit.iso.

But how do you transfer a downloaded disk image to a USB flash drive? In this article, we provide three solutions to help you create a bootable Linux USB flash drive on Linux, Windows, macOS, and even Android.

Create a Bootable Linux USB with Etcher (Linux, Windows, macOS)

Written in Electron, Etcher is a cross-platform open source utility for flashing disk images to USB drives and memory cards. It runs on Windows, macOS, and Linux and provides an approachable graphical user interface that reduces the process of creating a bootable Linux USB to just three simple steps.

Unlike other similar software tools, Etcher prevents users from accidentally wiping their entire hard drives, which is something you'll definitely appreciate if you've never created a bootable USB before and understandably feel anxious about the process.

To create a bootable Linux USB with Etcher:

1. Download Etcher from its official website.

  • Etcher offers precompiled binaries for Linux, Windows, and macOS).

2. Launch Etcher.

3. Select the ISO file you want to flash to your USB drive.

4. Specify the target USB drive if the correct drive is not selected already.

5. Click the Flash! button and wait for the process to finish.

  • You may be asked to enter the admin password.
Create a Bootable Linux USB with dd (Linux, macOS)

dd is a command-line utility for Unix-like operating systems whose primary purpose is to read/write data from/to device files, such as USB flash drives. Because dd is bundled in GNU coreutils, you can find it on virtually all Linux distributions, as well as on macOS.

To create a bootable Linux USB with dd:

  1. Open your favorite terminal emulator.
  2. Issue the following command (replace /dev/sdx with your drive and path/to/ubuntu.iso with the actual path to the ISO file you want to flash):
# ddbs=4M if=path/to/ubuntu.iso of=/dev/sdx status=progress oflag=sync
  1. Wait for dd to finish.

The version of dd included in GNU coreutils doesn't provide any progress indication. If you'd like some reassurance that the transfer is progressing as it should, you can use the following command (replace dd-pid with the process-id of dd, which you can find using htop):

dd for windows

There's actually a version of dd for Windows that provides all the functionality you need to transfer an ISO file to a USB flash drive. To install it:

  1. Download the latest version from its official website.
  2. Extract the downloaded archive to a new folder on your hard drive.
  3. Open Command Prompt and navigate to the folder with dd for Windows.
  4. Use dd for Windows just like you would the version included in GNU coreutils.

Unfortunately, dd for Windows was last updated in 2010, and many users have reported issues when using the utility in Windows 10. Considering that dd for Windows doesn't even support data conversion, such as byte order swapping and conversion to and from the ASCII and EBCDIC text encodings, you're probably better off using either Etcher or Rufus, which we describe in the next chapter.

Create a Bootable Linux USB with Rufus (Windows)

Before the release of Etcher in 2016, Rufus was the best way to create a bootable Linux USB in Windows. This bootable USB flash drive creator is much faster than all of its Windows competitors, and it can create live USB drives for systems with both BIOS and UEFI. Rufus has been translated into several dozen languages, and it's compatible with Windows 7 and newer, both 32- and 64-bit.

To create a bootable Linux USB with Rufus:

  1. Download Rufus from its official website.
    • You can choose between an installer and a portable version.
  2. Install it if you've downloaded the installer. Otherwise, you can just launch it.
  3. Select the target USB device.
  4. Click the SELECT button next to the boot selection dropdown menu and specify the ISO file you want to flash.
  5. Choose the correct partition scheme for your system.
  6. Click the START button.
  7. Wait for Rufus to finish.

In addition to creating live Linux USB flash drives, Rufus can also flash Windows disk images.

Linux On Usb 3
Create a Bootable Linux USB with EtchDroid (Android)

The last utility we want to describe is called EtchDroid, and its purpose is to write OS images to USB drives on Android smartphones and tablets.

Why would you want to use your Android device to create a bootable Linux USB? Well, imagine you find yourself in the middle of nowhere, and your laptop stops working after a botched system update. Without another computer to use, your only option on how to create a bootable Linux USB to fix the issue is your Android device, and that's where EtchDroid comes in.

To create a bootable Linux USB with EtchDroid:

  1. Download EtchDroid from Google Play or F-Droid.
  2. Connect a USB flash drive to your Android device using a USB OTG adapter.
  3. Launch EtchDroid and select the Write raw image or ISO option.
  4. Select your ISO image.
  5. Select the USB flash drive.
  6. Tap Write to write the image to the USB flash drive.

EtchDroid has been tested with Ubuntu and its derivatives, Debian, Fedora, Arch Linux, and Raspberry PI SD card images. It doesn't work with Windows, macOS, and old GNU/Linux distros. Support for Windows installation ISO files is on the developer's to-do list.

  • Related Questions & Answers
  • Selected Reading
Instalar linux en usb
Linux On Usb
Information TechnologyLinux

Do you know 'how to use USB memory sticks with Linux', If you are not sure then this article describes 'how to mount USB drive on a Linux system with command line interface'

Universal serial bus, or USB (also known as Flash drive), is an electronic communications protocol that is commonly used in computer accessories and other small devices. If you have an up-to-date Linux system and a modern Desktop environment, your device should show up on your desktop, with no need to open a console. There are few important factors which are involved in learning how to mount USB drive with Linux machine.

Following are the step by step instructions to understand further –

Step 1: Plug-in USB drive to your PC

Step 2 – Detecting USB Drive

Linux In Usb Drive

After you plug in your USB device to your Linux system USB port, It will add new block device into /dev/ directory. To verify it, use the following command –

The sample output should be like this –

We can observe from the above result that, device boot, blocks, id and system format are displayed.

Step 3 – Creating Mount Point

To mount the USB, use the following command –

To create a directory in the mounted device, use the following commands –

The above command creates a directory called john in USB device.

Step 4 – Delete a Directory in USB

To delete a directory in USB, use the following command –

Step 5 – Formatting the USB

You should unmount the device first to format the USB device, then use the following command to unmount the device –

Disable safari extensions. Now use either of the commands as per file system based on your requirement. To format a USB drive, users generally prefer VFAT or NTFS file systems because they can be easily mounted on Windows operating systems and Linux systems.

Format vs Fat FileSystem

Best Linux For Usb

To format USB with vFat File System, use the following command –

Format NTFS FileSystem

To format a USB Flash Drive with NTFS file system, use the following command –

Format EXT4 FileSystem

Linux On Usb Drive

To format a USB with EXT4 file system, use the following command –

Congratulations! Now, you know 'How to Mount USB Drive in a Linux System?'. We'll learn more about these types of commands in our next Linux post. Keep reading!





Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article