[Bug 189696] [Regression] mdconfig and mdconfig2 startup scripts

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Oct 25 14:41:56 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189696

Ryan Steinmetz <zi at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zi at FreeBSD.org
           Severity|Affects Only Me             |Affects Some People

--- Comment #1 from Ryan Steinmetz <zi at FreeBSD.org> ---
# grep mdconf /etc/rc.conf
mdconfig_md0="-t malloc -s 128m -o reserve"
mdconfig_md0_owner="1001"
mdconfig_md0_perms="0700"

# mdconfig restart
Umounting /dev/md0.
Destroying md0.
Device /dev/md0_owner isn't mounted.
Device /dev/md0_perms isn't mounted.
Creating md0 device (malloc).
Mounting /dev/md0.
Creating md0_owner device (1001).
usage: mdconfig -a -t type [-n] [-o [no]option] ... [-f file]
                [-s size] [-S sectorsize] [-u unit]
                [-x sectors/track] [-y heads/cylinder]
       mdconfig -d -u unit [-o [no]force]
       mdconfig -l [-v] [-n] [-f file] [-u unit]
       mdconfig file
                type = {malloc, vnode, swap}
                option = {cluster, compress, reserve}
                size = %d (512 byte blocks), %db (B),
                       %dk (kB), %dm (MB), %dg (GB) or
                       %dt (TB)
Creating md0_owner device failed, moving on.
Creating md0_perms device (0700).
usage: mdconfig -a -t type [-n] [-o [no]option] ... [-f file]
                [-s size] [-S sectorsize] [-u unit]
                [-x sectors/track] [-y heads/cylinder]
       mdconfig -d -u unit [-o [no]force]
       mdconfig -l [-v] [-n] [-f file] [-u unit]
       mdconfig file
                type = {malloc, vnode, swap}
                option = {cluster, compress, reserve}
                size = %d (512 byte blocks), %db (B),
                       %dk (kB), %dm (MB), %dg (GB) or
                       %dt (TB)
Creating md0_perms device failed, moving on.

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


More information about the freebsd-bugs mailing list