Switching from Supermount to dbus/hal/ivman
Christian Metzen
metzench at ccux-linux.de
Wed Jan 26 15:06:33 PST 2005
Hello!
What's really strange is that when i add the following Line to fstab:
/dev/hdc /media/cdrecorder udf,iso9660 0 0
and the try to mount it with "mount /media/cdrecorder" or "mount -a" it
doesn't work either.
But if i do:
mount -t udf,iso9660 /dev/hdc /media/cdrecorder
it works fine. But shouldn't both be the same?
Best Wishes,
Christian Metzen
CCux Linux Development
David Zeuthen schrieb:
>On Wed, 2005-01-26 at 19:47 +0000, Christian Metzen wrote:
>
>
>This is a know problem when using fstab-sync; basically, for drives
>using
>non-partitioned media, we need to set the fstype to auto as we want to
>add
>the entry a'priori to media insertion. This only happens on some media
>though; perhaps you want to replace the last line in this section of
>/usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi
>
> <!-- Handle drives with non-partitioned media -->
> <match key="storage.no_partitions_hint" bool="true">
> <!-- optical drives -->
> <match key="storage.drive_type" string="cdrom">
> <merge key="storage.policy.mount_filesystem"
>type="string">auto</merge>
>
>with
>
> <merge key="storage.policy.mount_filesystem"
>type="string">udf,iso9660</merge>
>
>I've seen this before but only on discs that contain both audio and
>data with the audio session before the data session.
>
>David
>
>
>
>
>
_______________________________________________
hal mailing list
hal at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/hal
More information about the Hal
mailing list