Sunday, April 05, 2020

Re: [/ is full] How to delete junk in /dev ?

On Sun, 5 Apr 2020 10:19:30 +0200
Olivier <olivier@burelli.fr> wrote:

> Hi,
>
> I am running OpenBSD from a long time(T410 / Amd64) ; and 6.6 from the release. I did not monitor the size of / in the past...
> Until today :(
>
> Please, how to identify junk to remove in /dev below :

$ find /dev/ -type f

Everything this command finds except /dev/MAKEDEV can be removed.
Most likely this is a dd(1) gone wrong.

-- Ben

No comments:

Post a Comment