Add a comment saying that users must have write access to the device nodes
in order to mount volumes through Nautilus.
This commit is contained in:
parent
8e40300c32
commit
ffee100d1e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22151
1 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.75 2004/08/18 01:30:35 marcus Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.76 2004/08/25 03:31:12 adamw Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -728,12 +728,14 @@ vfs.usermount=1
|
|||
</pre>
|
||||
|
||||
<p>Each additional user would require a similar entry.
|
||||
<b>Note:</b> the user must own the mountpoint. In the
|
||||
<b>Note:</b> the user must own the mountpoint, and have
|
||||
write access to the device node in question. In the
|
||||
example above, <tt>/home/marcus/cdrom</tt> must be owned
|
||||
by the user <tt>marcus</tt>. 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.</p>
|
||||
by the user <tt>marcus</tt>, and <tt>marcus</tt> must have
|
||||
write access to the <tt>/dev/acd0</tt> 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.</p>
|
||||
</li>
|
||||
<!-- Q20 -->
|
||||
<li style="padding-bottom: 0.5em"><a name="q20"></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue