|
NAMEfsfreeze - suspend access to a filesystem (Linux Ext3/4, ReiserFS, JFS, XFS)SYNOPSISfsfreeze --freeze|--unfreeze mountpointDESCRIPTIONfsfreeze suspends and resumes access to an filesystemfsfreeze halts new access to the filesystem and creates a stable image on disk. fsfreeze is intended to be used with hardware RAID devices that support the creation of snapshots. fsfreeze is unnecessary for device-mapper devices. The device-mapper (and LVM) automatically freezes filesystem on the device when a snapshot creation is requested. For more details see the dmsetup(8) man page. The mount-point argument is the pathname of the directory where the filesystem is mounted. The filesystem must be mounted to be frozen (see mount(8)). Note that access time updates are also suspends if the filesystem is mounted with the traditional atime semantics (mount option strictatime, for more details see mount(8)). OPTIONS
AUTHORWritten by Hajime Taira.NOTESThis man page based on xfs_freeze. One of -f or -u must be supplied to fsfreeze.SEE ALSOmount(8)AVAILABILITYThe fsfreeze command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
Visit the GSP FreeBSD Man Page Interface. |