Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2020 16:39:43 +0300
From:      =?UTF-8?B?w5Z6a2FuIEtJUklL?= <ozkan.kirik@gmail.com>
To:        Konstantin Belousov <kib@freebsd.org>
Cc:        freebsd-stable <freebsd-stable@freebsd.org>
Subject:   Re: msdosfs umount problem
Message-ID:  <CAAcX-AFHSDByOguw3esQq4ZXVqvZctoP_7t%2BWyK0KSP1HAFo6A@mail.gmail.com>
In-Reply-To: <X8o46QCUsPBx7nWa@kib.kiev.ua>
References:  <CAAcX-AEXzWbzyzNTD6g9j=peRZcyH=w%2BG6QoTSEM1bXacM4NWw@mail.gmail.com> <X8o46QCUsPBx7nWa@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
# ps alxww | grep umount
   0 13556  1360  0  20  0 10716  2076 mntref   D+    1    0:00.00 umount
-vf /mnt

checkedout version:
commit e7cae3d24a3e8d036c763f294bcd9883a180c36a (freebsd/stable/12)
https://github.com/freebsd/freebsd/commits/stable/12 (still it's the last
commit)

On Fri, Dec 4, 2020 at 4:26 PM Konstantin Belousov <kib@freebsd.org> wrote:

> On Fri, Dec 04, 2020 at 03:19:31PM +0300, =C3=96zkan KIRIK wrote:
> > Hello,
> >
> > I've just checkedout stable/12 branch. Unmounting msdosfs blocks
> >
> > # newfs_msdos -C 40M efiboot.img
> > efiboot.img: 81800 sectors in 10225 FAT16 clusters (4096 bytes/cluster)
> > BytesPerSec=3D512 SecPerClust=3D8 ResSectors=3D1 FATs=3D2 RootDirEnts=
=3D512
> > Media=3D0xf0 FATsecs=3D40 SecPerTrack=3D63 Heads=3D255 HiddenSecs=3D0
> > HugeSectors=3D81920
> > # mdconfig ./efiboot.img
> > md0
> > # mount -t msdosfs /dev/md0 /mnt
> > # umount -vf /mnt    (uninterruptable wait)
> >
> > On other termial:
> > # ps ax | grep umount
> > 1333  0  D+     0:00.00 umount -vf /mnt
> >
> > There is not such a problem on 12.1 stable
> Which revision did you checked out ?
> Show the mchan of the umount process, like 'px alxww | grep umount'.
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAcX-AFHSDByOguw3esQq4ZXVqvZctoP_7t%2BWyK0KSP1HAFo6A>