This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Support for floppy drive for OS 6.2 Lite?

woodsdweller

Thu May 01, 2014 2:51:08 pm

I just installed Zorin 6.2 lite on my old Dell 4550 (pentium 4, cpu 2.0 ghz, 2 gb ram) and it doesn't appear to support my floppy drive. Is there a driver I can download? Any other suggestions? It is otherwise running very nicely, but I really want to be able to use my floppy drive. P.S. I am a newbie to Linux but see it as the savior for old PC's!

Wolfman

Fri May 02, 2014 4:40:35 am

Hi,

install the package "fdutils" and then look in your home folder and see if the drive is showing after a restart!.

Open a terminal (Ctrl + Alt + t) and paste the following command:

Code:
sudo apt-get install fdutils


To check and see if the floppy module has loaded:

Code:
lsmod | grep -i floppy


Let us know if this helps!. :D