Skip to content

Instantly share code, notes, and snippets.

@dplord
Last active September 4, 2016 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dplord/834b0ad835b1b2c3c622725b13ff6f4a to your computer and use it in GitHub Desktop.
Save dplord/834b0ad835b1b2c3c622725b13ff6f4a to your computer and use it in GitHub Desktop.
# 列出磁盘
diskutil list
# umount挂载,这样可以把U盘分配给virtualbox
diskutil umountDisk /dev/disk2
卸载磁盘(弹出)
diskutil eject /dev/disk1s1
#关掉mac开机咚咚声音
永久关闭的话,输入以下命令即可:
sudo nvram SystemAudioVolume=%80
恢复的话输入:
sudo nvram -d SystemAudioVolume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment