Mount: /dev/da0: Operation not permitted

Bertram Scharpf lists at bertram-scharpf.de
Mon Jun 30 18:30:21 UTC 2014


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


More information about the freebsd-questions mailing list