dudekula mastan wrote:

>  
> 5)  Like fsck command on Linux, is there any command  to check the
> consistency of the ZFS file system ?
>  

As others have mentioned, ZFS doesn't require off line consistency
checking.  You can run 'zpool scrub' on a live system and check the
result with 'zpool status':

zpool status
  pool: tank
 state: ONLINE
 scrub: scrub completed with 0 errors on Tue Dec  5 21:07:08 2006
config:

        NAME        STATE     READ WRITE CKSUM
        tank        ONLINE       0     0     0
          mirror    ONLINE       0     0     0
            c3d0    ONLINE       0     0     0
            c4d0    ONLINE       0     0     0

errors: No known data errors

Ian

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to