USB Image Writer

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
thunderkiss65
Level 1
Level 1
Posts: 21
Joined: Wed Aug 10, 2011 4:04 pm

USB Image Writer

Post by thunderkiss65 »

I used to use Linux Mint for years. I moved to arch but I still use Cinnamon and what other tools i can find the exact name of.
I am looking for the exact name of the USB Image Writer so i can install it on Arch. Any help would be appreciated.
BTW, the website upgrades look great.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
RIH
Level 9
Level 9
Posts: 2892
Joined: Sat Aug 22, 2015 3:47 am

Re: USB Image Writer

Post by RIH »

I think it is now called mintstick, was usb-imagewriter.
It does come with quite a lot of dependencies though..
usb.png
Image
thunderkiss65
Level 1
Level 1
Posts: 21
Joined: Wed Aug 10, 2011 4:04 pm

Re: USB Image Writer

Post by thunderkiss65 »

Thank you! I appreciate it.
SimonPeter
Level 5
Level 5
Posts: 579
Joined: Tue Jul 13, 2021 5:13 am

Re: USB Image Writer

Post by SimonPeter »

thunderkiss65 wrote: Sun Nov 28, 2021 1:35 am I used to use Linux Mint for years. I moved to arch but I still use Cinnamon and what other tools i can find the exact name of.
I am looking for the exact name of the USB Image Writer so i can install it on Arch. Any help would be appreciated.
BTW, the website upgrades look great.
Essentially, mintstick is a frontend for dd (from coreutils).
minstick just opens the device (like /dev/sdX) for writing and writes a chunk of data onto it using python's file.write() .

You may be better off using dd itself.
sudo dd if=/path/to/iso of=/dev/sdX bs=4M status=progress && sync

Be careful not to overwrite device(s) containing important data. Always double check the device name (like /dev/sdX).
elixxx
Level 2
Level 2
Posts: 90
Joined: Sat Oct 19, 2013 1:19 pm

Re: USB Image Writer

Post by elixxx »

you can also consider etcher https://www.balena.io/etcher/ and/or unetbootin https://unetbootin.github.io/
Locked

Return to “Software & Applications”