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

I always get confused why I can't un-mount a device on my laptop.
It just make sense that if there's mount command, there would be unmount.
And my eyes always read it like that when searching online, and only after a few errors (Every time) do I realize its umount (u, not un).
Whyyy the linux gods whyyy.

#mount #umount #linux

Using /bin/eject with USB flash drives

小倉抹茶じゃなくて抹茶小倉だった #umount
Cómo matar un proceso de montaje colgado en Linux - ochobitshacenunbyte

Explico como matar un proceso de montaje colgado en Linux, utilizando herramientas como umount o fuser en sistemas GNU/Linux

ochobitshacenunbyte
Démonter un disque distant après une erreur réseau | Hashtagueule