"You must specify a volume path" Trying to create an ISO file

"You must specify a volume path" Trying to create an ISO file

I'm trying to create an ISO file of Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave, in my Mac with Success' href='/2020/12/install-macos-catalina-on-supported-pc.html'>Catalina with these commands (I already have the installer of Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave in Applications)

hdiutil create -o /tmp/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave -size 7900m -volname Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave -layout SPUD -fs HFS+J

hdiutil attach /tmp/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave.dmg -noverify -mountpoint /Volumes/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave

sudo /Applications/Install\ macOS\ Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave.app/Contents/Resources/createinstallmedia – volume /Volumes/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave –nointeraction hdiutil detach /volumes/Install\ macOS\ Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave

hdiutil convert /tmp/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave.dmg -format UDTO -o ~/Desktop/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave.cdr

mv ~/Desktop/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave.cdr ~/Desktop/Success' href='/2020/12/install-macos-mojave-on-supported-pc.html'>Mojave.iso

But with this command, I have the problem

https://preview.redd.it/5eqv0nix9hz41.png?width=1220&format=png&auto=webp&s=76b69a9775552df34ca06fed0822e0f262bcd398

What I'm doing wrong?

https://preview.redd.it/0wt86fu5chz41.png?width=1220&format=png&auto=webp&s=1d63b8cce3c38cc3140a3e20199226d2f8d06496

Author: @adrialexis_124