Date: Tue, 14 May 1996 02:41:13 +0100 From: "Gary Palmer" <gpalmer@FreeBSD.ORG> To: Genquan Xu <gxu@engr.csulb.edu> Cc: Greg Lehey <grog@lemis.de>, FreeBSD Questions <questions@FreeBSD.ORG> Subject: Re: Disk Utilities(add new HDD) Message-ID: <18020.832038073@palmer.demon.co.uk> In-Reply-To: Your message of "Mon, 13 May 1996 16:41:37 PDT." <Pine.SGI.3.93.960513162826.27089C-100000@heart.engr.csulb.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Genquan Xu wrote in message ID <Pine.SGI.3.93.960513162826.27089C-100000@heart.engr.csulb.edu>: > Greg Lehey: > Thank you for your help. I went to the last step to mount the > disk, but I get the following message: > # mount /dev/rwd1c /u1 > /dev/rwd1c on /u1: Block device required Try the block device (wd1c) rather than the character(raw) device (rwd1c). So the command would be: mount /dev/wd1c /u1 Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD - Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18020.832038073>