How to rip a dvd (probably also works with cds, etc) on gnu/linux (probably also works on other *nix systems such as macos and openbsd)
How to rip a dvd (probably also works with cds, etc) on gnu/linux (probably also works on other *nix systems such as macos and openbsd)
Plug in the dvd
Run
lsblkto see if it got detectedRun
dd if=/dev/cdrom of=dvd.dvd status=progressYou can now play the ripped dvd using mpv:
mpv dvd://0/dvd.dvd
If you need to get rid of digital restrictions management, you can try this guide