Montando estranheza

1

Alguém pode esclarecer minha situação? Eu tenho um sistema Debian Jessie, rodando o XFCE Desktop. Quando eu conecto um disco rígido USB externo (um Seagate Backup Plus Slim de 2 TB para ser exato), então monte-o via GUI (eu uso o Thunar e clico no ícone da unidade), ele será montado em / media / usb0. E é muito muito lento (copiar arquivos está em ~ 80KB / s).

Se eu desmontar esta unidade (por exemplo, via Thunar novamente clicando com o botão direito no ícone da unidade e selecionando Desmontar no menu, ou via CLI digitando "umount / media / usb0"), monte novamente sem reconectar a unidade, agora será montado em / media / NAME (onde NAME é o nome do sistema de arquivos ext3) e a velocidade de transferência de dados é normal desta vez.

Isso começa a acontecer há alguns meses, mas agora é sempre assim. Eu tenho que montar, desmontar, remontar para tornar a unidade utilizável.

Isso também acontece com outros drives USB externos que eu experimento.

Alguma idéia de por que isso acontece?

Mais dados de diagnóstico da seguinte forma.

output do journalctl após a conexão:

Nov 01 23:18:21 MACHINENAME kernel: sd 21:0:0:0: [sdc] Spinning up disk...
Nov 01 23:18:24 MACHINENAME kernel: ...ready
Nov 01 23:18:24 MACHINENAME kernel: sd 21:0:0:0: [sdc] 3907029167 512-byte logical blocks: (2.00 TB/1.81 TiB)
Nov 01 23:18:24 MACHINENAME kernel: sd 21:0:0:0: [sdc] Write Protect is off
Nov 01 23:18:24 MACHINENAME kernel: sd 21:0:0:0: [sdc] Mode Sense: 4f 00 00 00
Nov 01 23:18:24 MACHINENAME kernel: sd 21:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 01 23:18:24 MACHINENAME kernel:  sdc: sdc1
Nov 01 23:18:24 MACHINENAME kernel: sd 21:0:0:0: [sdc] Attached SCSI disk
Nov 01 23:18:24 MACHINENAME usbmount[15500]: /dev/sdc does not contain a filesystem or disklabel
Nov 01 23:18:25 MACHINENAME usbmount[15532]: executing command: mount -text3 -osync,noexec,nodev,noatime,nodiratime /dev/sdc1 /media/usb0
Nov 01 23:18:25 MACHINENAME kernel: EXT4-fs (sdc1): mounting ext3 file system using the ext4 subsystem
Nov 01 23:18:25 MACHINENAME kernel: EXT4-fs (sdc1): warning: mounting fs with errors, running e2fsck is recommended
Nov 01 23:18:25 MACHINENAME kernel: EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
Nov 01 23:18:25 MACHINENAME usbmount[15547]: executing command: run-parts /etc/usbmount/mount.d
Nov 01 23:18:25 MACHINENAME org.gtk.Private.UDisks2VolumeMonitor[11556]: index_parse.c:191: indx_parse(): error opening /media/usb0/BDMV/index.bdmv
Nov 01 23:18:25 MACHINENAME org.gtk.Private.UDisks2VolumeMonitor[11556]: index_parse.c:191: indx_parse(): error opening /media/usb0/BDMV/BACKUP/index.bdmv

monta a saída após a montagem:

/dev/sdc1 on /media/usb0 type ext3 (rw,nodev,noexec,noatime,nodiratime,sync,data=ordered)

output do journalctl após a desmontagem:

Nov 01 23:23:16 MACHINENAME udisksd[11673]: Unmounted /dev/sdc1 on behalf of uid 1000

saída do journalctl após remontar:

Nov 01 23:23:58 MACHINENAME kernel: EXT4-fs (sdc1): mounting ext3 file system using the ext4 subsystem
Nov 01 23:23:58 MACHINENAME kernel: EXT4-fs (sdc1): warning: mounting fs with errors, running e2fsck is recommended
Nov 01 23:23:58 MACHINENAME udisksd[11673]: Mounted /dev/sdc1 at /media/seagate3 on behalf of uid 1000
Nov 01 23:23:58 MACHINENAME org.gtk.Private.UDisks2VolumeMonitor[11556]: index_parse.c:191: indx_parse(): error opening /media/seagate3/BDMV/index.bdmv
Nov 01 23:23:58 MACHINENAME org.gtk.Private.UDisks2VolumeMonitor[11556]: index_parse.c:191: indx_parse(): error opening /media/seagate3/BDMV/BACKUP/index.bdmv
Nov 01 23:23:58 MACHINENAME kernel: EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)

montar saída após remontar:

/dev/sdc1 on /media/seagate3 type ext3 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks2)
    
por Gerry Lufwansa 01.11.2016 / 08:41

0 respostas