As i have already discussed in my previous
post zfs filesystem and MySQL about zfs overview
and two most important command zpool and zfs. I am going to
continue with usage of zfs snapshots.
It includes create a pool, Create file system,
Taking a snapshot, Renaming Snapshots, Listing all snapshots,
restoring from snapshot and Moving the snapshot to other
location.
A snapshot is a
read-only copy of a file system or volume. Snapshots can be
created almost instantly, and initially consume no
additional disk space within the pool. However, as data within
the active dataset changes, the snapshot consumes disk space by
continuing to reference the old data and …
Showing entries 1 to 2
Aug
19
2011
Aug
17
2011
ZFS is a new kind of 128-bit file system that provides
simple administration, transactional semantics,
end-to-end data integrity, and immense scalability.
ZFS is not an incremental improvement to existing technology; it
is a fundamentally new approach to data management. ZFS was first
introduced in Solaris in 2004 and it is a default
filesystem in OpenSolaris, but Linux ports are underway,
Apple is shipping it in OS X 10.5 Leopard with limited zfs
capability ( Apple shutdown this project afterward due to some
known reason), and it will be included in FreeBSD 7.
ZFS Features:
- Pooled Storage Model
- Always consistent on disk
- Protection from data corruption
- Live data scrubbing …
Showing entries 1 to 2