Web MiniDisc Guide
If you having an issue with web MiniDisc on Linux, the issue probably has something to do with your udev rules
not being in your system yet. To fix these issues, read this guide, follow the steps and you should be good to go with writing and reading MiniDiscs on your computer.
- Open your browser and open this site
- Now right click on the page and click
save page as
and save the file - Navigate to your downloads folder in the terminal, in my case
cd /home/laki/Downloads/
- Now paste
sudo cp 70-netmd.rules /etc/udev/rules.d/
into the terminal and execute the command - Execute
ls /etc/udev/rules.d
to verify if70-netmd.rules
has been copied over to/etc/udev/rules.d/
- Everything should work now!