Page 2 of 2

Re: mx-live-usb-maker || NO "DATA" PARTITION OPTION

Posted: Mon Sep 14, 2020 1:11 pm
by dolphin_oracle
got it.

the check to hide the the option is out of order with a development feature we just added. will fix tonight.

Re: mx-live-usb-maker || NO "DATA" PARTITION OPTION

Posted: Mon Sep 14, 2020 1:14 pm
by fehlix
raw2020 wrote: Mon Sep 14, 2020 12:55 pm I'm amazed that there are two versions of this same program on our system.
So the "mx-live-usb-maker" command is the GUI version without the option.
We don't have two versions, mx-live-usb-maker is the GUI-wrapper around
BitJam's magic live-usb-maker command line version:
You can just run it this way, go in the folder of the ISO:
E.g. using MX-19.2_ahs_x64.iso
and run :
sudo live-usb-maker --data-first -f ./MX-19.2_ahs_x64.iso

Code: Select all

sudo live-usb-maker --data-first -f ./MX-19.2_ahs_x64.iso
[sudo] Passwort für fehlix: 
===============================================================================
Starte live-usb-maker 2.41.17
===============================================================================
Nur ein USB-Zielgerät wurde gefunden sdg
Gerät sdg (57,9G SanDisk Ultra) wird als Ziel verwendet
Eine führende Datenpartition wird erstellt
                                                                                                                                     
Bitte eine Aktion auswählen                                                                                                          
  > Live-USB mit voller Funktionalität installieren                                                                                  
  > Verschlüsselten Live-USB-Stick erzeugen                                                                                          
  > Angepassten Live-USB erstellen (beinhaltet Option zur Verschlüsselung)                                                           
  > Weitere Optionen                                                                                                                 
Drücke <Enter> um das hervorgehobene Eintrag auszuwählen                                                                             
Verwende 'h' für Hilfe, 'r' zum Zurücksetzen, 'q' für Beenden         
Note: Try to avoid root-terminal, b/c you can to easily destroy your system.
Just use sudo to run terminal command as root, or use gksu (= mx-pkexec)
to run GUI apps as root.

Re: mx-live-usb-maker || NO "DATA" PARTITION OPTION

Posted: Mon Sep 14, 2020 3:22 pm
by Adrian
dolphin_oracle wrote: Mon Sep 14, 2020 1:11 pm got it.

the check to hide the the option is out of order with a development feature we just added. will fix tonight.
I already fixed it will push soon.

Re: mx-live-usb-maker || NO "DATA" PARTITION OPTION

Posted: Mon Sep 14, 2020 3:53 pm
by dolphin_oracle
Adrian wrote: Mon Sep 14, 2020 3:22 pm
dolphin_oracle wrote: Mon Sep 14, 2020 1:11 pm got it.

the check to hide the the option is out of order with a development feature we just added. will fix tonight.
I already fixed it will push soon.
great thanks!

Re: mx-live-usb-maker || NO "DATA" PARTITION OPTION

Posted: Wed Sep 16, 2020 1:36 pm
by raw2020
fehlix wrote: Mon Sep 14, 2020 1:14 pm
raw2020 wrote: Mon Sep 14, 2020 12:55 pm I'm amazed that there are two versions of this same program on our system.
So the "mx-live-usb-maker" command is the GUI version without the option.
We don't have two versions, mx-live-usb-maker is the GUI-wrapper around
BitJam's magic live-usb-maker command line version:
You can just run it this way, go in the folder of the ISO:
E.g. using MX-19.2_ahs_x64.iso
and run :
sudo live-usb-maker --data-first -f ./MX-19.2_ahs_x64.iso
gone. EMPTY partition

Code: Select all

sudo live-usb-maker --data-first -f ./MX-19.2_ahs_x64.iso
[sudo] Passwort für fehlix: 
===============================================================================
Starte live-usb-maker 2.41.17
===============================================================================
Nur ein USB-Zielgerät wurde gefunden sdg
Gerät sdg (57,9G SanDisk Ultra) wird als Ziel verwendet
Eine führende Datenpartition wird erstellt
                                                                                                                                     
Bitte eine Aktion auswählen                                                                                                          
  > Live-USB mit voller Funktionalität installieren                                                                                  
  > Verschlüsselten Live-USB-Stick erzeugen                                                                                          
  > Angepassten Live-USB erstellen (beinhaltet Option zur Verschlüsselung)                                                           
  > Weitere Optionen                                                                                                                 
Drücke <Enter> um das hervorgehobene Eintrag auszuwählen                                                                             
Verwende 'h' für Hilfe, 'r' zum Zurücksetzen, 'q' für Beenden         
Note: Try to avoid root-terminal, b/c you can to easily destroy your system.
Just use sudo to run terminal command as root, or use gksu (= mx-pkexec)
to run GUI apps as root.
OK, will try that next time fehlix.
This time I manually created the missing USB-DATA partition on the USB and it worked out. One note of cation tho:
If one renames the VOLUME label of the manually created fat32 partition (different label) then all of your files previously on it are gone. EMPTY partition. Why?

Code: Select all

-n VOLUME-NAME
           Sets the volume name (label) of the filesystem.  The volume name can be up to 11 characters long.  The default is no label.

Re: mx-live-usb-maker || NO "DATA" PARTITION OPTION

Posted: Wed Sep 16, 2020 1:36 pm
by dolphin_oracle
FWIW, we pushed a fixed mx-live-usb-maker earlier this week.