One for all,all for one.
顯示具有
parted
標籤的文章。
顯示所有文章
顯示具有
parted
標籤的文章。
顯示所有文章
2012年6月16日 星期六
get partition start
# parted -s /dev/sda unit s print | grep -iE -A 100000 "[[:space:]]*Start[[:space:]]*End[[:space:]]*" | sed -e "s/^.*[[:space:]]*Start[[:space:]]*End[[:space:]]*.*$//g" | sed "/^$/d" | awk -F" " '{print $2}' | sed -e "s/s$//g" | sort -n | head -n 1
較舊的文章
首頁
訂閱:
文章 (Atom)