lvm – ext3快照支持

ext3文件系统是否支持快照?如果是这样,是否可以使用没有LVM的直接分区来完成?

“直分区”的示例如下:

> / dev / sda1 / boot ext3
> / dev / sda2 / ext3
> / dev / sda3 swap

解决方法

Unlike a number of modern file systems,Ext3 does not have native support for
snapshots - the ability to quickly capture the state of the filesystem at
arbitrary times,instead relying on less space-efficient volume level snapshots
provided by the Linux LVM. The Next3 file system is a modified version of Ext3
which offers snapshots support,yet retains compatibility to the EXT3 on-disk
format

引用:http://en.wikipedia.org/wiki/Ext3#Lack_of_snapshots_support

相关文章

/etc/sysctl.conf这个目录主要是配置一些系统信息,/etc/sys...
1.作用 useradd或adduser命令用来建立用户帐号和创建用户的起...
它们都是多模式编辑器,不同的是vim 是vi的升级版本,它不仅...
不管是我们在安装软件还是监测软件的使用性能,我们都要随时...
装好Tomcat7后,发现除了本机能访问外界访问不了,岂有此理。...
修改防火墙配置需要修改 /etc/sysconfig/iptables 这个文件,...