Logs will often live somewhere in here: /dev/ad0s1e 248M 12K 228M 0% /tmp
Or in here: /dev/ad0s1d 629M 28M 551M 5% /var You can do a "pwd" command to see where you are at in the file structure. You can do a "cd /<path here>" to navigate to the folder you want to inspect You can do a "ls -alt" to view a list of the folder contents sorted by time, that includes all files. If the list is too long and you can't scroll back to the top, do ""ls -alt | more" To delete a file, it's typically "rm <filename> ________________________________ From: Sam Cayze [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2008 2:20 PM To: NT System Admin Issues Subject: RE: BSD Filesystem Full? Salvador to the rescue! Thanks! Alright, I can SSH into it, and I am at the [EMAIL PROTECTED] ~]# prompt. Here is my output. Yep, I look pretty full! So - I guess I will have to play around and find some stuff to delete. Do you know any obvious locations for temp files in BSD? Do you know of any good BSD training resources to get me familiar with file system commands in BSD? Sounds like now is a great time to make some use of VMware snapshot feature! [EMAIL PROTECTED] ~]# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1a 496M 103M 353M 23% / devfs 1.0K 1.0K 0B 100% /dev /dev/ad0s1e 248M 12K 228M 0% /tmp /dev/ad0s1f 2.1G 2.0G -101M 105% /usr /dev/ad0s1d 629M 28M 551M 5% /var From: Salvador Manzo [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2008 1:51 PM To: NT System Admin Issues Subject: Re: BSD Filesystem Full? Sam, Assuming the Cacti appliance doesn't offer the ability to age out old log files, can you SSH into it? A df -h will show you usage on the different mount points, and a du -h redirected to a text file will give you the exact layout (starting from wherever you launch it, recursive by default) On 3/4/08 11:38 AM, "Sam Cayze" <[EMAIL PROTECTED]> wrote: Hey all, I have a VM Appliance I installed about 2 years ago that runs Cacti, and does all the cute little RDP graphs for my server utilization, server room temp monitors, disk space, etc. http://www.vmware.com/appliances/directory/310 It runs on BSD6.1 and is supposed to be a set and forget appliance. However, it is failing, and I suspect it just might have something to do with this error when I fire it up "Filesystem Full" Does anybody run BSD that might be able to give me a hand? Thanks in Advance. Sam ----- Salvador Manzo [ 620 W. 35th St - Los Angeles, CA 90089 e. [EMAIL PROTECTED] ] Auxiliary Services IT, Datacenter University of Southern California 818-612-5112 "Progress is made by lazy men looking for easier ways to do things." - Robert A. Heinlein ~ Upgrade to Next Generation Antispam/Antivirus with Ninja! ~ ~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm> ~
