Should you’ve ever needed to make a number of Linux reside USB sticks directly, you’ll agree: it’s painful and tedious. A very good various to coping with the tediousness of flashing one USB drive after one other on Linux is with the Gnome MultiWriter instrument. It enables you to write to a number of USB drives directly.

SPOILER ALERT: Scroll down and watch the video tutorial on the finish of this text.

Gnome MultiWriter is an easy instrument that enables customers to write down one ISO picture to a number of detachable USB units at one time.

Set up

Getting the MultiWriter instrument engaged on Linux may be very simple it doesn’t matter what Linux distribution you’re utilizing, because it’s thought-about a part of the Gnome undertaking.  To set up the app, open up a terminal and comply with the directions similar to your working system.

Ubuntu

sudo apt set up gnome-multi-writer

Debian

sudo apt-get set up gnome-multi-writer

Arch Linux

sudo pacman -S gnome-multi-writer

Fedora

sudo dnf set up gnome-multi-writer

OpenSUSE

sudo zypper set up gnome-multi-writer

Generic Linux

Gnome Multi-Author is a part of the Gnome undertaking, so the software program must be simple to put in on even essentially the most obscure Linux distributions. Nonetheless, when you can’t discover it, the undertaking has its code available on the web. To get the code, head over to the official website, and obtain the newest snapshot. Alternatively, use the Git instrument and clone the newest construct to your PC.

Inside the code, learn the “README file. This file outlines intimately tips on how to construct MultiWriter.

Utilizing Gnome MultiWriter

Gnome MultiWriter has a single objective: burning OS photographs within the type of ISO recordsdata to a number of USB units at a time. Formally, the app can deal with USB drives from 1 GB to as much as 32 GB. There isn’t a particular restrict to what number of USB drives it might deal with at a time nevertheless it’s most likely a good suggestion to not overdo it.

9k=

Notice: USB flash drives DO NOT should be an identical in measurement for burning to work appropriately.

Earlier than burning something with Gnome MultiWriter, you’ll want an OS picture. Download your OS image of choice to your Linux PC and open the Gnome MultiWriter app.

Inside Gnome MultiWriter, click on the menu icon on the prime left-hand part of the window. Search for the “Import ISO” choice and choose it. Choosing the “Import ISO” choice will deliver up a file-browsing window and permit the consumer to decide on the OS picture to make use of throughout the writing course of.

Use the file browser window to seek for your ISO picture, and click on the “Import” button to load it up.

With the ISO picture imported into Gnome MultiWriter, it’s secure to plug in all USB units.

When all USB units are plugged in and prepared, click on the “Start Copying” button to start out the writing course of.

Burning IMG recordsdata

Chances are you’ll want to write a uncooked OS picture file (IMG) to a USB gadget. Natively, it isn’t attainable to do that with Gnome MultiWriter, because it solely helps ISO recordsdata. Nonetheless, when you completely have to write down an IMG file, there’s a easy workaround: changing IMG to ISO.

At the moment, one of the best ways to transform an IMG file to ISO on Linux includes utilizing the CCD2ISO program. Sadly, the CCD2ISO app doesn’t come pre-installed on any Linux distribution, so that you’ll have to put in it. To set up the app, open up a terminal and enter the command that corresponds along with your Linux distribution.

Ubuntu

sudo apt set up ccd2iso

Debian

sudo apt-get set up ccd2iso

Arch Linux

sudo pacman -S ccd2iso

Fedora

sudo dnf set up ccd2iso

OpenSUSE

sudo zypper set up ccd2iso

Generic Linux

Want CCD2ISO and on a lesser-known Linux distribution? Don’t fear, the developer has a downloadable Tar archive of the app on SourceForge. To get it, ( head over to this web page and obtain the Tar archive. Then, open up a terminal and extract the archive.

cd ~/Downloads
tar -zxvf ccd2iso.tar.gz

Convert IMG To ISO

With the CCD2ISO app put in in your Linux PC, open up a terminal and enter the next command:

ccd2iso ~/location/of/img.img name-of-new-iso-file.iso

Changing a uncooked IMG file to an ISO file takes time, so be affected person. When the method is full, mount the ISO file. This a part of the conversion course of isn’t obligatory, however doing it is going to will let you verify that the conversion course of labored and that the recordsdata are accessible.

To mount an ISO, do the next:

mkdir ~/Desktop/iso-mount

mount -o loop name-of-new-iso-file.iso ~/Desktop/iso-mount

Confirm that the contents of the ISO are viewable in Linux by shifting the terminal to the iso-mount folder.

cd ~/Desktop/iso-mount

View the contents of the ISO with ls.

ls

If every little thing seems to be good, unmount the ISO file and delete the mount folder.

umount ~/Desktop/iso-mount

rmdir ~/Desktop/iso-mount

End up the method by opening Gnome MultiWriter and burning the ISO picture to USB.



Source link

Share.
Leave A Reply

Exit mobile version