摘要: 出处未知 #!/bin/bash clear part=$(mount |grep '^/dev.* / ' |awk '{print $1}') if [ -z "$part" ];then echo "Error detecting rootfs" exit -1 fi dev=$(echo $ 阅读全文
posted @ 2021-08-20 15:46 chenjj100419 阅读(56) 评论(0) 推荐(0)