Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/dev/dvd fehlt
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3463
Location: Berlin

PostPosted: Sun Apr 01, 2018 6:22 am    Post subject: /dev/dvd fehlt Reply with quote

Hallo, ich wollte heute nach sehr langer Zeit wieder einmal eine DVD einlegen. Leider fehlt /dev/dvd./dev/cdrom ist vorhanden. Ich habe unter /etc/udev/rules.d/ keine *cd.rules.
Lege ich jetzt /etc/udev/rules.d/*cd.rules an oder ändere ich den Eintrag in der /etc/fstab
Code:
/dev/cdrom                               /mnt/cdrom                       auto            noauto,user,exec,ro   0 0
/dev/dvd                                 /mnt/dvd                         udf,iso9660     noauto,user,exec,ro   0 0
Code:
/dev/cdrom                               /mnt/cdrom                       auto            noauto,user,exec,ro   0 0
/dev/sr0                                /mnt/dvd                         udf,iso9660     noauto,user,exec,ro   0 0
?
MfG
Back to top
View user's profile Send private message
mike155
Advocate
Advocate


Joined: 17 Sep 2010
Posts: 4438
Location: Frankfurt, Germany

PostPosted: Sun Apr 01, 2018 11:12 am    Post subject: Reply with quote

Hallo Flammenflitzer, bei mir gibt es auch nur /dev/sr0 und /dev/cdrom, aber kein /dev/dvd. Scheint also mittlerweile Standard zu sein :-)

Je nachdem, wie Du die DVD nutzen willst, gibt es mehrere Möglichkeiten:
  1. Wenn Du einen schnellen Workaround suchst, könnte folgendes helfen: cd /dev; ln -s sr0 dvd
  2. Programme wie vlc würde ich so konfigurieren, dass sie direkt /dev/sr0 nutzen
  3. Wenn Du eine Daten-DVD hast und diese automatisch mounten willst, würde ich /etc/fstab abändern (/dev/sr0 statt /dev/dvd)
  4. Wenn Du das Device /dev/dvd immer haben willst, kannst Du eine zusätzliche udev-Regel anlegen, die /dev/dvd beim Systemstart automatisch erzeugt. Das genaue Vorgehen hängt vermutlich davon ab, ob Du Systemd oder OpenRC/eudev verwendest.

Quote:
Ich habe unter /etc/udev/rules.d/ keine *cd.rules.

Das ist auch nicht weiter verwunderlich. Die mitgelieferten Rules stehen in '/lib/udev/rules.d'. Wenn Du rules lokal ändern möchtest oder neue hinzufügen möchtest, schreibst Du sie nach '/etc/udev/rules.d'.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum