Skip to content

Commit a5d8422

Browse files
mmizumaMiklos Szeredi
authored andcommitted
virtiofs: Add mount option and atime behavior to the doc
Add a section to show the mount option and a subsection to show the atime behavior. Signed-off-by: Masayoshi Mizuma <[email protected]> Signed-off-by: Miklos Szeredi <[email protected]>
1 parent bb737bb commit a5d8422

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/filesystems/virtiofs.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@ Mount file system with tag ``myfs`` on ``/mnt``:
3939
Please see https://virtio-fs.gitlab.io/ for details on how to configure QEMU
4040
and the virtiofsd daemon.
4141

42+
Mount options
43+
-------------
44+
45+
virtiofs supports general VFS mount options, for example, remount,
46+
ro, rw, context, etc. It also supports FUSE mount options.
47+
48+
atime behavior
49+
^^^^^^^^^^^^^^
50+
51+
The atime-related mount options, for example, noatime, strictatime,
52+
are ignored. The atime behavior for virtiofs is the same as the
53+
underlying filesystem of the directory that has been exported
54+
on the host.
55+
4256
Internals
4357
=========
4458
Since the virtio-fs device uses the FUSE protocol for file system requests, the

0 commit comments

Comments
 (0)