[SOLUCIONADO] Manjaro no reconoce lectora

Iniciado por DUDA, Diciembre 05, 2017, 01:52:18 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Diciembre 05, 2017, 01:52:18 PM Ultima modificación: Diciembre 05, 2017, 02:25:37 PM por DUDA
Amigos de lo imposible, mi manjaro no está reconociendo mi lectora, cuando inserto un cd obtengo el siguiente error en devices

Código: php
An error occurred while accessing 'Home', the system responded: The requested operation has failed: Error mounting /dev/sr0 at /run/media/manjaro/MJRO1610: unknown filesystem type 'iso9660'


He intentado montarlo con algo de esto

Código: php
[manjaro@manjaro ~]$ sudo mount /dev/sr0 /mnt/cdrom/
mount: /mnt/cdrom: unknown filesystem type 'iso9660'.


tambien esto sin éxito

Código: php
[manjaro@manjaro ~]$ sudo mount -t iso9660 /dev/sr0 /mnt/cdrom/
mount: /mnt/cdrom: unknown filesystem type 'iso9660'.


esta es la salida de mi fstab

Código: php
[manjaro@manjaro ~]$ 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>
UUID=83d09ce7-fb69-4274-8266-be6ebe62d571 /              ext4    defaults,noatime 0 1
UUID=47caaae5-3fa6-4029-8342-27a2ac2133b8 swap           swap    defaults,noatime 0 0
UUID=95A5-8ED4                            /boot          vfat    defaults,noatime 0 2
UUID=6c94c0ba-e9b0-4353-945b-c1f476e75835 /home          ext4    defaults,noatime 0 2



No se que puede estar mal, me gustaria saber sus pensamientos.

Gracias por leer,
DUDA

Pensamiento 1: ¿Por qué manjaro? Abre horizontes, hay más distros.

Pensamiento 2: ¿Edad de tu lectora? Lo mismo toca cambiar.

Pensamiento 3: Gracias por leer.

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
Pensamiento 1: ¿Por qué manjaro? Abre horizontes, hay más distros.

Pensamiento 2: ¿Edad de tu lectora? Lo mismo toca cambiar.

Pensamiento 3: Gracias por leer.

1. Manjaro es fuciente para lo que uso.
2. Edad 2 años, y funciona bien (con eso resintalé manjaro hace unos meses).
3. Actualicé kernel, reinicie y esto ha solucionado el problema.