Re: Mount: /dev/da0: Operation not permitted
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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
討論串 (同標題文章)
完整討論串 (本文為第 3 之 7 篇):