Comments on: How to Create Device Files in Linux Using mknod Command https://www.tecmint.com/mknod-command/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 16 Aug 2024 15:40:26 +0000 hourly 1 By: Simon Evan https://www.tecmint.com/mknod-command/comment-page-1/#comment-2203280 Fri, 16 Aug 2024 15:40:26 +0000 https://www.tecmint.com/?p=49802#comment-2203280 Excellent tutorial! Might elaborate on where to get the major/minor numbers. One could figure it out from the text but “straight forward” helps some. Thank you. SE

]]>
By: Ravi Saive https://www.tecmint.com/mknod-command/comment-page-1/#comment-2046507 Sat, 19 Aug 2023 03:27:04 +0000 https://www.tecmint.com/?p=49802#comment-2046507 In reply to Any.

@Any,

If you don’t have a /dev/sr0 device, it’s likely that the system isn’t recognizing your DVD drive properly.

Run the following command to check if your system detects the DVD drive:

$ sudo lshw -C disk

Look for your DVD drive in the list. It might be listed as something like /dev/sr0 or /dev/cdrom.

]]>
By: Any https://www.tecmint.com/mknod-command/comment-page-1/#comment-2046192 Thu, 17 Aug 2023 23:51:28 +0000 https://www.tecmint.com/?p=49802#comment-2046192 Hi,

I run:

$ sudo mount /tmp/dvd-rom /mnt/

Which gives me an error. I try on both Ubuntu 18.04 and the latest Fedora 38. Which Linux distribution are you using? I don’t have /dev/sr0 by default.

Regards,

]]>