On Mon 01 May 2023 at 13:51:06 (+0000), Bonno Bloksma wrote:

Hmm, that took a long time to get posted.

> On my "new" Bullseye machines the root volume starts to fill up. The cause 
> seems to be the /usr/lib folder.
> On my older Buster (10.13) machine the total /usr directory is 701M, the 
> /usr/lib folder is 260M
> In my /usr/lib folder on Buster is NO /usr/lib/modules folder
> 
> On my Bullseye machines the /usr/lib folder is 2+GB on the machines that have 
> been operating for a while and 1+G on a machine that has been operating for a 
> shorter while.

I wonder whether you have a problem with usrmerge.
What does this show:

  $ ls -ld /lib*
  lrwxrwxrwx 1 root root  7 Apr 16  2022 /lib -> usr/lib
  lrwxrwxrwx 1 root root  9 Apr 16  2022 /lib32 -> usr/lib32
  lrwxrwxrwx 1 root root  9 Apr 16  2022 /lib64 -> usr/lib64
  lrwxrwxrwx 1 root root 10 Apr 16  2022 /libx32 -> usr/libx32
  $ 

  $ namei -l /usr/lib/modules/5.10.0-22-amd64/
  f: /usr/lib/modules/5.10.0-22-amd64/
  drwxr-xr-x root root /
  drwxr-xr-x root root usr
  drwxr-xr-x root root lib
  drwxr-xr-x root root modules
  drwxr-xr-x root root 5.10.0-22-amd64
  $ 

Cheers,
David.

Reply via email to