What is ZFS
ZFS is a Pooled of storage,there is no concept of volume, formating disk,newfs,fsck and vfstab.
ZFS supports adding or moving storage to existing pool.
ZFS Supports Built in compression,Snapshot,cloning,Quota management and NFS share.
WHat is ZFS:
ZFS is used to manage the Filesystem
What is zpoll:
Zpool is used to manage the Storage.
Create First ZFS Pool:
#spool create itchoice c1t0d0
ZFS Mirror or add disk
# zpool create itchoice mirror c1t2d0 c2t2d0
Create /data filesystem
#zfs create itchoice/data
#zfs set mountpoint=/data itchoice/data
ZFS Built-in compress:
# zfs set compression=on itchoice/data
ZFS Quota:
# zfs set quota=10g itchoice/data
# zfs set reservation=100g itchoice/data/kesavan
ZFS NFS Export
# zfs set sharenfs=rw itchoice/data
No comments:
Post a Comment