Add a sample error that one can see when trying to dynamically mount media
listed in fstab. Requested by: joerg
This commit is contained in:
parent
194535bde0
commit
36b430cecb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=37248
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../../">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/halfaq.sgml,v 1.11 2009/08/08 18:41:20 marcus Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/halfaq.sgml,v 1.12 2009/11/29 20:08:23 marcus Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: Hardware Abstraction Layer (HAL) FAQ">
|
||||
<!ENTITY % navinclude.gnome "INCLUDE">
|
||||
]>
|
||||
|
@ -116,7 +116,13 @@ hald_enable="YES"
|
|||
<p><b>NOTE:</b> Volumes that you wish to manage using
|
||||
hal should <em>NOT</em> be listed in <tt>/etc/fstab</tt>.
|
||||
This is especially true for CD devices and floppy disk
|
||||
devices.</p>
|
||||
devices. If you try to dynamically mount a volume using hal
|
||||
that is listed in <tt>/etc/fstab</tt> you will see the
|
||||
following error:</p>
|
||||
|
||||
<pre>
|
||||
mount_cd9660: /dev/acd0: Operation not permitted
|
||||
</pre>
|
||||
|
||||
<p>If you are a GNOME user be aware that prior to GNOME
|
||||
2.22, <tt>gnome-volume-manager</tt> was responsible for
|
||||
|
|
Loading…
Reference in a new issue