Reducing the size of /

2006-05-12 Thread bsd
Hello, I have three partitions on my server and would like to reduce the size of / because I am getting quite full ! Filesystem SizeUsed Avail Capacity Mounted on /dev/ar0s1a3.8G2.8G668M81%/ devfs 1.0K1.0K 0B 100%/dev /dev/ar0s1d 60G

Re: Reducing the size of /

2006-05-12 Thread Bill Moran
bsd [EMAIL PROTECTED] wrote: Hello, I have three partitions on my server and would like to reduce the size of / because I am getting quite full ! Filesystem SizeUsed Avail Capacity Mounted on /dev/ar0s1a3.8G2.8G668M81%/ devfs 1.0K1.0K

Re: Reducing the size of /

2006-05-12 Thread bsd
Hi again, Most of the files that are large seems to be located in /usr/ports/ distfiles/ What will be the effect of deleting some of these files ? root:abcdef 18:14 ~ # find -x / -size +1 -print /boot/kernel/kernel /boot/kernel.old/kernel /root/tmp/dcc.tgz

Re: Reducing the size of /

2006-05-12 Thread John Nielsen
On Friday 12 May 2006 12:28, bsd wrote: Hi again, Most of the files that are large seems to be located in /usr/ports/ distfiles/ What will be the effect of deleting some of these files ? You will have to download them again if you rebuild / reinstall the packages that use them. Of course,

Re: Reducing the size of /

2006-05-12 Thread Bill Moran
bsd [EMAIL PROTECTED] wrote: Hi again, Most of the files that are large seems to be located in /usr/ports/ distfiles/ What will be the effect of deleting some of these files ? If you reinstall those ports, you'll have to download the files again. Unless you have very limited Internet

Re: Reducing the size of /

2006-05-12 Thread Kevin Kinsey
bsd wrote: Hi again, Most of the files that are large seems to be located in /usr/ports/distfiles/ What will be the effect of deleting some of these files ? If you need/want to rebuild the ports for the distfiles, they will have to be downloaded again. Many of them may be for outdated

Re: Reducing the size of /

2006-05-12 Thread Martin Tournoy
the /usr/ports/distfiles dir are the source files you downloaded while installing ports. You can safly empty the whole directory You can delete /boot/kernel.old if the new kernel is working /usr/local/etc/cvsup/sup/src-all/checkouts.cvs can be safly deleted /usr/ports/INDEX-5 can be deleted,

Reducing the size of /

2006-05-12 Thread Robert Huff
bsd writes: I have three partitions on my server and would like to reduce the size of / because I am getting quite full ! Filesystem SizeUsed Avail Capacity Mounted on /dev/ar0s1a3.8G2.8G668M81%/ devfs 1.0K1.0K 0B 100%/dev

Re: Reducing the size of /

2006-05-12 Thread Eric F Crist
On May 12, 2006, at 11:11 AM, bsd wrote: Hello, I have three partitions on my server and would like to reduce the size of / because I am getting quite full ! Filesystem SizeUsed Avail Capacity Mounted on /dev/ar0s1a3.8G2.8G668M81%/ devfs 1.0K1.0K

Re: Reducing the size of /

2006-05-12 Thread pauls
--On May 12, 2006 12:36:52 PM -0400 John Nielsen [EMAIL PROTECTED] wrote: On Friday 12 May 2006 12:28, bsd wrote: Hi again, Most of the files that are large seems to be located in /usr/ports/ distfiles/ What will be the effect of deleting some of these files ? You will have to download