Adding 9.1 disk to 10.2 machine

Adam Vande More amvandemore at gmail.com
Tue Oct 27 02:09:40 UTC 2015


On Mon, Oct 26, 2015 at 9:02 PM, Ian Fitzgerald <ianf at 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


More information about the freebsd-questions mailing list