Merge pull request #27220 from alfred-hong/master

提交译文
This commit is contained in:
Xingyu.Wang 2022-09-19 14:36:42 +08:00 committed by GitHub
commit a16fcfbd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 137 additions and 137 deletions

View File

@ -1,137 +0,0 @@
[#]: subject: "Rufus for Linux? Here Are the Best Live USB Creating Tools"
[#]: via: "https://itsfoss.com/live-usb-creator-linux/"
[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
[#]: collector: "lkxed"
[#]: translator: "alfred-hong"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
Rufus for Linux? Here Are the Best Live USB Creating Tools
======
Rufus is an open-source utility to create bootable USB drives. It is straightforward to use, with available options to tweak as per your requirements. Not just the ease of use, it is also incredibly fast to make bootable USB drives.
Unfortunately, Rufus is not available for Linux, it is only exclusive to Windows. So, most of us who have used it on Windows, look for Rufus alternatives on Linux.
If you are in the same boat, fret not, we have some excellent alternatives for various use-cases.
Let us explore some Rufus alternatives for Linux:
### 6 Best Live USB Creation Tools for Linux
All the options listed are entirely open-source and work perfectly fine with Linux distributions.
**Note:** *The list is in no particular order of ranking.*
#### 1. BalenaEtcher
![balena etcher 2022][1]
BalenaEtcher or Etcher is a good option for multiple platforms (Windows, macOS), including Linux users.
You do not get any advanced options here. Hence, it is pleasantly easy to use. Simply select the ISO (image file) and proceed to flash it on the target USB drive.
It is completely open-source and validates your drive after the process. Furthermore, it auto-selects connected USB drives to avoid choosing any hard disk if you accidentally wipe it.
You can refer to our [handy guide][2] to install it on Linux.
[BalenaEtcher][3]
#### 2. Fedora Media Writer
![fedora media writer][4]
Fedora Media Writer is particularly known to help you create live USB for Fedora Linux distribution. It can download the ISO file for you if you do not have it already.
It is also an excellent utility to fix your USB drive if you cannot format it for an issue caused by other bootable USB creation tools.
Fret not, you can also select a custom image (apart from Fedora Linux) to create a bootable USB.
You can find the [Flatpak][5] package on Flathub for the latest version on any Linux distribution. Refer to our [Flatpak guide][6] if youre new to this.
[Fedora Media Writer][7]
#### 3. Startup Disk Creator
![startup disk creator][8]
If you are using Ubuntu on your system, you already have a bootable USB creator pre-installed, i.e., Startup Disk Creator.
You can use it to select the desired ISO file (preferably any Ubuntu version) and choose the target USB device to proceed.
Once you confirm the action, it will proceed with writing the data to complete the bootable drive.
#### 4. SUSE Studio Imagewriter
![imagewriter suse][9]
SUSE Studio Imagewriter is a simple live USB creator.
I did not find it in the software center for Ubuntu, but it was available in the community repositories (Manjaro) and AUR. So, you can take a look at it if it is available for your Linux distribution.
[SUSE Studio Imagewriter][10]
#### 5. UNetbootin
![unetbootin][11]
UNetbootin is a live USB creator that supports Linux, Windows, and macOS. You get a few options to tweak, in case you want to explore all the available drives, and can also select a distribution to download the ISO file automatically.
It is not specific for any Linux distribution, unlike some options above. So, it supports a wide variety of distributions and system utilities.
[UNetbootin][12]
#### 6. Ventoy
![ventoy screenshot 2022][13]
Ventoy is an interesting bootable USB solution that lets you simply copy-paste the image to create a live USB drive.
You only have to install Ventoy to the USB drive, which makes two separate partitions. One of the partitions is used to store ISO images that you can simply paste into the USB drive to make it bootable.
Interestingly, you can also use it to [create multiboot USB][14].
It is available for Windows and Linux.
[Ventoy][15]
### Wrapping Up
Ventoy seems like an exciting choice among the options above if you need multiple Linux distributions on your USB drive without needing to repeatedly flash it.
For simplicity, distro-specific tools can be a good pick, like Startup Disk Creator for Ubuntu, and Fedora Image Writer for Fedora Linux.
SUSE Image Studio is an interesting option, but may not be the most convenient one.
If you do not have any specific preferences, BalenaEtcher should be a straightforward option, with UNetbootin as a suitable alternative to it.
What do you prefer to create a bootable USB drive? Let me know your thoughts in the comments below.
--------------------------------------------------------------------------------
via: https://itsfoss.com/live-usb-creator-linux/
作者:[Ankush Das][a]
选题:[lkxed][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/ankush/
[b]: https://github.com/lkxed
[1]: https://itsfoss.com/wp-content/uploads/2022/06/balena-etcher-2022-800x537.png
[2]: https://itsfoss.com/install-etcher-linux/
[3]: https://www.balena.io/etcher/
[4]: https://itsfoss.com/wp-content/uploads/2022/06/fedora-media-writer.png
[5]: https://itsfoss.com/what-is-flatpak/
[6]: https://itsfoss.com/flatpak-guide/
[7]: https://flathub.org/apps/details/org.fedoraproject.MediaWriter
[8]: https://itsfoss.com/wp-content/uploads/2022/06/startup-disk-creator.png
[9]: https://itsfoss.com/wp-content/uploads/2022/06/imagewriter-suse.png
[10]: https://software.opensuse.org/package/imagewriter
[11]: https://itsfoss.com/wp-content/uploads/2022/06/unetbootin.png
[12]: https://unetbootin.github.io/
[13]: https://itsfoss.com/wp-content/uploads/2022/06/ventoy-screenshot-2022.png
[14]: https://itsfoss.com/multiple-linux-one-usb/
[15]: https://www.ventoy.net/

View File

@ -0,0 +1,137 @@
[#]: subject: "Rufus for Linux? Here Are the Best Live USB Creating Tools"
[#]: via: "https://itsfoss.com/live-usb-creator-linux/"
[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
[#]: collector: "lkxed"
[#]: translator: "alfred-hong"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
Rufus 创建 Linux? 这里有最佳的 U 盘启动盘创建工具
======
Rufus 一个用来创建启动盘的完全开源程序。它可以按照您的需求进行调整,用起来很简单。不仅用起来很方便,而且制作启动盘的速度也很快。
遗憾的是Rufus 不能在Linux上使用它只能在 Windows 上使用。因此大多数在 Windows 上使用过 Rufus 的人都会在Linux上寻找替代软件。
如果你也是一样在寻找替代品,不用担心,对不同的使用条件我们有一些优秀的替代软件。
我们来看看一些关于 Rufus 的替代软件:
### 6 款最佳的 Linux 启动盘创建工具
列出的所有替代软件都是完全开源的,并且在 Linux 发行版运行很好。
**注意:** *下列软件无任何特定排序*
#### 1. BalenaEtcher
![balena etcher 2022][1]
BalenaEtcher 或 Etcher 对于多平台( Windows、 MacOS)用户是一个很好的选择,包括 Linux 用户。
在此软件上没有任何高级选项。因此十分容易使用。只需要选择 ISO镜像文件然后选中目标 U 盘进行写入即可。
它是完全开源的,并在写入完成后检验你的 U 盘。此外,它还自动选择连接你的 U 盘,用以避免你不小心的选择硬盘格式化。
你可以参考安装 Linux [便捷手册][2]。
[BalenaEtcher][3]
#### 2. Fedora Media Writer
![fedora media writer][4]
Fedora Media Writer 是专门用来帮助用户创建 Fedora Linux 启动盘的软件。如果你还没有 ISO 文件,你可以用它下载。
它也是一个优秀的 U 盘启动盘修复程序,当其他的 U 盘启动盘创建软件导致你不能格式化你的 U 盘时。
不用担心,您也可以选择其他镜像(除了 Fedora Linux来创建启动盘。
你可以在 Flathub 找到任何 Linux 发行版的最新的 [Flatpak][5] 软件包。如果你是新手请参考 [Flatpak 指导][6]
[Fedora Media Writer][7]
#### 3. Startup Disk Creator
![startup disk creator][8]
如果你使用的是 Ubuntu 系统,再系统上已经预装了一个 U 盘启动盘制作软件即 Startup Disk Creator。
你可以用它选择任何需要的 ISO 文件(最好是 Ubuntu 的任何版本)和选择 USB 设备进行下一步。
当你确认操作后,它就会写入数据来完成制作启动盘。
#### 4. SUSE Studio Imagewriter
![imagewriter suse][9]
SUSE Studio Imagewriter 是一个简单的启动盘制作软件。
我没有在 Ubuntu 软件中心找到它,但是在 the community repositories (Manjaro) 和 AUR中可以找到。如果它可以适配你的 Linux 发行版,你可以试试它。
[SUSE Studio Imagewriter][10]
#### 5. UNetbootin
![unetbootin][11]
UNetbootin 是一个支持 Linux、Windows 和 macOS 的 U 盘启动制作软件. 如果您想查看所有可用的驱动您有几个选项进行调整还可以选择一个发行版来自动下载ISO文件。
它与上面的软件不同,它并不是指定用在某些 Linux 发行版。因此,它支持各种各种各样的发行版和系统程序。
[UNetbootin][12]
#### 6. Ventoy
![ventoy screenshot 2022][13]
Ventoy 是一个有趣的 USB 启动盘解决方案,它只要你复制粘贴镜像文件到 U 盘。
你仅仅需要在 U 盘上安装 Venoy它会在其建立两个分区。其中一个用来存储 ISO 镜像,你只需要将镜像文件粘贴到 U 盘即制作成功。
有趣的是你还可以用来[引导多个系统][14]。
它可在 Windows 和 Linux 上使用。
[Ventoy][15]
### 尾声
如果你的 U 盘上需要多个Linux发行版而不是反复格式化它 Ventoy 似乎是上面所有选项中一个令人兴奋的选择。
为了简单起见特定发行版的工具可是很好的选择例如Ubuntu 的 Startup Disk Creator 和 Fedora 的镜像烧录 Fedora Media Writer。
SUSE Studio Imagewriter 是一个有趣的选择,但可不能不是最方便的。
如果你没有任何特定的偏好BalenaEtcher 应该是最直接的选择UNetbootin 是它的一个合适的替代软件。
你最偏爱哪个 U 盘启动盘创建软件?在下面的评论区中让我了解你的想法。
--------------------------------------------------------------------------------
via: https://itsfoss.com/live-usb-creator-linux/
作者:[Ankush Das][a]
选题:[lkxed][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://itsfoss.com/author/ankush/
[b]: https://github.com/lkxed
[1]: https://itsfoss.com/wp-content/uploads/2022/06/balena-etcher-2022-800x537.png
[2]: https://itsfoss.com/install-etcher-linux/
[3]: https://www.balena.io/etcher/
[4]: https://itsfoss.com/wp-content/uploads/2022/06/fedora-media-writer.png
[5]: https://itsfoss.com/what-is-flatpak/
[6]: https://itsfoss.com/flatpak-guide/
[7]: https://flathub.org/apps/details/org.fedoraproject.MediaWriter
[8]: https://itsfoss.com/wp-content/uploads/2022/06/startup-disk-creator.png
[9]: https://itsfoss.com/wp-content/uploads/2022/06/imagewriter-suse.png
[10]: https://software.opensuse.org/package/imagewriter
[11]: https://itsfoss.com/wp-content/uploads/2022/06/unetbootin.png
[12]: https://unetbootin.github.io/
[13]: https://itsfoss.com/wp-content/uploads/2022/06/ventoy-screenshot-2022.png
[14]: https://itsfoss.com/multiple-linux-one-usb/
[15]: https://www.ventoy.net/