Avatar of hrolsons
hrolsons
Flag for United States of America asked on

File system full

My file system is full and I'm having a hard time trying to find space.  I don't know how to get to that first drive:

full.jpg
I'm using FreeBSD.
LinuxUnix OSFreeBSD

Avatar of undefined
Last Comment
Steven Carnahan

8/22/2022 - Mon
Steven Carnahan

It looks like the root folder is at 107% capacity.

The /dev folder is at 100%

To get to the root folder type "cd /" without the quotes and look at what is in there.

Then to get to the /dev folder type "cd /dev" without the quotes and look at what is in there.

Use "ls -l" without the quotes to see how big everything is.
ASKER CERTIFIED SOLUTION
Maciej S

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Steven Carnahan

oklit,

I am not arguing the point that you probably shouldn't mess around in the /dev directory however I do disagree with you that it always shows 100%.  This is mine:

dev
hrolsons

ASKER
I did that and I'm not familiar with the files that show up, and hardly any directories:

Full Hard Drive
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
Maciej S

pony10us - you are checking this on linux. Author has FreeBSD. These systems are not the same.
gheist

/dev is memory disk. it will be always full.

You need to free something on /

1) lsof +L1
i.e do you have any deleted files open by broke log rotation
2) cd /var
du -sk * | sort -n
...
Steven Carnahan

Thank you oklit.  You are correct I am testing on Red Hat.  I didn't realize FreeBSD showed it different.  One more lesson learned.  :)
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.