On 08/03/2013, David <[email protected]> wrote: > On 08/03/2013, Maroš Žilka <[email protected]> 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?
Also, after: cat /proc/mounts <device> <mountpoint> ... ... ... ... try: umount <device> instead of: umount <mountpoint> Might help? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAMPXz=q+OkzjeteoQEC+HJ_24v==gYHYPwHxfS9=ohvrdut...@mail.gmail.com

