Hi Nabeel,

Nabeel Saad wrote:
> So, we do ./run.sh & and then the zpool and zfs commands are available.  My 
> ZFS questions come here, once we run the create command, I get the error 
> directly: 
> 
> [root]# zpool create mypool sda 
> fuse: mount failed: Invalid argument 
> cannot mount 'mypool': Input/output error 

Are you sure this is what you wanted to do?

If you already had a pool in sda and you create another one in the same 
device, you will overwrite the old pool and you no longer will be able 
to access the data you had in there...

Perhaps you wanted to do "zpool import" instead?

> It seems the issue is with the mounting, and I can't understand why: 
> 
> [root]# zfs mount mypool 
> fuse: mount failed: Invalid argument 
> cannot mount 'mypool': Input/output error 

Before mounting the first zfs-fuse filesystem, you have to do "modprobe 
fuse".

> [root]# zfs allow 
> unrecognized command 'allow' 

This functionality is not available in the latest zfs-fuse version.

> Any thoughts or suggestions would be much appreciated! 

One suggestion: this mailing list is more appropriate for discussing the 
ZFS code. If you have questions regarding zfs-fuse, please use the more 
appropriate discussion group here:

http://groups.google.com/group/zfs-fuse/about

Thanks,
Ricardo

--
   <http://www.sun.com>         * Ricardo Manuel Correia *

Lustre Engineering Group
*Sun Microsystems, Inc.*
Portugal

Ricardo.M.Correia at Sun.COM


Reply via email to