creation of .iso fail when spaces to the label are added

Please post any bugs you have found
Post Reply
Message
Author
vstoykov
Posts: 6
Joined: Mon 25 Nov 2019, 21:36

creation of .iso fail when spaces to the label are added

#1 Post by vstoykov »

I experienced this only once, did not tested it again to confirm. Maybe it's because of the size, not the spaces.

I was using the tool for remastering the ISO.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#2 Post by musher0 »

Hi vstoykov.

Don't take chances, do not use spaces. Always use the underscore ("_") instead of
the space. The Linux system reads names of files and such differently from WhineDose.

IHTH.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
rockedge
Posts: 1864
Joined: Wed 11 Apr 2012, 13:32
Location: Connecticut, United States
Contact:

#3 Post by rockedge »

musher0 is correct....Linux does not like spaces in file names...use underscore "_" or dash "-"

vstoykov
Posts: 6
Joined: Mon 25 Nov 2019, 21:36

#4 Post by vstoykov »

I did not read the scripts, but it's probably missing quotes.

Something like:

Code: Select all

$variable
instead of

Code: Select all

"$variable"

Post Reply