[Bug 278437] umount(8) doesn't support partitions & slices

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 18 Apr 2024 15:43:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278437

            Bug ID: 278437
           Summary: umount(8) doesn't support partitions & slices
           Product: Base System
           Version: 15.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: rbranco@suse.com

When I submitted PR I missed adding support for partitions and slices.

To reproduce:

$ sudo mdconfig ~/FreeBSD-14.0-RELEASE-arm64-aarch64-RPI.img
md0
$ sudo umount -d /mnt
umount: invalid md device: /dev/md0s2a

Fix:
https://github.com/freebsd/freebsd-src/pull/1183

-- 
You are receiving this mail because:
You are the assignee for the bug.