initial commit of bin scripts into git
This commit is contained in:
6
dump_labels
Executable file
6
dump_labels
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
parts=`cat /proc/partitions | egrep '[0-9]' | awk '{ print $4 } '`
|
||||
for i in $parts; do
|
||||
echo "$i: `sudo e2label /dev/$i 2> /dev/null`"
|
||||
done
|
||||
Reference in New Issue
Block a user