On 08/03/2013, Maroš Žilka <maros.zilka@gmail.com> wrote: > > when we list mounts with mount it shows is it but when we want to > umount it says path (dir) not found or doesnt exist. I would try, instead of mount, run cat /proc/mounts to see what is mounted. Then umount anything you see there that is related. Might help?