filesystem full

Latest activity

The filesystem full tag currently brings together 1 visible item related to filesystem full.

filesystem full currently spans 1 content type. Main matches include Тема (1). Последняя активность была 21.10.23 в 08:39.

Recent tagged content includes Тема 'FreeBSD: /usr: filesystem full – поиск больших файлов'.

1
Results
1
Content types
1
Contributors
Contributors: Itnull
  1. FreeBSD: /usr: filesystem full – поиск больших файлов

    Проверим доступное место: # df -h Видим приближающиеся неприятности: /dev/da0s1f 4.7G 4.3G 44M 99% /usr Надо найти чем забито место – но как? Можно выполнить: # du -csh /usr/* И просматривать построчно объем всех папок. Можно сделать так: # find /usr -type f -size +10000 -ls
Назад
Сверху Снизу