Live data from Hacker News

Rufus: Reliable USB Formatting Utility

github.com

71–80 of 208 posts

Re: Rufus: Reliable USB Formatting Utility

#71
post #59
post #58

Earlier quoted context omitted.

What is wrong with just using dd?

To tag on, what's wrong with plain ol' cat or cp?

dd can do seek, skip, re-block. It's unusual to need the features but they exist for good reasons. I used dd to transfer 4.1BSD release tapes to a vax 11/720 via rl02 10meg pack and reconstruct the chunks on the receive side, long ago.

Re: Rufus: Reliable USB Formatting Utility

#72
post #66

Well have to say Rufus is good. But there is a far better tool: Ventoy. You will only need to format your thumb drive once and for all. After that, you will simply only need to copy the image file such as .iso, .vhd etc on to the drive and you are all set. Check details from the following sites. https://www.ventoy.net/en/index.html https://github.com/ventoy/Ventoy

Holy whackamoly! Booting directly from .iso files on a thumb drive? What kind of black magic is that?

This is the neatest thing I've seen on HN since the actually portable executable!

Re: Rufus: Reliable USB Formatting Utility

#73
post #9

With the disclaimer than I'm primarily a Linux user and may be missing something from Microsoft, isn't it weird that there are no tools for this functionality that come with Windows? I've tried a few times through the life of Windows 10 to make installer USB drives from inside Win10 with only microsoft tools but never found anything that worked. Rufus comes through for me again and again, but why do we need to downlo…

[deleted]

Re: Rufus: Reliable USB Formatting Utility

#74
post #66

Well have to say Rufus is good. But there is a far better tool: Ventoy. You will only need to format your thumb drive once and for all. After that, you will simply only need to copy the image file such as .iso, .vhd etc on to the drive and you are all set. Check details from the following sites. https://www.ventoy.net/en/index.html https://github.com/ventoy/Ventoy

I have been searching for something like that for ages.

Re: Rufus: Reliable USB Formatting Utility

#75

Earlier quoted context omitted.

I'm as big a Rufus fan as anyone, but for Windows 10 why wouldn't I just use Microsoft's boot image creator? That's what I've done lately, and it works every time with no fuss. https://www.microsoft.com/en-us/software-download/windows10 Edit: I just remembered that you might not be on a Windows device, in which case you may well want to download the ISO and use Rufus to make a bootable stick from it.

If you‘re under Windows and want any stick, use Rufus. If you‘re under Linux (or Mac) and have an Iso, use dd. At least that‘s how I do it.

My memory is a bit hazy, but I remember dd not working for Windows images. Did you test that recently?

Re: Rufus: Reliable USB Formatting Utility

#76
post #66

Well have to say Rufus is good. But there is a far better tool: Ventoy. You will only need to format your thumb drive once and for all. After that, you will simply only need to copy the image file such as .iso, .vhd etc on to the drive and you are all set. Check details from the following sites. https://www.ventoy.net/en/index.html https://github.com/ventoy/Ventoy

so cool what is this fuckery

Re: Rufus: Reliable USB Formatting Utility

#77
post #66

Well have to say Rufus is good. But there is a far better tool: Ventoy. You will only need to format your thumb drive once and for all. After that, you will simply only need to copy the image file such as .iso, .vhd etc on to the drive and you are all set. Check details from the following sites. https://www.ventoy.net/en/index.html https://github.com/ventoy/Ventoy

so cool what is this fuckery

GRUB

Re: Rufus: Reliable USB Formatting Utility

#78
post #54

I find it amusing if not a bit sad that the best utility for making bootable Linux flash drives is currently on Windows instead of Linux. The current state of making bootable USB drives on linux is actually quite crappy. UNetbootin used to be a good option but has stopped working on a lot of distros. Etcher.io worked great for a while, but has also stopped working for most situations. The built-in disk image creator…

probably because on most linux distros provide an image (iso) that can simply be written on any media and boots. like: cat ubuntu.iso >/dev/sdd or dd if=./ubuntu.iso of=/dev/sdd

Or you can go the GUI way, and use for instance gnome-disks to write the image to the disk (which also reduces the chance of writing to the wrong disk; when writing through the command line, I prefer to use the /dev/disk/by-path symlinks for that reason).

Re: Rufus: Reliable USB Formatting Utility

#79
post #67

what's the equivalent (especially handling bios and uefi and stuff) on linux for it? i would be really interested.

same tools really ... stuff like syslinux is included, and for "flashing" you could just use dd.

And it's also worth noting that eg. Debian has been providing hybrid images for years. Hybrid meaning you can write them directly to block device like USB drive or burn on CD. They exploit the fact that ISO images have first blocks empty and unused so you can put a classic MBR boot loader there.

Re: Rufus: Reliable USB Formatting Utility

#80
post #66

Well have to say Rufus is good. But there is a far better tool: Ventoy. You will only need to format your thumb drive once and for all. After that, you will simply only need to copy the image file such as .iso, .vhd etc on to the drive and you are all set. Check details from the following sites. https://www.ventoy.net/en/index.html https://github.com/ventoy/Ventoy

Wow, this has justified an entire year's worth of Hacker News dues in one go.
Post reply on HN