Solution of Failed to Mount /Media/Cdrom

November 10, 2019

In a new system, we can face problems in our daily life. As a Linux distro user, I’m facing issues regularly and try to solve them. I feel happy to share the solution in my blog which is about failing to mount Cdrom.

Problem:

Recently I faced an issue while trying to switch on my PC. The system went to the emergency mode and I couldn’t exit from that mode.

| Tech Fizzer

It showed:
[FAILED] Failed to mount /media/cdrom0
See 'systemct1 status media-cdrom0.mount' for details.

Solution:

End of the line of startup information, we need to enter the PC password. Now it’s time to edit a file that’s causing this issue while starting up the PC.

Step 1: 

In the end, section write down:
:~# nano /etc/fstab

| Tech Fizzer

Step 2:

In the last line where we can see  /dev/sr0 /media/cdrom0 udf,iso9660 user,x-gvfs-show 0 0

| Tech Fizzer

That means after iso9660 user, we need to change the text with noauto.

| Tech Fizzer

Step 3:

Now, Press Ctrl+O -> Enter key to save the information.
Press Crtl+X -> Enter key from exit nano.

Step 4:

Finally, we need to write :~# reboot and press the Enter key to reboot the PC system.

Why do we face this issue?

Because of enabling cdrom on startup. Always keep it disable if you’ll face this issue again.

| Tech Fizzer| Tech Fizzer

I take the solution from this article ZYXWARE and it works by my sharing method.

Md Sohanur Rahman Sakib

For me, life is like a line. Line of a circle where my presence is just like a dot. A dot, which has value or maybe hasn't!

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Recent Articles

Facebook Sound Collection: Get Copyright-Free Music

Facebook Sound Collection: Get Copyright-Free Music

If you are a content creator on Meta's platforms, this article is for you. Today, we are going to discuss Meta's feature, which is the Facebook Sound Collection. We won't face copyright-related issues by using music from here for our projects. It's free with a ton of...

read more
How to enable cGroups v2 in AlmaLinux 9

How to enable cGroups v2 in AlmaLinux 9

AlmaLinux is becoming popular day by day for the server-side OS. Besides, cGroups v2 plays a significant role in managing resources! Based on the necessity to have cGroups v2 enabled in AlmaLinux, today we will learn how to enable cGroups v2 in AlmaLinux 9. What's the...

read more
How to check cPanel License in 2024?

How to check cPanel License in 2024?

cPanel is one of the most popular web hosting control panels. A valid key is necessary to run the panel with any server or VPS. However, there are a few cases in which many providers don't provide genuine cPanel service. They use bypassed cPanel, which you may call...

read more

Related Articles

How to enable cGroups v2 in AlmaLinux 9

How to enable cGroups v2 in AlmaLinux 9

AlmaLinux is becoming popular day by day for the server-side OS. Besides, cGroups v2 plays a significant role in managing resources! Based on the necessity to have cGroups v2 enabled in AlmaLinux, today we will learn how to enable cGroups v2 in AlmaLinux 9. What's the...

read more
How to Install and Configure Fail2Ban in AlmaLinux 9

How to Install and Configure Fail2Ban in AlmaLinux 9

Fail2ban is an open-source & free intrusion prevention system. It's used to protect the server system against brute-force attacks. Fail2ban monitors the SSH log files for authentication attempts continuously. It's banned the client IP after a specified number of...

read more

Pin It on Pinterest

Share This