https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189696
Ryan Steinmetz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|Affects Only Me |Affects Some People --- Comment #1 from Ryan Steinmetz <[email protected]> --- # 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
