Mount: /dev/da0: Operation not permitted

Chris Kelley mail at thechriskelley.com
Mon Jun 30 18:42:50 UTC 2014


On Jun 30, 2014, at 11:25 AM, Roland Smith <rsmith at xs4all.nl> wrote:

> Check the ownership and permissions of /dev/da0 and /mnt/vault.
I believe they’re correct:

# id
uid=0(root) gid=0(wheel) groups=0(wheel),5(operator)

# ls -la /dev | grep da0
crw-r-----   1 root  operator  0x50 Jun 26 07:41 da0

# ls -la /mnt | grep vault
drwxr-xr-x   2 root  wheel   512 Jun 30 10:19 vault

I tried changing the mount point to 777 just in case (and also removing/recreating the folder /mnt/vault)
# chmod 777 /mnt/vault

# ls -la /mnt | grep vault
drwxrwxrwx   2 root  wheel   512 Jun 30 10:19 vault

# mount -f /dev/da0 /mnt/vault
mount: /dev/da0: Operation not permitted

Also because I failed to mention earlier (replaced domain w/ hostname)
# uname -a
FreeBSD hostname 10.0-RELEASE FreeBSD 10.0-RELEASE #1 r265902: Mon May 12 10:03:45 PDT 2014     user at hostname:/usr/obj/usr/src/sys/CKY  i386


Thanks

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4203 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20140630/9c1177f3/attachment.bin>


More information about the freebsd-questions mailing list