(Solved) Mounting errors?

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
joemartin
Level 3
Level 3
Posts: 101
Joined: Fri Apr 10, 2009 7:37 am

(Solved) Mounting errors?

Post by joemartin »

Hello,

I had a Windows 7 and LM 14 dual boot until yesterday when I used Gparted to delete Windows 7 partition and then I expanded Nadia's to the entire drive.

Now I receive errors like the enclosed image. Cam someone please help? Hoping I do not have to reinstall...
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 4 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29532
Joined: Wed Jul 06, 2011 3:58 am

Re: Mounting errors?

Post by xenopeek »

Do you have a floppy drive in your computer? Those uses disks like these: http://en.wikipedia.org/wiki/File:Flopp ... 009_G1.jpg.

Please open the Terminal application from your menu, and type the following command followed by enter key. Copy the output here, see the Terminal's Edit menu for copying text from it.

Code: Select all

cat /etc/fstab
Image
User avatar
joemartin
Level 3
Level 3
Posts: 101
Joined: Fri Apr 10, 2009 7:37 am

Re: Mounting errors?

Post by joemartin »

No floppy on pc xenopeek.

it happens when usb or disc is inserted. Output below.

user@user~ $ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda5 during installation
UUID=4b07275e-7551-4eb6-bda7-e0b6c84356df / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=abb155cf-ead0-40a0-9bff-de7ce648aca5 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
User avatar
xenopeek
Level 25
Level 25
Posts: 29532
Joined: Wed Jul 06, 2011 3:58 am

Re: Mounting errors?

Post by xenopeek »

Looks like you are running MATE, and have somehow ended up with support for floppy drive in your fstab file. So press Alt+F2 or open a terminal, and run the command:

Code: Select all

gksudo pluma /etc/fstab
This opens the fstab file in the editor. Remove that last line:

Code: Select all

/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
Then save and close the file, and after reboot you should not have this problem again I think.
Image
User avatar
joemartin
Level 3
Level 3
Posts: 101
Joined: Fri Apr 10, 2009 7:37 am

Re: Mounting errors?

Post by joemartin »

Unfortunately did not work....
User avatar
xenopeek
Level 25
Level 25
Posts: 29532
Joined: Wed Jul 06, 2011 3:58 am

Re: Mounting errors?

Post by xenopeek »

You still get the floopy drive error? Check the /etc/fstab file again, is the line really gone or somehow reappeared?
Image
User avatar
joemartin
Level 3
Level 3
Posts: 101
Joined: Fri Apr 10, 2009 7:37 am

Re: Mounting errors?

Post by joemartin »

Is there a fix for this??? Thanks again for the knowledge.
Screenshot.png
Locked

Return to “Software & Applications”