ref: fb53d7e68bcb2108fb304c81dccb1d7ff50ffa1f
dir: /fsck/
#!/bin/rc # usage # disk/fsck /dev/sdFn/fs disk=$1 if(~ $#disk '') exit invalid disk # get the total number of blocks from the config block nblocks=`{disk/block $disk 2 | awk '$1 == "nblocks"{ print $2 }'} # write the free extents to /adm/frees disk/updatefrees $disk <{disk/unused $nblocks <{disk/used $disk} # change fsok from 0 to 1 disk/fsok $disk