Re: Fixing /proc/mtab
On 08/03/2013, David <bouncingcats@gmail.com> wrote:
> 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?
Also, after:
cat /proc/mounts
<device> <mountpoint> ... ...
... ...
try:
umount <device>
instead of:
umount <mountpoint>
Might help?
Reply to: