Search Results

Search: Posts Made By: kpoobathi
6,679
Posted By panyam
How about this? df -h | awk...
How about this?


df -h | awk 'NF==1{a=$0;next} NF >1 { a=(a?a" "$0:$0) ; print a;a=""}' | awk 'int(substr($5,1,index($5,"%")-1))>=80'
Forum: Filesystems, Disks and Memory 03-25-2011
30,248
Posted By Corona688
/dev/sdb is the entire disk, you can't mount an...
/dev/sdb is the entire disk, you can't mount an entire disk unless the entire disk is just one partition.

What kind of RAID is it? Is it a software raid? You may not be able to mount it until...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 06:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy