[BACK]Return to xfs_rtcp.8 CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfsprogs / man / man8

File: [Development] / xfs-cmds / xfsprogs / man / man8 / xfs_rtcp.8 (download)

Revision 1.1, Wed May 9 06:56:06 2001 UTC (16 years, 5 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1, Release-1_0_0, Linux-2_4_5-merge

insert (experimental) rtcp binary - for eric/others working on realtime
support, this is a useful little tool.

.TH xfs_rtcp 8
.SH NAME
xfs_rtcp \- XFS realtime copy command
.SH SYNOPSIS
.nf
\f3xfs_rtcp\f1 [\f3\-e\f1 extsize] [\f3\-p\f1] \f2source\f1... \f2target\f1
.fi
.SH DESCRIPTION
.I xfs_rtcp
copies a file to the realtime partition on an XFS filesystem.
If there is more than one
.I source
and
.IR target ,
the final argument (the
.IR target )
must be a directory which already exists.
.SH OPTIONS
.TP
\f3\-e\f1 extsize
Sets the extent size of the destination realtime file.
.TP
\f3\-p\f1
Use if the size of the source file is not an even multiple of
the block size of the destination filesystem.
When
\f3\-p\f1 is specified
.I xfs_rtcp
will pad the destination file to a size which is an even multiple
of the filesystem block size.
This is necessary since the realtime file is created using
direct I/O and the minimum I/O is the filesystem block size.
.SH "SEE ALSO"
xfs(5),
mkfs.xfs(8),
mount(8).
.SH CAVEATS
Currently, realtime partitions are not supported under the Linux
version of XFS, and use of a realtime partition
.BR "WILL CAUSE CORRUPTION"
on the data partition.
As such, this command is made available for curious
.B "DEVELOPERS ONLY"
at this point in time.