From ffee100d1e4e342f9501adb3d5f0d5d5591a0bf8 Mon Sep 17 00:00:00 2001
From: Joe Marcus Clarke
Date: Sun, 29 Aug 2004 03:06:07 +0000
Subject: [PATCH] Add a comment saying that users must have write access to the
device nodes in order to mount volumes through Nautilus.
---
en/gnome/docs/faq2.sgml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/en/gnome/docs/faq2.sgml b/en/gnome/docs/faq2.sgml
index 124304e289..643c52f2d0 100644
--- a/en/gnome/docs/faq2.sgml
+++ b/en/gnome/docs/faq2.sgml
@@ -1,6 +1,6 @@
-
+
%gnomeincludes;
%includes;
@@ -728,12 +728,14 @@ vfs.usermount=1
Each additional user would require a similar entry.
- Note: the user must own the mountpoint. In the
+ Note: the user must own the mountpoint, and have
+ write access to the device node in question. In the
example above, /home/marcus/cdrom must be owned
- by the user marcus. Once all of that is setup, a
- CD-ROM icon will appear under the Computer location in
- Nautilus. Double-clicking on that icon will mount the CD,
- and place an icon on the desktop.
+ by the user marcus, and marcus must have
+ write access to the /dev/acd0 node. Once all of
+ that is setup, a CD-ROM icon will appear under the Computer
+ location in Nautilus. Double-clicking on that icon will mount
+ the CD, and place an icon on the desktop.