Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 20:30:18 +0200
From:      Bertram Scharpf <lists@bertram-scharpf.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: Mount: /dev/da0: Operation not permitted
Message-ID:  <20140630183018.GA98290@becker.bs.l>
In-Reply-To: <AE1180C0-0C4A-4EBB-AD44-14F6FA905E79@thechriskelley.com>
References:  <AE1180C0-0C4A-4EBB-AD44-14F6FA905E79@thechriskelley.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, 30. Jun 2014, 10:32:57 -0700,, Chris Kelley wrote:
> # mount -t ufs /dev/da0 /mnt/vault
> mount: /dev/da0: Operation not permitted

The first block of 512 bytes is used for partition information and may
not be overwritten by any file system. Do the partitioning, then say
something like

  # newfs -U /dev/da0s1a
                     ^^^
  # mount /dev/da0s1a /mnt/foo
                  ^^^

Start here: <http://www.freebsd.org/doc/handbook/disks-adding.html>.

Bertram

-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de



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