Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2016 19:51:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 210986] Conflict ZFS with GEOM ?
Message-ID:  <bug-210986-6@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210986

            Bug ID: 210986
           Summary: Conflict ZFS with GEOM ?
           Product: Base System
           Version: CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: midnatt@protonmail.com
                CC: freebsd-amd64@FreeBSD.org
                CC: freebsd-amd64@FreeBSD.org

/root# gpart show
=3D>       63  234441585  ada0  MBR  (112G)
         63          1        - free -  (512B)
         64  234441576     1  freebsd  [active]  (112G)
  234441640          8        - free -  (4.0K)

=3D>        0  234441576  ada0s1  BSD  (112G)
          0  230686720       1  freebsd-zfs  (110G)
  230686720    3754856          - free -  (1.8G)

/root# gpart add -t freebsd-swap ada0s1
/root# gpart show
=3D>       63  234441585  ada0  MBR  (112G)
         63          1        - free -  (512B)
         64  234441576     1  freebsd  [active]  (112G)
  234441640          8        - free -  (4.0K)

=3D>        0  234441576  ada0s1  BSD  (112G)
          0  230686720       1  freebsd-zfs  (110G)
  230686720    3754856       2  freebsd-swap  (1.8G)

/root# reboot

/* FreeBSD will not boot */
...
Mounting from zfs:zroot failed with error 22.

Loader variables:
        vfs.root.mountfrom=3Dzfs:zroot
...

/* Recovery from usb memstick: */

# gpart delete -i 2 ada0s1
# reboot

/* and FreeBSD boot back into normal */

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210986-6>