Solution for "/Volumes/*** is not a valid volume mount point. " while making usb installer
<Problem>
While trying to make a bootable drive with the follow command(***is the name of usb drive):
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/*** --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction
it turns error:
"/Volumes/*** is not a valid volume mount point. "
<Solution>
Run this command on terminal
sudo plutil -replace CFBundleShortVersionString -string "12.6.03" /Applications/Install\ macOS\ Sierra.app/Contents/Info.plist
and then try it again
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/*** --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction
MacBook Pro 13", macOS 10.15