Mounting a DVD player in Linux
Should be simple enough to remember, but brain says no. So here’s a reminder for me and if you need it, also for you. I need a DVD player mounted to /home/dvd so I can copy its contents of said DVD to /home/snorlax . It seems quite usual that a DVD is mounted to /dev/sr0 mkdir /home/dvd mount /dev/sr0 /home/dvd/ cd /home/dvd cp -vr * /home/snorlax Done. To unmount i
---
https://3xn.nl/projects/2026/03/09/mounting-a-dvd-player-in-linux/
---
#dvd #howto #linux #mount #umount
Should be simple enough to remember, but brain says no. So here’s a reminder for me and if you need it, also for you. I need a DVD player mounted to /home/dvd so I can copy its contents of said DVD to /home/snorlax . It seems quite usual that a DVD is mounted to /dev/sr0 mkdir /home/dvd mount /dev/sr0 /home/dvd/ cd /home/dvd cp -vr * /home/snorlax Done. To unmount i
---
https://3xn.nl/projects/2026/03/09/mounting-a-dvd-player-in-linux/
---
#dvd #howto #linux #mount #umount
