also ich habe eine Sarge System das mir als MythTV Rechner dient. Nun möchte ich meine auf DVD archivierten Filme anschauen, und das ohne Kommandozeile.
Ich habe also autofs installiert und konfiguriert.
Leider werden DVD einfach nicht gemountet
Hier meine /etc/auto.master
Code: Alles auswählen
mythtv:/media# cat /etc/auto.master
/media/cdrom0 /etc/auto.cdrom --timeout=10
Code: Alles auswählen
mythtv:/media# cat /etc/auto.cdrom
#/etc/auto.cdrom
cdrom -fstype=iso9660,ro,nodev,nosuid :/dev/hdc
Code: Alles auswählen
mythtv:/media# lsmod|grep auto
autofs4 19748 1
Code: Alles auswählen
mythtv:/media# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hda1 none swap sw 0 0
/dev/hdc /media/cdrom0 iso9660 ro,user 0 0
Code: Alles auswählen
mythtv:/media# /etc/init.d/autofs status
Configured Mount Points:
------------------------
/usr/sbin/automount --timeout=10 /media/cdrom0 program /etc/auto.cdrom
Active Mount Points:
--------------------
/usr/sbin/automount --pid-file=/var/run/autofs/_media_cdrom0.pid --timeout=10 /media/cdrom0 program /etc/auto.cdrom
Code: Alles auswählen
mythtv:/media# ll /media/cdrom0/
insgesamt 0
Leider bin ich mit meinem Latein am Ende, vielleicht hatte jemand von euch eine Lösung parat. Vielen Dank im Voraus.
Benny