LINUX.ORG.RU

Странно ведёт себя флеш телефона


0

1

Когда подключаю обычную флешку, можно сразу писать mount /dev/sdb1. Когда же пытаюсь подключить телефон, то выдаётся ошиька «mount: специальное устройство /dev/sdb1 не существует». Но: если сделать sudo fdisk -l /dev/sdb, то в списке дисков sdb1 будет и — самое главное — теперь он запросто монитруется. Каким образом запуск fdisk повлиял на mount? Мистика.


>Каким образом запуск fdisk повлиял на mount?

открыл на чтение. говнопрошивка телефона очухалась, и ядро прочитало из неё таблицу разделов

anonymous
()
USB: usb-storage: add "quirks=" module parameter

 This patch (as1163b) adds a "quirks=" module parameter to usb-storage.
 This will allow people to make short-term changes to their
 unusual_devs list without rebuilding the entire driver.  Testing will
 become much easier, and less-sophisticated users will be able to
 access their buggy devices after a simple config-file change instead
 of having to wait for a new kernel release.

usb-storage.quirks=
                [UMS] A list of quirks entries to supplement or
                override the built-in unusual_devs list.  List
                entries are separated by commas.  Each entry has
                the form VID:PID:Flags where VID and PID are Vendor
                and Product ID values (4-digit hex numbers) and
                Flags is a set of characters, each corresponding
                to a common usb-storage quirk flag as follows:
                        c = FIX_CAPACITY (decrease the reported
                                device capacity by one sector);
                        i = IGNORE_DEVICE (don't bind to this
                                device);
                        l = NOT_LOCKABLE (don't try to lock and
                                unlock ejectable media);
                        m = MAX_SECTORS_64 (don't transfer more
                                than 64 sectors = 32 KB at a time);
                        r = IGNORE_RESIDUE (the device reports
                                bogus residue values);
                        s = SINGLE_LUN (the device has only one
                                Logical Unit);
                        w = NO_WP_DETECT (don't test whether the
                                medium is write-protected).
                Example: quirks=0419:aaf5:rl,0421:0433:rc
i-rinat ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.