1PVFS2-WRITE(1) General Commands Manual PVFS2-WRITE(1)
2
3
4
6 pvfs2-write – create files
7
9 pvfs2-write [-s strip_size] [-n num_datafiles] [-b buffer_size in
10 bytes] dest_file file_size
11
13 The pvfs2-write utility creates files which contain only zero bytes.
14
15 The options are as follows:
16
17 -s Specify strip size.
18
19 -n Specify number of datafiles.
20
21 -b Specify buffer size.
22
23 -t Display timing information.
24
25 -v Display synopsis.
26
28 PVFS2_DEBUGFILE
29 If set to the path of a local file, redirect debug output to it.
30
31 PVFS2_DEBUGMASK
32 Set the OrangeFS debug mask. Possible masks are documented in
33 pvfs2-set-debugmask(1).
34
35 PVFS2TAB_FILE
36 If set, the full pathname for an alternate pvfs2tab file
37
39 /etc/pvfs2tab
40
42 Create a one megabyte file /mnt/foo.
43
44 pvfs2-write /mnt/foo 1048576
45
47 Please submit bug reports to pvfs2-developers@beowulf-underground.org
48
50 pvfs2-touch(1), pvfs2-viewdist(1), pvfs2tab(5)
51
52
53
54 2017-08-11 PVFS2-WRITE(1)