#!/bin/sh

mount | egrep ".* on .* type ext2" | awk '{ print $3"/lost+found" }' | sed 's://*:/:g'
