53 points
*
Deleted by creator
permalink
report
reply
18 points

Found the Ventoy bro /s

permalink
report
parent
reply

@AlligatorBlizzard @JustMarkov

Only FOUR ISO’s?

I forget the number, but I maxed out a 32GB flash drive with an absurd amount of ISO’s *LOL*

Wowzerz, this new external NVMe I need to format, how many ISO’s can I shoehorn onto 1TB, and the boot speeds will probably blow my mind \0/

permalink
report
parent
reply
8 points
*

What are some recommendations for putting Ventoy on your main USB (with other contents instead of just ISOs)? I need to find the guide I saw, it mentioned some configurations to prevent it from searching every directory for ISOs

Also the linked website can be subscribed to from here :)

!veronicaexplains@tinkerbetter.tube

permalink
report
parent
reply
12 points
*
Deleted by creator
permalink
report
parent
reply
4 points

Alternatively when creating the ventoy installation you can chose to leave X amount of space behind the ventoy partition and then create your own data partition there afterwards. You lose the advantage of “dynamically” sharing the available space between ventoy and your data, but with the seperqte partition you can use whatever filesystem you like for your data, and there is a clear seperation between ventoy and your other data.

permalink
report
parent
reply
2 points

I never really noticed performance decrease. But still this is great to know - thank you!

permalink
report
parent
reply
6 points

Only 4? Those are rookie numbers

permalink
report
parent
reply
2 points
*

Need a bigger dongle.

permalink
report
parent
reply
2 points

I have Ventoy on a USB stick, tried to use it recently for DBAN and it didn’t work, is there any way to get around that these days? Haven’t looked into it recently.

permalink
report
parent
reply
4 points

It works for Ultimate Boot CD, which includes DBAN and a lot of other fun stuff.

I play with retro hardware and Ventoy has also worked for me with some weird old isos that even Rufus didn’t work with (XP/Server 2003 multidisc from eXPerience that uses a Linux bootloader?)

permalink
report
parent
reply
1 point

That good advice, thank you, will definitely give that a shot!

permalink
report
parent
reply
30 points

I like Ventoy because I’m an ISO hoarder but if the task needs a dedicated USB, then I’ll open Etcher.

permalink
report
reply
4 points

I don’t… understand… the downvotes. I do the same thing though I never really get to the Balena Etcher part. Also, Ventoy is the only way to get a Windows ISO up and running from Linux, as far as I know.

permalink
report
parent
reply
7 points
*

The down votes are from the Etcher part, it has a cult of lovers and a cult of haters.

I’m l fine with people using Etcher, Rufus, or whatever works for them, but I’m aware that both software I just named has passionate haters.

permalink
report
parent
reply
8 points

Etcher is not recommend anymore because it’s adware and there are better free alternative like Impression

permalink
report
parent
reply
0 points

Sadly the “reddit mentality” has already established in this community – theres no “why” in these downvotes other than as a self-relief/validation thing.

permalink
report
parent
reply
24 points

I really don’t get why I should use anything else than dd

permalink
report
reply
16 points

Fear?

permalink
report
parent
reply
29 points

permalink
report
parent
reply
9 points

Not everyone likes to use commands for something as trivial as this, its nice to press a couple buttons and wait for it to be done vs learning how dd works and what arguments to use etc.

permalink
report
parent
reply
14 points
*

My favorite way to create a boot media is simply to use cat. No arguments, no shenanigans just a cat into the device :

cat debian.iso > /dev/sda

permalink
report
parent
reply
17 points

Replace cat with pv to get a progress bar for free

permalink
report
parent
reply
4 points

iirc there was a reason you should use dd instead of directly copying the data, I think something to do with device block alignment or something?

permalink
report
parent
reply
2 points

One caveat is that you will need write access to the drive, which probably means you need to run as root — can’t run that with sudo as-is, unlike dd.

permalink
report
parent
reply
5 points

Not everyone likes to install compicated graphical software which does a thousand and one things it shouldn’t do just to copy files to an external drive

permalink
report
parent
reply
1 point

“What, you guys don’t spend money in several external ssds?”

– this guy

permalink
report
parent
reply
2 points

What? You can use dd to read/write any block storage device (or file)

permalink
report
parent
reply
16 points

Great suggestions. The Ventoy bros are weird. Just use what works for you.

permalink
report
reply
14 points
*

dd, or cat with a shell redirect are all you need to write that iso.

My trouble with dd is all the flags I need to remember to make it fast and more convenient. dd if=file of=/dev/device oflag=direct status=progress bs=1M is there anything I’m missing?

permalink
report
reply
7 points
*

bs=1M

This part varies based on your hardware (my hardware is much faster with a value of 4096) , but other than that it’s everything.

Here is a handy script that can help determine which bs size is best for your hardware.

permalink
report
parent
reply
2 points

Neat! I’ll have to try that out.

permalink
report
parent
reply
2 points

I think you might mean 4096.

permalink
report
parent
reply
2 points

Yes, I do! Thanks!

permalink
report
parent
reply
4 points

dd can be soooo much faster too. But like you, I always forget the tags. I should make an alias sometime…

permalink
report
parent
reply
1 point

oflag=direct

What does this do?

permalink
report
parent
reply
2 points

oflag=direct

Prevents the writes from piling up in the cache. dd will report the transfer is done when the writes have been cached so this setting prevents dd from exiting until the data has been written completely to the block device.

permalink
report
parent
reply
2 points
*

Use conv=fsync

This ensures the cache is written before dd exits, but doesn’t necessarily write to disk directly. This means that, for small files, dd can finish release its hold on the input file quicker

permalink
report
parent
reply
1 point

The video description says it’s aimed at Windows users, dd and cat have no power there

permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

Community stats

  • 6.5K

    Monthly active users

  • 4.1K

    Posts

  • 57K

    Comments