search for: fidevice

Displaying 4 results from an estimated 4 matches for "fidevice".

Did you mean: fbdevice
2009 Jan 13
0
[btrfs-progs 2/4] Add man/btrfsctl.8.in
...]size\fR +Resizes the filesystem with the \fIsize\fP specified. If the value is preceded with a signed symbol, the filesystem is resized with respect to the current filesystem size. \fIsize\fP can be suffixed by k,m or g to represent kilobytes, megabytes, or gigabytes respectively. +.TP +\fB\-A\fR \fIdevice\fR +Scans the \fIdevice\fR for btrfs filesystem. +.TP +\fB\-a\fR +Scans all devices present in the system for btrfs filesystem. +.TP +\fB\-c\fR +Forces a filesystem sync. +.SH AVAILABILITY +.B btrfsctl +is part of btrfs-progs. Btrfs is currently under heavy development, +and not suitable for for a...
2009 Jan 13
0
[btrfs-progs 3/4] Add man/btrfsck.8.in and Makefile for man pages
...sck.8.in b/man/btrfsck.8.in new file mode 100644 index 0000000..63a0039 --- /dev/null +++ b/man/btrfsck.8.in @@ -0,0 +1,17 @@ +.TH BTRFSCK 8 +.SH NAME +btrfsck \- check a btrfs filesystem +.SH SYNOPSIS +.B btrfsck \fI device\fP +.SH DESCRIPTION +\fBbtrfsck\fP is used to check a btrfs filesystem. +\fIdevice\fP is the device file where the filesystem is stored. +.SH AVAILABILITY +.B btrfsck +is part of btrfs-progs. Btrfs is currently under heavy development, +and not suitable for for any uses other than benchmarking and review. +Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for +furthe...
2013 May 16
0
[PATCH] btrfs-progs: mkfs: add -O option to specify fs features
...3f1503..548e754 100644 --- a/man/mkfs.btrfs.8.in +++ b/man/mkfs.btrfs.8.in @@ -15,6 +15,7 @@ mkfs.btrfs \- create a btrfs filesystem [ \fB\-s\fP\fI sectorsize\fP ] [ \fB\-r\fP\fI rootdir\fP ] [ \fB\-K\fP ] +[ \fB\-O\fP\fI feature1,feature2,...\fP ] [ \fB\-h\fP ] [ \fB\-V\fP ] \fI device\fP [ \fIdevice ...\fP ] @@ -77,6 +78,14 @@ Specify a directory to copy into the newly created fs. \fB\-K\fR, \fB\-\-nodiscard \fR Do not perform whole device TRIM operation by default. .TP +\fB\-O\fR, \fB\-\-features \fIfeature1,feature2,...\fR +A list of filesystem features turned on at mkfs time. Not all fea...
2013 Mar 15
0
[PATCH] Btrfs-progs: add skinny metadata support to progs V3
...; } diff --git a/man/mkfs.btrfs.8.in b/man/mkfs.btrfs.8.in index 41163e0..dd040d4 100644 --- a/man/mkfs.btrfs.8.in +++ b/man/mkfs.btrfs.8.in @@ -17,6 +17,7 @@ mkfs.btrfs \- create a btrfs filesystem [ \fB\-K\fP ] [ \fB\-h\fP ] [ \fB\-V\fP ] +[ \fB\-x\fP\fI skinny-extents\fP ] \fI device\fP [ \fIdevice ...\fP ] .SH DESCRIPTION .B mkfs.btrfs @@ -78,6 +79,13 @@ Do not perform whole device TRIM operation by default. .TP \fB\-V\fR, \fB\-\-version\fR Print the \fBmkfs.btrfs\fP version and exit. +.TP +\fB\-x\fR, \fB\-\-skinny\-extents\fR +Use the new skinny extents disk format. This is an non-bac...