The Latest Version Of Ubuntu 9.04
I have used ubuntu/linux ( a debian based OS) for a couple years starting from 6.0 up. Granted i find The latest kernel 2.6.29 a little disturbing. Many WEBCAMS that i use often,i cannot use anymore.And as for the Floppy Disk Drive? Not happening.However,the design and the layouts are awsome.Will someone please inform Mr.Torvalds about the kernel flaws?
You don't need to add anything in your fstab.
As a workaround you just need to load floppy module:
sudo modprobe floppy
in a terminal does the trick.
As a workaround, add "floppy" to /etc/modules
You have to create the mount point directory first ( sudo mkdir /media/floppy0 ) giving full write/read access to the plugdev group (" sudo chgrp plugdev /media/floppy0 " and " sudo chmod g +rwx /media/floppy0 ") for the mount command to work correctly...(to be updated)
You don't need to add anything in your fstab.
As a workaround you just need to load floppy module:
sudo modprobe floppy
in a terminal does the trick.
As a workaround, add "floppy" to /etc/modules
You have to create the mount point directory first ( sudo mkdir /media/floppy0 ) giving full write/read access to the plugdev group (" sudo chgrp plugdev /media/floppy0 " and " sudo chmod g +rwx /media/floppy0 ") for the mount command to work correctly...(to be updated)
Comments