Fazendo $ lsblk
recebo o seguinte:
[~] lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk0 179:0 0 59,5G 0 disk
sda 8:0 0 931,5G 0 disk
├─sda2 8:2 0 923,1G 0 part /
├─sda3 8:3 0 7,9G 0 part [SWAP]
└─sda1 8:1 0 512M 0 part /boot/efi
Tentando montar:
sudo mount /dev/mmcblk0 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/mmcblk0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
dmesg
[ 1737.384665] mmc0: Tuning timeout, falling back to fixed sampling clock
[ 1747.632630] mmc0: Timeout waiting for hardware interrupt.
[ 1747.632642] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 1747.632680] mmc0: sdhci: Sys addr: 0x005390c8 | Version: 0x00001502
[ 1747.632721] mmc0: sdhci: Blk size: 0x00007200 | Blk cnt: 0x00000000
[ 1747.632728] mmc0: sdhci: Argument: 0x076f4f80 | Trn mode: 0x0000003b
[ 1747.632735] mmc0: sdhci: Present: 0x1fff0000 | Host ctl: 0x0000001f
[ 1747.632742] mmc0: sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 1747.632748] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x00000007
[ 1747.632755] mmc0: sdhci: Timeout: 0x0000000a | Int stat: 0x00000000
[ 1747.632763] mmc0: sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
[ 1747.632769] mmc0: sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[ 1747.632776] mmc0: sdhci: Caps: 0x176ec8b0 | Caps_1: 0x03002177
[ 1747.632783] mmc0: sdhci: Cmd: 0x0000123a | Max curr: 0x00000000
[ 1747.632790] mmc0: sdhci: Resp[0]: 0x00000900 | Resp[1]: 0x00000900
[ 1747.632797] mmc0: sdhci: Resp[2]: 0x00000900 | Resp[3]: 0x00000900
[ 1747.632801] mmc0: sdhci: Host ctl2: 0x0000804b
[ 1747.632810] mmc0: sdhci: ADMA Err: 0x00000001 | ADMA Ptr: 0x0000000259ef3204
[ 1747.632812] mmc0: sdhci: ============================================
[ 1747.632857] mmc0: Unexpected interrupt 0x04000000.
[ 1747.632860] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 1747.632867] mmc0: sdhci: Sys addr: 0x00000000 | Version: 0x00001502
[ 1747.632874] mmc0: sdhci: Blk size: 0x00007200 | Blk cnt: 0x00000000
[ 1747.632881] mmc0: sdhci: Argument: 0x00000000 | Trn mode: 0x00000033
[ 1747.632888] mmc0: sdhci: Present: 0x1fff0001 | Host ctl: 0x0000001f
[ 1747.632896] mmc0: sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 1747.632903] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x00000007
[ 1747.632909] mmc0: sdhci: Timeout: 0x0000000a | Int stat: 0x00000000
[ 1747.632916] mmc0: sdhci: Int enab: 0x02ff008b | Sig enab: 0x02ff008b
[ 1747.632925] mmc0: sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[ 1747.632932] mmc0: sdhci: Caps: 0x176ec8b0 | Caps_1: 0x03002177
[ 1747.632939] mmc0: sdhci: Cmd: 0x00000c1a | Max curr: 0x00000000
[ 1747.632946] mmc0: sdhci: Resp[0]: 0x00000900 | Resp[1]: 0x00000900
[ 1747.632953] mmc0: sdhci: Resp[2]: 0x00000900 | Resp[3]: 0x00000900
[ 1747.632958] mmc0: sdhci: Host ctl2: 0x0000800b
[ 1747.632967] mmc0: sdhci: ADMA Err: 0x00000001 | ADMA Ptr: 0x0000000259ef3204
[ 1747.632970] mmc0: sdhci: ============================================
[ 1747.633205] mmcblk0: error -110 sending stop command, original cmd response 0x0, card status 0x400900
Abrindo Disks utility
, mmblk0 é marcado como "desconhecido"
gparted
, diz que preciso criar uma tabela de partições Alguém tem alguma ideia?
Tags mount sd-card block-device