Page MenuHomePhabricator
Paste P8997

Masterwork From Distant Lands
ActivePublic

Authored by Eevans on Aug 28 2019, 7:26 PM.
Tags
None
Referenced Files
F30143728: raw.txt
Aug 28 2019, 7:26 PM
Subscribers
None
#!/bin/bash
for dev in `grep srv <(mount) |awk '{ print $1; }'`; do
printf "%-12s " "$dev"
grep -i 'reserved block count' <(sudo tune2fs -l $dev)
done

Event Timeline

Eevans changed the title of this paste from untitled to Masterwork From Distant Lands.
Eevans updated the paste's language from autodetect to shell.Aug 28 2019, 7:26 PM