Failed to mount 500 GB File System

Asked By 0 points N/A Posted on -
qa-featured

Hi,

I am running Ubuntu operating System and recently upgraded my system but I received the following error message showing ‘Failed to mount “500 GB File System”. I am unable to understand this weird error message. I really need an expert’s advice to resolve this issue. Any help would be appreciated. Thanks in advance.

Failed to mount Not Authorized

Failed to mount “500 GB Filesystem”.

Not Authorized

SHARE
Answered By 0 points N/A #176121

Failed to mount 500 GB File System

qa-featured

Hi,

    You should use /etc/fstab to mount the drive. Just check the fstab configuration(as root user type: $ cd /etc/fstab ), there can be an invalid entry created by the installer for cdrom instead of the 500 GB drive.

If you see this bellow line, just comment it:

 /dev/sdb1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

Now connect the drive again, and it will automatically load in /etc/fstab.

Related Questions