~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to debian/manpage/vmblock.9

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2008-08-15 21:21:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080815212140-05fhxj8wroosysmj
Tags: 2008.08.08-109361-1ubuntu1
* Merge from Debian unstable (LP: #258393), remaining Ubuntu change:
  - add ubuntu_toolchain_FTBFS.dpatch patch, fix FTBFS
* Update ubuntu_toolchain_FTBFS.dpatch patch for the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH VMBLOCK 9 "2008\-07\-04" "2008.07.01\-102166" "Open VM Tools"
 
2
 
 
3
.SH NAME
 
4
vmblock \- vmware kernel module
 
5
 
 
6
.SH SYNOPSIS
 
7
modprobe vmblock
 
8
 
 
9
.SH DESCRIPTION
 
10
This is a kernel filesystem module. Ideally, it should be loaded before any of the Tools userlevel components are allowed to start, though vmblock itself has no dependencies. When loaded, vmblock will establish itself in /proc/fs/vmblock and create two nodes therein, dev and mountPoint. Before mounting a vmblock filesystem, ensure that /tmp/VMwareDnD exists as a directory with permissions 1777, otherwise host to guest drag n' drop operations won't work.
 
11
.PP
 
12
To mount, issue:
 
13
.PP
 
14
        mount \-t vmblock none /proc/fs/vmblock/mountPoint
 
15
.PP
 
16
Once mounted, \fIvmware\-user\fR(1) can begin to make use of vmblock to assist with DnD operations. Note that while \fIvmware\-user\fR(1) is running, it'll keep an open file descriptor on /proc/fs/vmblock/dev, and thus all \fIvmware\-user\fR(1) instances must be killed to unmount and unload vmblock.
 
17
 
 
18
.SH OPTIONS
 
19
vmblock has no options.
 
20
 
 
21
.SH SEE ALSO
 
22
\fIvmware\-checkvm\fR(1)
 
23
.br
 
24
\fIvmware\-hgfsclient\fR(1)
 
25
.br
 
26
\fIvmware\-toolbox\fR(1)
 
27
.br
 
28
\fIvmware\-user\fR(1)
 
29
.br
 
30
\fIvmware\-xferlogs\fR(1)
 
31
.br
 
32
\fIvmware\-guestd\fR(8)
 
33
.br
 
34
\fIvmware\-hgfsmounter\fR(8)
 
35
.br
 
36
\fIvmware\-user\-suid\-wrapper\fR(8)
 
37
.br
 
38
\fIvmhgfs\fR(9)
 
39
.br
 
40
\fIvmmemctl\fR(9)
 
41
.br
 
42
\fIvmsync\fR(9)
 
43
.br
 
44
\fIvmxnet\fR(9)
 
45
 
 
46
.SH HOMEPAGE
 
47
More information about vmblock and the Open VM Tools can be found at <\fIhttp://open\-vm\-tools.sourceforge.net/\fR>.
 
48
 
 
49
.SH AUTHOR
 
50
Open VM Tools were written by VMware, Inc. <\fIhttp://www.vmware.com/\fR>.
 
51
.PP
 
52
This manual page was put together from homepage materials by Daniel Baumann <\fIdaniel@debian.org\fR>, for the Debian project (but may be used by others).