Re: diskspace used on full install?

2004-11-25 Thread J.D. Bronson
At 09:34 PM 11/24/2004, you wrote:
The full output of mount(8) might be helpful to us on the list.
Also, for your own use, (as root) you might try:
# cd /
# du -hxm  | sort -n
Which should get you "human readable" output on the disk
usage of your root file system, without crossing mount points,
output in megabytes and sorted in order by size.  Might take
a moment to output it, though...

When I did the install I chose full developer and sources, but no windows.
(Its all command line and headless)
The disk space in use is fine...I just want to make sure that something I 
did didnt copy files from one spot on / to another spot on / . That 
happened before to me :)

Here is my entire df:
# df
Filesystem  1K-blocksUsed   Avail Capacity  Mounted on
/dev/da0s1a507630  106664  36035623%/
devfs   1   1   0   100%/dev
/dev/da0s1d   9420078 1192212 747426014%/usr
/dev/da0s1e   94200781468 8665004 0%/var
/dev/da0s1g   9420078  234754 8431718 3%/home
/dev/da0s1h   2892164   4 2660788 0%/scratch
and the output of the command you offered above is nice, but doesnt show 
anything worrysome as far as I can tell...

# du -hxm  | sort -n
1   ./.snap
1   ./bin
1   ./boot/defaults
1   ./boot/modules
1   ./cdrom
1   ./dev
1   ./dist
1   ./etc/X11
1   ./etc/bluetooth
1   ./etc/defaults
1   ./etc/gnats
1   ./etc/isdn
1   ./etc/mail/certs
1   ./etc/mtree
1   ./etc/ntp
1   ./etc/pam.d
1   ./etc/periodic
1   ./etc/periodic/daily
1   ./etc/periodic/monthly
1   ./etc/periodic/security
1   ./etc/periodic/weekly
1   ./etc/postfix/HTML/README
1   ./etc/postfix/README
1   ./etc/postfix/certs
1   ./etc/postfix/freemail
1   ./etc/ppp
1   ./etc/rc.d
1   ./etc/skel
1   ./etc/ssh
1   ./etc/ssh2
1   ./etc/ssh2/hostkeys
1   ./etc/ssh2/knownhosts
1   ./etc/ssh2/subconfig
1   ./etc/ssl
1   ./home
1   ./junk
1   ./lib/geom
1   ./libexec
1   ./mnt
1   ./mnta
1   ./mntd
1   ./mnte
1   ./mntf
1   ./mntg
1   ./mnth
1   ./proc
1   ./root
1   ./root/.ncftp
1   ./root/.ssh2
1  ./scratch
1   ./stand/etc
1   ./stand/etc/defaults
1   ./stand/help
1   ./tftp
1   ./tmp
1   ./usr
1   ./var
2   ./etc/mail
3   ./etc/postfix/HTML
3   ./stand
4   ./lib
4   ./rescue
4   ./sbin
5   ./etc/postfix
7   ./etc
17  ./boot/kernel
18  ./boot
38  .


--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: diskspace used on full install?

2004-11-24 Thread Kevin D. Kinsey, DaleCo, S.P.
J.D. Bronson wrote:
I did a full install of 5.3 and I was wondering about how much 
typically ends up in / ?

I setup my mounts like this:
/
/usr
/var
/home
/tmp
and I am seeing this for / :
Filesystem  1K-blocksUsed   Avail Capacity  Mounted on
/dev/da0s1a507630  106656  36036423%/
Does that seem right or have I lost space in / recently ?
I dont have a baseline to compare this by since installing 1 week ago :(
thanks guys-
 -JDB 

Output from df(1) appears in your nightly emails ("from Charlie Root.")
It helps in trying to figure out maybe *when* something might have
changed.  You should have mail from Charlie somewhere (if you haven't
set up where to send it in /etc/mail/aliases, then login as root and
type "mail", or point an editor at /var/mail/root.
The full output of mount(8) might be helpful to us on the list.
Also, for your own use, (as root) you might try:
# cd /
# du -hxm  | sort -n
Which should get you "human readable" output on the disk
usage of your root file system, without crossing mount points,
output in megabytes and sorted in order by size.  Might take
a moment to output it, though...
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


diskspace used on full install?

2004-11-24 Thread J.D. Bronson
I did a full install of 5.3 and I was wondering about how much typically 
ends up in / ?

I setup my mounts like this:
/
/usr
/var
/home
/tmp
and I am seeing this for / :
Filesystem  1K-blocksUsed   Avail Capacity  Mounted on
/dev/da0s1a507630  106656  36036423%/
Does that seem right or have I lost space in / recently ?
I dont have a baseline to compare this by since installing 1 week ago :(
thanks guys-
 -JDB
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"