FBSD can't detect micro-sd card in PocketBook 627 as da1, but on NetBSD all OK
Dmitrii Postolov
dpostolov at yandex.ru
Sat Sep 5 04:36:36 UTC 2020
Hi! Sorry for my bad English...
FreeBSD can't detect Micro-SD card Samsung 32 GB EVO in e-book reader PocketBook 627 as da1, but on NetBSD all OK.
FreeBSD
dmitrii at nuc7:~ % uname -a
FreeBSD nuc7 12.2-PRERELEASE FreeBSD 12.2-PRERELEASE r365281 GENERIC amd64
ugen0.5: <Obreey PB627> at usbus0
umass0 on uhub0
umass0: <Mass storage> on usbus0
umass0: SCSI over Bulk-Only; quirks = 0x0000
umass0:2:0: Attached to scbus2
da0 at umass-sim0 bus0 scbus2 target 0 lun 0
da0: <USB 2.0 USB Flash Driver 0100> Removable Direct Access SCSI-2 device
da0: 40.000MB/s transfers
da0: 6807MB (13941760 512 byte sectors)
da0: quirks = 0x2 <NO_6_BYTE>
# ls /dev/da*
/dev/da0
# mount -t msdosfs /dev/da0 /mnt
[OK]
# cd /mnt
# ls
[OK ls Internal memory of PocketBook 627 on FreeBSD, but da1 not detected]
NetBSD
localhost $ uname -a
NetBSD localhost 9.0_STABLE NetBSD 9.0 STABLE (GENERIC) #0: Sat Aug 29 17:03:39 UTC 2020 mkrepo.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC amd64
umass0 at uhub1 port 1 configuration 1 interface 0
umass0: Obreey (0xfffe) PB627 (0x01), rev 2.00/2.30 adr 4
scsi bus0 at umass0: 2 targets, 2 luns per target
sd0 at scsibus0 target0 lun0: <USB 2.0, USB Flash Driver, 0100> disk removable
sd0: fabricating a geometry
sd0: 6807MB, 6807 cyl, 64 head, 32 sec, 512 bytes/sect x 13941760 sectors
sd0: fabricating a geometry
sd1: atscsi bus0 target0 lun1: <USB 2.0, USB Flash Driver, 0100> disk removable
sd1: fabricating a geometry
sd1: 30524MB, 30524 cyl, 64 head, 32 sec, 512 bytes/sect x 62513152 sectors
sd1: fabricating a geometry
# mount -t msdos /dev/sd1 /mnt
[OK]
# cd /mnt
# ls
[OK ls Micro-SD Samsung 32 GB EVO of PocketBook 627 on NetBSD]
---
Is it possible to fix this problem?
---
best regards,
Dmitrii Postolov
dpostolov at yandex.ru
More information about the freebsd-stable
mailing list