Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Oct 2014 14:41:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 189696] [Regression] mdconfig and mdconfig2 startup scripts
Message-ID:  <bug-189696-8-MurtELJmE1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-189696-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-189696-8@https.bugs.freebsd.org/bugzilla/>

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

Ryan Steinmetz <zi@FreeBSD.org> changed:

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

--- Comment #1 from Ryan Steinmetz <zi@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.



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