Почему я не могу подключить диск с ограниченным объемом памяти?

Возможно, это может помочь!

Сначала сохраните все файлы загрузки или URL в текстовом файле:

$ cat > download-file-list.txt

URL1

URL2

URL3

URL4

echo "Enter text"

text=$1

cat URLs.txt | grep -i $text > /tmp/new.txt

wget -i /tmp/new.txt

1
19.03.2016, 23:09
1 ответ

Я думаю, вы столкнулись с этой проблемой в драйвере uas. Это должно быть исправлено в 4.6-rc1 согласно commit 55ff8cfb :

The uas driver can never queue more then MAX_CMNDS (- 1) tags and tags
are shared between luns, so there is no need to claim that we can_queue
some random large number.

Not claiming that we can_queue 65536 commands, fixes the uas driver
failing to initialize while allocating the tag map with a "Page allocation
failure (order 7)" error on systems which have been running for a while
and thus have fragmented memory.
1
27.01.2020, 23:48

Теги

Похожие вопросы