Date: Mon, 26 Oct 2015 21:09:38 -0500 From: Adam Vande More <amvandemore@gmail.com> To: Ian Fitzgerald <ianf@ozemail.com.au> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Adding 9.1 disk to 10.2 machine Message-ID: <CA%2BtpaK2CNUOAt7FsWTxMCdFnb6Gm-ijzBCcu0kkqZBFtn94BMw@mail.gmail.com> In-Reply-To: <004d01d1105b$7ba69c80$72f3d580$@com.au> References: <004d01d1105b$7ba69c80$72f3d580$@com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 26, 2015 at 9:02 PM, Ian Fitzgerald <ianf@ozemail.com.au> wrote: > > #mount -t ufs /dev/ada1p2 /data2 > > mount: /data2: No such file or directory > > > > then > > > > #mount -t ufs /dev/ada1p2 /disk2 > > mount: /disk2: No such file or directory You must create the directory before you can mount anything on it. mkdir /data2 -- Adam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BtpaK2CNUOAt7FsWTxMCdFnb6Gm-ijzBCcu0kkqZBFtn94BMw>