Page 1 of 1

Just switched from ubuntu, "unable to mount floppy disk", an

Posted: Wed Nov 28, 2012 8:52 pm
by parkland
I just installed mint 14 on 2 computers, every time it boots, on the desktop, a window pops up and says "unable to mount floppy disk"

I used ubuntu since 7. something, I just can't handle unity and the windows among other things, it just doesn't seem to be what I wanted anymore.
I love mint so far, hopefully there are not any major issues !!! :)

Also, I have a "movies" folder I want to share, how can I add "everyone" to the users on it, so that there won't be any issues with media players over the network?
Right now, and previously on ubuntu, I was having issues where it would work fine for days, then the folder contents would be inaccessible over the network to media players or computers.
It's just a normal home network with a 8 port switch, router, and every computer and device is plugged into the switch.

Re: Just switched from ubuntu, "unable to mount floppy disk"

Posted: Thu Nov 29, 2012 3:18 am
by parkland
Well, just figured out my file sharing issue, I think.
Had to add a line in samba config file "forceuser=myusername".
Son of a....... that took literally months to actually figure out. :lol:

I can't believe more people haven't run accross the same issue I had.
Doesn't anyone share lots of files over the network?

So now... about the floppy disk error message every boot up.....?

Re: Just switched from ubuntu, "unable to mount floppy disk"

Posted: Thu Nov 29, 2012 7:29 pm
by BoscoBearbank
About the boot floppy error - I think it's a grub thing. Every place in grub.cfg that contains the search command contains the option --no-floppy; as in this snippet:

Code: Select all

if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8  51fe57df-a552-4464-859d-2447eef61ba3
else
  search --no-floppy --fs-uuid --set=root 51fe57df-a552-4464-859d-2447eef61ba3
fi

Re: Just switched from ubuntu, "unable to mount floppy disk"

Posted: Fri Nov 30, 2012 2:47 am
by parkland
BoscoBearbank wrote:About the boot floppy error - I think it's a grub thing. Every place in grub.cfg that contains the search command contains the option --no-floppy; as in this snippet:

Code: Select all

if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8  51fe57df-a552-4464-859d-2447eef61ba3
else
  search --no-floppy --fs-uuid --set=root 51fe57df-a552-4464-859d-2447eef61ba3
fi


So then just go in and delete the --no-floppy ' s out of it?

Re: Just switched from ubuntu, "unable to mount floppy disk"

Posted: Fri Nov 30, 2012 1:40 pm
by remoulder
BoscoBearbank wrote:About the boot floppy error - I think it's a grub thing
No it's not, see https://bugs.launchpad.net/ubuntu/+sour ... ug/1054414 particularly #42/43.

Re: Just switched from ubuntu, "unable to mount floppy disk"

Posted: Fri Nov 30, 2012 2:03 pm
by DataMan
Remoulder,

Your link is kapudt :lol:

-DataMan

Re: Just switched from ubuntu, "unable to mount floppy disk"

Posted: Fri Nov 30, 2012 2:23 pm
by remoulder
DataMan wrote:Your link is kapudt
Thanks, fixed (I hope!)