View Single Post
  #7   (View Single Post)  
Old 14th September 2022
Woden27 Woden27 is offline
Port Guard
 
Join Date: May 2022
Posts: 12
Default

Quote:
Originally Posted by jggimi View Post
Take a look in your /dev directory. A very common cause of filling up your root partition is through a typo while running dd(1) as root. All you need to do is mistype an output device name, and suddenly the root partition is full.

The command $ find /dev -type f -ls should find only the MAKEDEV script and a few empty *.lock files.
Code:
BSD_Network_test# find /dev -type f -ls
 39683   24 -r-xr-xr-x    1 root     wheel       12142 Apr 12 08:45 /dev/MAKEDEV
 40994    0 -rw-------    1 root     wheel           0 Aug 25 13:49 /dev/slaacd.lock
 40996    0 -rw-------    1 root     wheel           0 Aug 25 13:49 /dev/dhcpleased.lock
 40998    0 -rw-------    1 root     wheel           0 Aug 25 13:49 /dev/resolvd.lock
Reply With Quote