Date: Mon, 12 May 1997 17:37:56 -0700 (PDT) From: "Brian N. Handy" <handy@sag.space.lockheed.com> To: hackers@FreeBSD.ORG Subject: Re: newfs hangs my system? Message-ID: <Pine.OSF.3.96.970512173551.12407A-100000@sag.space.lockheed.com> In-Reply-To: <Pine.OSF.3.96.970512164812.12315A-100000@sag.space.lockheed.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I wrote, not 30 minutes ago:
>[...] Newfs is hanging my machine.
And I've figured out my problem. I was doing
newfs [options] /dev/ccd0c
And I shoulda been doing
newfs [options] /dev/rccd0c
Why was I doing this? This problem wasn't unique to my CCD, I was able to
crash my machine without this. No, the problem is in the man page for
newfs. I quoth from the examples:
EXAMPLES
mount_mfs -s=20480 -o nosuid,nodev /dev/sd0b /tmp
--> shouldn't this be /dev/rsd0b?
Thanks,
Brian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.96.970512173551.12407A-100000>
