Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2003 22:14:53 +0200
From:      Thorsten Greiner <thorsten.greiner@web.de>
To:        Deiter Alexandr Valerievich <tiamat@komi.mts.ru>
Cc:        freebsd-current@freebsd.org
Subject:   Re: mdmfs: newfs exited with error code 36
Message-ID:  <20030914201453.GA817@tybalt>
In-Reply-To: <001701c37af6$ddf96b40$6701320a@komi.mts.ru>
References:  <001701c37af6$ddf96b40$6701320a@komi.mts.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
* Deiter Alexandr Valerievich <tiamat@komi.mts.ru> [2003-09-14 22:10]:
> mdmfs: newfs exited with error code 36

This error seems to be generic, I see it on i386 too. I usually
mount /tmp with the following entry from fstab:

    md /tmp mfs rw,-s250m 2 0

This gives the newfs error mentioned above. Doing the steps by hand
I get:

# mdconfig -a -t swap -s 256m
md4
# newfs /dev/md4
/dev/md4: 256.0MB (524288 sectors) block size 16384, fragment size 4096
        using 4 cylinder groups of 64.02MB, 4097 blks, 4160 inodes.
super-block backups (for fsck -b #) at:
 160, 131264, 262368, 393472
newfs: wtfs: 4096 bytes at sector 192: Bad address


Regards

        -Thorsten

-- 
Williams and Holland's Law:
        If enough data is collected, anything may be proven by
        statistical methods.



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