this post was submitted on 09 Aug 2024
162 points (98.2% liked)

Linux

47309 readers
546 users here now

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

Related Communities

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

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] otter@lemmy.ca 8 points 1 month ago* (last edited 1 month ago) (1 children)

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

[–] JustMarkov@lemmy.ml 12 points 1 month ago* (last edited 1 month ago) (2 children)

https://www.ventoy.net/en/doc_search_path.html

tl;dr: create a .ventoyignore file inside the folder you want Ventoy not to scan.

[–] mle86 4 points 1 month ago

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.

[–] 7eter 2 points 1 month ago

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