madMAx43v3r / chia-plotter

Apache License 2.0
2.28k stars 664 forks source link

Command line won’t accept drives with a space in the drive name. Just fyi #275

Open szarkivach opened 3 years ago

szarkivach commented 3 years ago

I had same problem. Found the problem! If your temp drive or destination drive label name has a space you get that error. Rename drives to one word no spaces and boom!

Talking about that pool code not 96 hex issue. Space in drive name confuses the command run on start up

Originally posted by @szarkivach in https://github.com/madMAx43v3r/chia-plotter/issues/132#issuecomment-859719417

Dartellum commented 3 years ago

Use quotes: -t "/some/drive name/".

speedmann commented 3 years ago

or don't use spaces... Spaces don't go in file-/pathnames

Hardcore-fs commented 3 years ago

this is not the app.. generally no linux Cli tool will accept spaces, When linux calls an app the command line is already parsed by the linux os. (spaces are separaters) the app gets the leftovers.

Generally it is very bad practice to have spaces & amulets in file & directly names on ANY OS due to multi-byte character sets. ESP..... when dealing with "del" & "rm" on linux......

(anyone who whines.. well i can use it on windows.. better go check out the windows developer website, or better still the German amulet fiasco, where MS completely destroyed the distinction between 3 separate characters...)