我知道以下将起作用:
hdiutil attach old.sparsebundle -mountroot .
diskutil rename old_label new_label
hdiutil detach old_label
hdiutil attach old.sparsebundle -mountroot .
这导致 old_label 被挂载为 new_label,但是挂载它以重命名它然后卸载它并重新挂载它以使标签生效是不优雅的。
还有其他方法吗?
我知道以下将起作用:
hdiutil attach old.sparsebundle -mountroot .
diskutil rename old_label new_label
hdiutil detach old_label
hdiutil attach old.sparsebundle -mountroot .
这导致 old_label 被挂载为 new_label,但是挂载它以重命名它然后卸载它并重新挂载它以使标签生效是不优雅的。
还有其他方法吗?