Re: Hard disc space availble? Hard drive size

2004-03-01 Thread Jonathan Arnold
[EMAIL PROTECTED] wrote:
How do I free up save on my Hard disc.
A good place to start is to figure out what files are hogging
up all of your disk space. Use the 'du' command for that. See
the short entry I have on my blog for how to use it effectively:
http://freebsd.amazingdev.com/blog/archives/000109.html

--
Jonathan Arnold (mailto:[EMAIL PROTECTED])
Daemon Dancing in the Dark, a FreeBSD weblog:
http://freebsd.amazingdev.com/blog/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Hard disc space availble? Hard drive size

2004-03-01 Thread Nathan Kinkade
On Sun, Feb 29, 2004 at 08:33:36PM -0500, [EMAIL PROTECTED] wrote:
> How do I free up save on my Haed disc.

By deleting unneeded files.  However, you'll have to post more info to
the list for anyone to be able to help.  What partition is filling up?
How big is your hard disk?  Depending on which partition is filling up
the advice may differ.  What is the output of the command `df -h'?

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Hard disc space availble? Hard drive size

2004-03-01 Thread Chadstams
How do I free up save on my Haed disc.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Hard disc space availble? Hard drive size

2003-08-24 Thread Augusto Jun Devegili
df -h

On Sun, 2003-08-24 at 11:04, [EMAIL PROTECTED] wrote:
> how do you tell how much hard drive you have left?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Hard disc space availble? Hard drive size

2003-08-24 Thread WltMarEv
how do you tell how much hard drive you have left?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Hard disc space availble? Hard drive size

2003-06-12 Thread Jerry McAllister
Hi again,

Actually, if you are really at FreeBSD 2.2.8 as your other message
seems to imply, I might be a little cautious about using fdisk in 
this way.   More recent versions of fdisk are much more sophisticated
and work well.   I vaguely remember that this might not be so easy
under FreeBSD 2.xxx, though I don't have one around now to check.

Read the man page carefully.

jerry

> 
> > 
> > How do you tell what size your hard drive is. And how much free space is
> > left.
> 
> Also, for absolute size (before partitioning and newfsing, etc)
> use fdisk(8).   Without any switches telling it to write, it will
> give the total disk size in (512 byte) blocks and list the slices 
> and their sizes and tell which ones are bootable.  Note that with
> modern disks the geometry (cylinders, tracks, sectors) is sort of 
> a virtual geometry and not the actual physical layout of the disk.
> 
> So, su to root
> fdisk da0   (for example of a SCSI disk 0, substitute the 
>  appropriate device name - use df or look in /etc/fstab)
> 
> jerry
> 
> > 
> > Dan
> > 
> > ___
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Hard disc space availble? Hard drive size

2003-06-12 Thread Jerry McAllister
> 
> How do you tell what size your hard drive is. And how much free space is
> left.

Also, for absolute size (before partitioning and newfsing, etc)
use fdisk(8).   Without any switches telling it to write, it will
give the total disk size in (512 byte) blocks and list the slices 
and their sizes and tell which ones are bootable.  Note that with
modern disks the geometry (cylinders, tracks, sectors) is sort of 
a virtual geometry and not the actual physical layout of the disk.

So, su to root
fdisk da0   (for example of a SCSI disk 0, substitute the 
 appropriate device name - use df or look in /etc/fstab)

jerry

> 
> Dan
> 
> ___
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Hard disc space availble? Hard drive size

2003-06-12 Thread Jerry McAllister
> 
> How do you tell what size your hard drive is. And how much free space is
> left.

Easiest is the  df(1)  command.

Generally I do  df -k  so I can see sizes listed in KiloBytes, 
but you can check the man page and pick your own set of switches.

jerry

> 
> Dan
> 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Hard disc space availble? Hard drive size

2003-06-12 Thread Rus Foster
On Thu, 12 Jun 2003, DanB wrote:

> How do you tell what size your hard drive is. And how much free space is
> left.
>
> Dan
>

To find out disk space left do df -h. For the size looks at the output of
dmesg

Rgds

Rus
--
www: http://www.65535.net   | Hosting - Shell Accounts
MSNM: [EMAIL PROTECTED] | Virtual Servers from just $15/mo
e: [EMAIL PROTECTED]   | Community: http://www.65535.org
t: +44 (0) 7092016595   | 10% Donation on every FreeBSD product
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Hard disc space availble? Hard drive size

2003-06-12 Thread DanB
How do you tell what size your hard drive is. And how much free space is
left.

Dan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"