Hello.
I have been trying to hook up an external drive that has an xfs file-system under FreeBSD 8.1. I read there is "working" read-only support for xfs and thought i mount copy over my music, so far i have had no luck mounting the drive.
After some reading i realized i might need sysutils/xfsprogs, however after installing the port i get the same problem "Operation not permitted" as below:
Thanks in advance for any help.
I have been trying to hook up an external drive that has an xfs file-system under FreeBSD 8.1. I read there is "working" read-only support for xfs and thought i mount copy over my music, so far i have had no luck mounting the drive.
After some reading i realized i might need sysutils/xfsprogs, however after installing the port i get the same problem "Operation not permitted" as below:
# file - < /dev/da1s1
Code:
/dev/stdin: SGI XFS filesystem data (blksz 4096, inosz 256, v2 dirs)
# kldstat | grep xfs
Code:
67 1 0xffffffff819cc000 5d91c xfs.ko
# mount -t xfs /dev/da1s1 /mnt/xfs/
Code:
mount: /dev/da1s1 : Operation not permitted
# uname -a
Code:
FreeBSD 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010
root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
Thanks in advance for any help.