If your phone is rooted you could also build isodrive in Termux to mount any ISO from your phone's storage
linuxmemes
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
Pen drives are cheap as dirt nowadays, especially small ones that are like 16GB. I'd just buy a new one.
Yes, they are cheap, but they wear out so fast that they aren't even worth that little money you put into them.
Yes, flash memory has limited writes, but what are you doing with your USB drives that they fail? I have at least one from 2005 that still works fine.
The only pendrive that lasted longer than 2 years for me is a 1gb lexar pendrive that is so old that I don't remember where it comes from, but from google I know that they were sold between 2006-12. I use them for installers, and sometimes to give legally obtained movies to my dad. I might be unlucky, but I had a pendrive that only lasted 2 writes.
They wear out if you write data on them, reading doesnt matter. if you just need them for install, you just write once and you can install the same arch on millions of computers
The key to make those cheap drives last a bit longer is by keeping as much free space as possible. For extra shitty drives, just leave half of its space alone (though they might die on their own no matter what you do).
Guess it's time to either get a new pendrive, or enter the void.
These new pendrives wear out after 2 months of light usage, so I'm probably going to choose the second one, but I'm afraid that if I make this step, there's no going back, and I'll forever be sucked into the void.
What crappy drive are you using that died after a couple months?
I usually just use the ones that just spawn into existance, that way they don't cost money. Last time I bought a toshiba, before that a kingston, and I don't remember what was before that, but I know that if I buy, I buy from reputable brands and even those fail.
So suck the void right back.
But everything is lost in the void ._.
*cough* netboot
How do I do that?
I was about to edit in a disclaimer about not asking me that because I’ve never used it with Arch and was half joking because it’s probably a huge pain compared to the iso. I’m sure it works well for what it does for those who use it. But I’ve never done it specifically with Arch and you’d need to use Ethernet.
Maybe build your own iso that doesn't include the things you won't use?
Yes, but I don't know how to do that. I might do some research on it tho.
I think you could mount the iso and manually delete the packages you dont want. Mounting an iso is as easy as
# mount -o loop /path/to/iso /path/to/mountpoint
You can also chroot into it while it is mounted: https://wiki.archlinux.org/title/Chroot
Disclaimer, I am not sure if deleting files inside the iso makes it weight less.
I don't know either, sorry.. but there's obviously a way. 🤣 If you find a good howto share a link.