Format USB - MX tool - does it work properly?  [Solved]

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
dolphin_oracle
Developer
Posts: 22651
Joined: Sun Dec 16, 2007 12:17 pm

Re: Format USB - MX tool - does it work properly?

#11 Post by dolphin_oracle »

fehlix wrote: Sun Dec 17, 2023 11:27 am
dolphin_oracle wrote: Sun Dec 17, 2023 10:53 am live-usb-maker doens't care if the device is preformatted or not. especially the dd mode, which just replaces the file system anyway. you could do a dd write onto completed blank media, no filesystem at all.

for the "full featured" writes, live-usb-maker reformats the device anyway.

I suppose there could be some issue with informing the kernel of the change in format on an sd card in a usb adapter. if so, probably wouldn't happen to all users.
Nope..,
reproducable with

Code: Select all

LANG=pl_PL.UTF-8 format-usb
It's one of those issues where translated strings get processed,
and processing fails due to unexpacted strings.

Send a fix shortly to github, where
ui->comboBoxDataFormat->currentIndex()
is used instead of
ui->comboBoxDataFormat->currentText()
which provides desired format from a list
QList<QString> format_list = format_list << "vfat" << "ext4" << "exfat" << "ntfs";
...
~~~
that was my next guess! :bagoverhead:

thanks! that really shouldn't be translated. I'll take care of it.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

popjah
Posts: 36
Joined: Wed Oct 16, 2019 2:11 pm

Re: Format USB - MX tool - does it work properly?

#12 Post by popjah »

I use it almost every day, with multiple usbs and for various formats; absolutely no problem here.

User avatar
dolphin_oracle
Developer
Posts: 22651
Joined: Sun Dec 16, 2007 12:17 pm

Re: Format USB - MX tool - does it work properly?

#13 Post by dolphin_oracle »

updated version here: https://drive.google.com/file/d/1jUVgFX ... drive_link

should hit repos soonish.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
kris777
Posts: 58
Joined: Thu Mar 15, 2018 2:00 pm

Re: Format USB - MX tool - does it work properly?  [Solved]

#14 Post by kris777 »

Hurray, it works properly! this is probably an error related to the language of the MXlinux System and the Format USB program :-)

User avatar
dolphin_oracle
Developer
Posts: 22651
Joined: Sun Dec 16, 2007 12:17 pm

Re: Format USB - MX tool - does it work properly?

#15 Post by dolphin_oracle »

kris777 wrote: Sun Dec 17, 2023 12:40 pm Hurray, it works properly! this is probably an error related to the language of the MXlinux System and the Format USB program :-)
I should have handled the combo box choice better. Thanks for the report!!!
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
linexer2016
Posts: 733
Joined: Thu Dec 15, 2016 8:15 pm

Re: Format USB - MX tool - does it work properly?

#16 Post by linexer2016 »

Edited post(s) as Kris now has marked the thread solved.

Post Reply

Return to “MX Help”