View Single Post
  #4   (View Single Post)  
Old 19th December 2010
ghostcorps ghostcorps is offline
New User
 
Join Date: Nov 2010
Posts: 8
Default

Thanks

I have been trying gpart also, but when I create a 'freebsd-ufs' type partition as below:

Code:
# gpart create -s gpt da2
# gpart add -t freebsd-ufs da2
# gpart show

=>        34  5859704765  da2  GPT  (2.7T)
          34  5859704765    1  freebsd-ufs  (2.7T)
it doesn't mount:

Code:
# mount /dev/da2s1 /media
mount: /dev/da2s1 : Operation not permitted
even with -t ufs... Obviously I am doing something wrong, but I havn't figured it out yet.

Last edited by ghostcorps; 19th December 2010 at 11:58 PM.
Reply With Quote