"file system" police.
This commit is contained in:
parent
74ae0cee76
commit
ca05e4ffba
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: vio9p.4,v 1.2 2019/10/28 13:41:31 wiz Exp $
|
.\" $NetBSD: vio9p.4,v 1.3 2019/10/28 13:43:10 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 2019 Internet Initiative Japan, Inc.
|
.\" Copyright (c) 2019 Internet Initiative Japan, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
@ -39,12 +39,12 @@ the
|
|||||||
.Nm
|
.Nm
|
||||||
driver enables a
|
driver enables a
|
||||||
.Nx
|
.Nx
|
||||||
system running as a VM guest to mount an exported filesystem
|
system running as a VM guest to mount an exported file system
|
||||||
by the host via virtio-9p.
|
by the host via virtio-9p.
|
||||||
It exports a 9p end-point of virtio-9p via a character device file for
|
It exports a 9p end-point of virtio-9p via a character device file for
|
||||||
.Xr mount_9p 8 .
|
.Xr mount_9p 8 .
|
||||||
.Pp
|
.Pp
|
||||||
Each exported filesystem is assigned a character device and accesible via
|
Each exported file system is assigned a character device and accesible via
|
||||||
.Pa /dev/vio9p0 ,
|
.Pa /dev/vio9p0 ,
|
||||||
.Pa /dev/vio9p1
|
.Pa /dev/vio9p1
|
||||||
and so on, respectively, in exporting order by the host.
|
and so on, respectively, in exporting order by the host.
|
||||||
@ -53,7 +53,7 @@ and so on, respectively, in exporting order by the host.
|
|||||||
.It Pa /dev/vio9p?
|
.It Pa /dev/vio9p?
|
||||||
.El
|
.El
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
The following command mounts the first exported filesystem by the host at
|
The following command mounts the first exported file system by the host at
|
||||||
.Pa /mnt/9p :
|
.Pa /mnt/9p :
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
# mount_9p -cu /dev/vio9p0 /mnt/9p
|
# mount_9p -cu /dev/vio9p0 /mnt/9p
|
||||||
|
Loading…
Reference in New Issue
Block a user