目录1. 查看所有磁盘的物理信息方法 1:使用 lsblk(推荐)方法 2:使用 fdisk -l(需 root)2. 区分系统盘和 SSD根据挂载点判断根据磁盘类型判断3. ouIMicHRcc查看已挂载磁盘的使用情况4. 确认磁盘是否为
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I\'m only pushing changes to the default branch. H