[ubuntu-ar] como instalar disketera de flexible o floppy 3 1/2 en UBUNTU intrepid

Pablo Carballo pmcarballo at gmail.com
Wed Jan 21 16:02:13 GMT 2009


Ubuntu 8.10 no carga por defecto el floppy. Para que la disquetera
aparezca en el menú Lugares y en Equipo, debes hacer lo siguiente:

1) En la consola, ejecutar: sudo gedit /etc/modules
    El archivo debería tener algo así:

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

fuse
lp

2) Debajo de la última línea (en este caso, "lp") poner "floppy".
Debería quedar así:

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

fuse
lp
floppy

3) Guardar el archivo y reiniciar la PC.

Luego de reiniciar deberías ver en Lugares y en Equipo la unidad de
disquetes. Esto mismo me sucedió a mí en cuanto instalé Intrepid, y
así lo solucioné.

Éxito!



More information about the Ubuntu-ar mailing list