Код: Выделить всё
dmesg
...
[19213.260117] tifm_core: MMC/SD card detected in socket 0:1
[19213.476673] mmc1: new SD card at address b368
[19213.476930] mmcblk0: mmc1:b368 SMI 1.90 GiB
[19213.479106] mmcblk0: p1
Код: Выделить всё
# mount /dev/mmcblk0 /mnt/flash/
mount: you must specify the filesystem type
Код: Выделить всё
# mount -t vfat /dev/mmcblk0 /mnt/flash/
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 | tail
[19213.476673] mmc1: new SD card at address b368
[19213.476930] mmcblk0: mmc1:b368 SMI 1.90 GiB
[19213.479106] mmcblk0: p1
[19311.657046] EXT3-fs (mmcblk0): error: can't find ext3 filesystem on dev mmcblk0.
[19311.664234] FAT-fs (mmcblk0): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[19311.664887] FAT-fs (mmcblk0): invalid media value (0x00)
[19311.664893] FAT-fs (mmcblk0): Can't find a valid FAT filesystem
[19364.102296] FAT-fs (mmcblk0): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[19364.103039] FAT-fs (mmcblk0): invalid media value (0x00)
[19364.103044] FAT-fs (mmcblk0): Can't find a valid FAT filesystem
Карта отформатирована gparted, fat32
Как ее смонтировать?