распаковать файлы из Dropbox на Linux-сервере

However I'm not sure how this applies to me because I don't have XFS filesystem mounted in /etc/fstab, as I understand devicemapper creates them as needed for containers.

Вы, безусловно, правы, но мы видим, что в вашей «Информации о Docker» есть «Резервная файловая система :xfs». Это означает, что docker использует xfs для базового тома контейнера, созданного на лету в томе «docker -8 :3 -5898903 -pool»

У меня работает вариант «--storage -opt size=20G».

Я думаю, что в томе хранилища, зарезервированном докером, не хватило места для увеличения.

Пожалуйста, опубликуйте результаты следующих команд:

  1. лсблк
  2. Элемент списка
  3. лвс
  4. вгс
0
28.01.2021, 12:08
1 ответ

Похоже, ваш файл поврежден, но zipможет это исправить:

Изman zip:

-F --fix -FF --fixfix

Fix the zip archive. The -F option can be used if some portions of the archive are missing, but requires a reasonably intact central directory. The input archive is scanned as usual, but zip will ignore some problems. The resulting archive should be valid, but any inconsistent entries will be left out.

When doubled as in -FF, the archive is scanned from the beginning and zip scans for special signatures to identify the limits between the archive members. The single -F is more reliable if the archive is not too much damaged, so try this option first.

поэтому вы можете использовать

zip -F myfile.zip -O myfile_fixed.zip

или

zip -FF myfile.zip -O myfile_fixed.zip
1
18.03.2021, 22:34

Теги

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