Re: Free disk space in Kilobytes

2003-05-27 Thread Robert Canary
If you see 1k-blocks then it is in kilobytes. You can also set this with --block-size=1024 Manuel Aróstegui Ramirez wrote: > > You are right > man df ;-) > --- "Nguyen, David M" <[EMAIL PROTECTED]> > escribió: > What command do I use to display free di

Re: Free disk space in Kilobytes

2003-05-27 Thread Manuel Aróstegui Ramirez
You are right man df ;-) --- "Nguyen, David M" <[EMAIL PROTECTED]> escribió: > What command do I use to display free disk space in > Kilobytes, df -k? > > David > > > -- > redhat-list mailing list > unsubscribe > mailto:[EMAIL PROTECTED] > ht

Free disk space in Kilobytes

2003-05-27 Thread Nguyen, David M
What command do I use to display free disk space in Kilobytes, df -k? David -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: disk space

2003-03-07 Thread Stephen Kuhn
On Sat, 2003-03-08 at 02:18, Richard Humphrey wrote: > Is there a command I can use to check which partition the bulk of my free > space is on in red hat 8.0? > > Richard Humphrey > In a terminal, you can type: df -h This will give you a cute little chart of the free space, and where's it's mo

RE: disk space

2003-03-07 Thread Sites, Brad
Title: RE: disk space Richard Humphrey wrote: > Is there a command I can use to check which partition the bulk of my > free space is on in red hat 8.0? > > Richard Humphrey df -h This will show you all mounted file systems and their total space, used space, and free space. Brad Sites

Re: disk space

2003-03-07 Thread Jan
Richard Humphrey wrote: Is there a command I can use to check which partition the bulk of my free space is on in red hat 8.0? df will show you free space on your file systems. Or do you mean unallocated space? If so, you can ceratinly use fdisk (or equivalent). If you use lvm, I assume there are

Re: disk space

2003-03-07 Thread Jon Haugsand
* Richard Humphrey > Is there a command I can use to check which partition the bulk of my free > space is on in red hat 8.0? If I understand you correctly: df or df -h -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: disk space

2003-03-07 Thread bollu
AIL PROTECTED] To: "[EMAIL PROTECTED] Com" <[EMAIL PROTECTED]> com> cc: Sent by:

disk space

2003-03-07 Thread Richard Humphrey
Is there a command I can use to check which partition the bulk of my free space is on in red hat 8.0? Richard Humphrey -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: HOW TO : increase disk space to /dev/hdb2

2002-11-12 Thread Willem van der Walt<[EMAIL PROTECTED]>
2002, cana rich wrote: > > Hello, > > I have REdhat 7.2. I have mounted a disk with (mount /dev/hdb1 /mnt/temp) but the >disk space is only : 46636. > > Could you tell me how to increase the space memory? > > THanks > > > > ---

HOW TO : increase disk space to /dev/hdb2

2002-11-12 Thread cana rich
Hello,   I have REdhat 7.2. I have mounted a disk with (mount /dev/hdb1 /mnt/temp) but the disk space  is only : 46636. Could you tell me how to increase the space memory? THanksYahoo! Mail -- Une adresse @yahoo.fr gratuite et en français !

Re: mount hard disk space

2002-09-04 Thread Jianping Zhu
I had this situation before. i added a new hd and used parted to mount the new file system. It is pretty easy if you follow the instructions in following url. http://www.gnu.org/software/parted/ J.P. On Wed, 4 Sep 2002, Don Leeper wrote: > Currently I do not have any disk space available

mount hard disk space

2002-09-04 Thread Don Leeper
Title: mount hard disk space Currently I do not have any disk space available on my drive. I need to add space to my /var directory. I was planning on just adding another drive. Can someone instruct me on the best route to take on this. How to mount it correctly and so forth? If someone could

RE: Disk Space

2002-08-29 Thread Gordon McDowall
I would cheat and use symbolic links -Original Message- From: Anthony E. Greene [mailto:[EMAIL PROTECTED]] Sent: 29 August 2002 13:29 To: [EMAIL PROTECTED] Subject: Re: Disk Space -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28-Aug-2002/21:43 -0400, "Calbazana, Al&quo

Re: Disk Space

2002-08-29 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28-Aug-2002/21:43 -0400, "Calbazana, Al" <[EMAIL PROTECTED]> wrote: >I haven't had to deal with this in a while... AND I've never dealt with >this in a server environment... > >I noticed that my /usr partition is running low on space (73% full) on

Re: Disk Space

2002-08-29 Thread loophole
adjusting partitions sizes: use parted adding new partitions/drives to /usr: use LVM hth. lh = `When you say "I wrote a program that crashed Windows", people just stare at you blankly and say "Hey, I got those with the system, *for free*".' - Linus Torvalds __

Re: Disk Space

2002-08-28 Thread Krishna
Title: Disk Space Hi,   Check inodes and see if you can use "parted" http://www.gnu.org/software/parted/   regardsKrishna   Krishna ShekharNetwork AdministratorWiplash Wireless - Original Message - From: Calbazana, Al To: '[EMAIL PROTECTED]' Se

Disk Space

2002-08-28 Thread Calbazana, Al
Title: Disk Space I haven't had to deal with this in a while...  AND I've never dealt with this in a server environment... I noticed that my /usr partition is running low on space (73% full) on a small dev server.  What options do I have if I want to move space from one partition

Disk space problem

2002-08-03 Thread s peram
Hi, I'm running RH 6.2 kernel 2.4.16. I'm having a weird issue with my disk space on one of my filesystems: When I run df  -h , I have the following result: $ df -hFilesystem    Size  Used Avail Use% Mounted on/dev/sda1    1011M  207M  753M  22% //dev/sda6    1

Re: How To Limit Users' Disk Space

2002-04-12 Thread Tom Pollerman
>Date: Fri, 12 Apr 2002 14:20:23 -0700 >From: Li Bing <[EMAIL PROTECTED]> > >Dear all, >Sorry to bother you! > >I need to limit the disk space they can use. For example, each user can = >only store 5MB files at most. How can I do that? > >Thanks so much! >Li

Re: How to Limit Users' Disk Space

2002-04-12 Thread Ashwin Khandare
Read quota mini howto from redhat site. http://www.tldp.org/HOWTO/mini/Quota.html - Original Message - From: "Todd A. Jacobs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 13, 2002 7:14 AM Subject: Re: How to Limit Users' Disk Space >

Re: How to Limit Users' Disk Space

2002-04-12 Thread Todd A. Jacobs
On Fri, 12 Apr 2002, Li Bing wrote: > I need to limit the disk space they can use. For example, each user can > only store 5MB files at most. How can I do that? Configure disk quotas. -- "The only thing that helps me maintain my slender grip on reality is the friendship I sh

RE: How to Limit Users' Disk Space

2002-04-12 Thread Brian
They are tricky, disk quotas are -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Statux Sent: Friday, April 12, 2002 3:44 PM To: [EMAIL PROTECTED] Subject: Re: How to Limit Users' Disk Space read up on disk quotas. On Fri, 12 Apr 2002, Li Bing

Re: How to Limit Users' Disk Space

2002-04-12 Thread Statux
read up on disk quotas. On Fri, 12 Apr 2002, Li Bing wrote: > Dear all, > > Sorry to bother you! > > I need to limit the disk space they can use. For example, each user can only store >5MB files at most. How can I do that? > > Thanks so much! >

How to Limit Users' Disk Space

2002-04-12 Thread Li Bing
Dear all,   Sorry to bother you!   I need to limit the disk space they can use. For example, each user can only store 5MB files at most. How can I do that?   Thanks so much! Li Bing  

Re: disk space

2002-04-04 Thread Claudio Lapidus
>I have a rh linux 7.1 server. How can I check the total disk space of > the /home directory and how much space has been used up? $ df /home will give you total, used and free blocks for the filesystem involved. If you want finer grain, specially regarding usage, try $ du /home a

Re: disk space

2002-04-04 Thread Bill Crawford
On Thu, 4 Apr 2002, Jianping Zhu wrote: > I have a rh linux 7.1 server. How can I check the total disk space of > the /home directory and how much space has been used up? If you have a separate partition for it: df -h /home otherwise cd / du -shc home >

disk space

2002-04-04 Thread Jianping Zhu
I have a rh linux 7.1 server. How can I check the total disk space of the /home directory and how much space has been used up? Thanks in advance. Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900

Re: Theoretical question disk space question

2002-02-22 Thread Dave Ihnat
On Fri, Feb 22, 2002 at 04:48:15PM +1100, Cameron Simpson wrote: > Of course not. That would be Very Bad. (Consider: the files reappear after > unmount - what would be in them if the OS freed their storage?) This used to be, incidentally, a common way to hide programs from users in Unix. The sys

Re: Theoretical question disk space question

2002-02-22 Thread Charles Galpin
On Fri, 2002-02-22 at 00:48, Cameron Simpson wrote: > Generally with a mountpoint you either: > > - Store NOTHING underneath it, for the obvious reason. > that most of the time it will be inaccessible. > This effectively avoids your "wasted space" scenario. the is reminds

Re: Theoretical question disk space question

2002-02-21 Thread Cameron Simpson
On 18:53 20 Feb 2002, Monte Milanuk <[EMAIL PROTECTED]> wrote: | Well, more what I was wondering is whether that diskspace ever gets | reclaimed as it is unused while the remote directory is mounted over it, | and whether there is any way of accessing that diskspace/ those files | while the remote

Re: Theoretical question disk space question

2002-02-21 Thread Monte Milanuk
On Thu, 21 Feb 2002 15:31:57 -0800 (PST) David Talkington <[EMAIL PROTECTED]> wrote: > Ah, grasshopper, you've discovered one of the seventh wonders of the > world -- the 'masking' effect when one filesystem is mounted on top of > another. :-) > > You can get the same effect with any mount, l

Re: Theoretical question disk space question

2002-02-21 Thread Cameron Simpson
On 19:04 21 Feb 2002, rpjday <[EMAIL PROTECTED]> wrote: | > [...] It's still | > there, obviously, as you saw ... there's just no access path to it. | although with this release of red hat (7.2), those processes that | had open files "underneath" the new mount point still have access | to those

Re: Theoretical question disk space question

2002-02-21 Thread rpjday
On Thu, 21 Feb 2002, David Talkington wrote: > Ah, grasshopper, you've discovered one of the seventh wonders of the > world -- the 'masking' effect when one filesystem is mounted on top of > another. :-) > > You can get the same effect with any mount, local or nfs. If you fill > /usr/local

Re: Theoretical question disk space question

2002-02-21 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Monte Milanuk wrote: >Now for the question part. Now, I log out as the user, and log in as >root, and mount the servers /home directory as /home on the client. So >now when I log in as a user on either machine, I have a persistent view of >my home

Theoretical question disk space question

2002-02-21 Thread Monte Milanuk
hese files, if you needed to clear out the disk space, for instance? Just a question thats been bugging me for a while. TIA, Monte -- All right, breaks over. Back on your heads!! _ Do You Yahoo!? Get your free @yahoo.com address

Re: Free Disk Space

2002-01-28 Thread Jack Wallen
you can do df and you can add the -h switch to see the results in a human readable form. so df -h On Wed, 2002-01-16 at 12:11, Jay Paulson wrote: > What is the command in the terminal prompt to get how much free space is > on your HD? I've been looking for this and haven't found it anywhere! >

Re: Free Disk Space

2002-01-16 Thread Jhun Bacala
try this command: $ df At 01:11 AM 1/17/02, you wrote: >What is the command in the terminal prompt to get how much free space is >on your HD? I've been looking for this and haven't found it anywhere! > >thanks "If the facts don't fit the theory, change the facts" Albert Einstein Jhun Baca

Re: Free Disk Space

2002-01-16 Thread fgrodigo
--- Jay Paulson <[EMAIL PROTECTED]> escribió: > What is the command in the terminal prompt to get how much free space > is on your HD? I've been looking for this and haven't found it > anywhere! /bin/df ___ Do You Yahoo!? Yahoo! Mess

Re: Free Disk Space

2002-01-16 Thread G. T. Francisco, III
On Wed, Jan 16, 2002 at 11:11:49AM -0600, Jay Paulson said: > What is the command in the terminal prompt to get how much free space is on your HD? >I've been looking for this and haven't found it anywhere! > "man du" "man free" "man df" ___ Redhat-

RE: Free Disk Space

2002-01-16 Thread Brenden Walker
df -Original Message-From: Jay Paulson [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 16, 2002 12:12 PMTo: [EMAIL PROTECTED]Subject: Free Disk Space What is the command in the terminal prompt to get how much free space is on your HD? I've been looking for thi

Re: Free Disk Space

2002-01-16 Thread rweidman
Try df -h more at man df On Wed, 16 Jan 2002, Jay Paulson wrote: > What is the command in the terminal prompt to get how much free space is on your HD? >I've been looking for this and haven't found it anywhere! > > thanks > ___ Redhat-list mail

Free Disk Space

2002-01-16 Thread Jay Paulson
What is the command in the terminal prompt to get how much free space is on your HD? I've been looking for this and haven't found it anywhere!   thanks

RE: Running out of disk space Help!

2001-11-09 Thread Linux
I am not aware that I am using accounting. I have not switched it on, unless it is on by default What do I check for Mike -Original Message- From: Gregory Hosler [mailto:[EMAIL PROTECTED]] Sent: Friday, 9 November 2001 22:16 To: [EMAIL PROTECTED] Subject: RE: Running out of disk space

RE: Running out of disk space Help!

2001-11-09 Thread Gregory Hosler
e- > From: ABrady [mailto:[EMAIL PROTECTED]] > Sent: Friday, 9 November 2001 20:04 > To: [EMAIL PROTECTED] > Subject: Re: Running out of disk space Help! > > > On Fri, 9 Nov 2001 18:24:09 +1300 > Linux <[EMAIL PROTECTED]> wrote: > >> Hi >> >&

RE: Running out of disk space Help!

2001-11-08 Thread Linux
previously deleted. I will follow the demise the /var partition tomorrow. Many thanks Mike -Original Message- From: ABrady [mailto:[EMAIL PROTECTED]] Sent: Friday, 9 November 2001 20:04 To: [EMAIL PROTECTED] Subject: Re: Running out of disk space Help! On Fri, 9 Nov 2001 18:24:09 +1300

Re: Running out of disk space Help!

2001-11-08 Thread ABrady
On Fri, 9 Nov 2001 18:24:09 +1300 Linux <[EMAIL PROTECTED]> wrote: > Hi > > I seem to be loosing disk space on /var > > I have deleted many unnecessary logs and other files but when I deleted the > files I did get back the disk space the file held > > Any hel

Running out of disk space Help!

2001-11-08 Thread Linux
Hi I seem to be loosing disk space on /var I have deleted many unnecessary logs and other files but when I deleted the files I did get back the disk space the file held Any help gratefully received Mike This mail was processed by Mail essentials for Exchange/SMTP, the email security

Re: Available Disk Space

2001-03-24 Thread Tim Moore
3418080 30% /kits > When I use df to check my disk space it shows that the "/" partition is > completely used eg: > > /dev/sda8 256667245125 0 100% / > /dev/sda123302 5904 16195 27% /boot > /dev/sda6

Available Disk Space

2001-03-24 Thread Marcus Ouimet
OK I have been searching forever to find something that is driving me nuts. When I use df to check my disk space it shows that the "/" partition is completely used eg: /dev/sda8 256667245125 0 100% / /dev/sda123302 5904 16195

Re: Regaining disk space

2000-12-12 Thread Wolfgang Pfeiffer
Reply to message from Harry Putnam on 12 Dec 2000, 15:13 <-0800> and to message from Mikkel L. Ellertson on Tue, 12 Dec 2000, 16:01 <-0600>: > Wolfgang Pfeiffer <[EMAIL PROTECTED]> writes: > > > > cat /bin/clear-build: > > > ^^^ > > > #!/bin/sh -x > > > cd /usr/src/redhat/SOURCE

Re: Regaining disk space

2000-12-12 Thread Harry Putnam
Wolfgang Pfeiffer <[EMAIL PROTECTED]> writes: > > cat /bin/clear-build: > > ^^^ > > #!/bin/sh -x > > cd /usr/src/redhat/SOURCES && rm -rf * && \ > > cd ../BUILD && rm -rf * && cd ../SPECS && rm -f * > > #done > > which means: everything in > > /usr/src/redhat/SOURCES > /usr/s

Re: Regaining disk space

2000-12-12 Thread Mikkel L. Ellertson
On Tue, 12 Dec 2000, Wolfgang Pfeiffer wrote: > Reply to message from Mikkel L. Ellertson on Tue, 12 Dec 2000, 14:30 <-0600>: > > > Mikkel, > > Thanks for fast answer. > I have just 4K in /var/tmp -- but I will not forget to have an eye on it > from time to time. > I'll delete the files in /us

Re: Regaining disk space

2000-12-12 Thread Wolfgang Pfeiffer
Reply to message from Harry Putnam on 12 Dec 2000, 12:47 <-0800>: > Wolfgang Pfeiffer <[EMAIL PROTECTED]> writes: > > Mikkel pointed out the right stuff to get rid of but it looks like you > may have a small completed binary.rpm (or something?) in there. > > > 2784/usr/src/redhat/RPMS

Re: Regaining disk space

2000-12-12 Thread Wolfgang Pfeiffer
Reply to message from Mikkel L. Ellertson on Tue, 12 Dec 2000, 14:30 <-0600>: > On Tue, 12 Dec 2000, Wolfgang Pfeiffer wrote: > > [ ... ] > > > You can safely delete everything in /usr/src/redhat/BUILD. You can also > delete the contence of /usr/src/redhat/SOURCES if you are done building > th

Re: Regaining disk space

2000-12-12 Thread Harry Putnam
Wolfgang Pfeiffer <[EMAIL PROTECTED]> writes: Mikkel pointed out the right stuff to get rid of but it looks like you may have a small completed binary.rpm (or something?) in there. > 2784/usr/src/redhat/RPMS PS- you might get use out of this simple script I use when things start to pile up

Re: Regaining disk space

2000-12-12 Thread Mikkel L. Ellertson
On Tue, 12 Dec 2000, Wolfgang Pfeiffer wrote: > > > Hi list, > > I would like to regain some more disk-space -- could someone, > understanding more than I do, tell me which of the following directories > can be emptied without risk ... (It's not just directories t

Regaining disk space

2000-12-12 Thread Wolfgang Pfeiffer
Hi list, I would like to regain some more disk-space -- could someone, understanding more than I do, tell me which of the following directories can be emptied without risk ... (It's not just directories there ... some files, too ..) I have Red Hat 6.1 on the machine. Just for b

Re: rpm and disk space problem

2000-12-11 Thread Michael R. Jinks
bob jones wrote: > > Thanks in advance ... I'm at a loss on this one HOORAY FOR MAILING LISTS! sorry for the noise but i'm in chicago, we got dumped on today, and i'm a little punchy. > Running RHL 6.2 on an Intel 486 with 32MB RAM and plenty of disk space. > Tryin

Re: rpm and disk space problem

2000-12-09 Thread Mikkel L. Ellertson
On Sat, 9 Dec 2000, bob jones wrote: > Thanks in advance ... I'm at a loss on this one > > Running RHL 6.2 on an Intel 486 with 32MB RAM and plenty of disk space. > Trying to install tetex-1.0.6-11.i386.rpm, I get the message: > > "installing package tet

rpm and disk space problem

2000-12-09 Thread bob jones
Thanks in advance ... I'm at a loss on this one Running RHL 6.2 on an Intel 486 with 32MB RAM and plenty of disk space. Trying to install tetex-1.0.6-11.i386.rpm, I get the message: "installing package tetex-1.0.6-11 needs 2Mb on the / filesystem" and the install fails. R

Re: How much disk space I need ?

2000-12-06 Thread Micah Yoder
> With this background , can anyone comment on : > > (1)what size of disk we should prefer ? Disk space is cheap. Size is the least of your worries. Although for a small site, 20 gigs is plenty. I wouldn't get less than that though. In a pinch you could probably do it with 5 gig

How much disk space I need ?

2000-12-06 Thread Amit Bakore
Hi All, I'm new to to this list. I want to transform currently hosted a small e-com site from NT platform to RHL 7 Server. On this **SAME** machine my web server(Apache), Application Server (Tomcat)and Database Server (most probabaly mySQL) will be running. With this background , can anyone co

Re: disk space

2000-07-11 Thread Rodrigo Moya
John Gao wrote: > > Hi > > This may sound stupid but i can not find how much space left over on my > Redhat6.2 box > i created only / and /boot 2 partitions. > now i how can i keep the track of the hard drive space? > the 'df' command will show you this info -- To unsubscribe: mail [EMAIL

Re: disk space

2000-07-10 Thread Danny
You should read the man pages on du I would strongly recommend you use the du -h option On Tue, 11 Jul 2000, John Gao wrote: > Hi > > This may sound stupid but i can not find how much space left over on my > Redhat6.2 box > i created only / and /boot 2 partitions. > now i how can i keep the

RE: disk space

2000-07-10 Thread Jim Ewaka
try "df" it will show used, available, and % used for the different partitions. -Original Message- From: John Gao [mailto:[EMAIL PROTECTED]] Sent: Monday, July 10, 2000 2:50 PM To: Redhat-List (E-mail) Subject: disk space Hi This may sound stupid but i can not find how much

Re: disk space

2000-07-10 Thread erik
try 'df -h' the -h option puts it in human readable form...meaning in megabytes or gigs or whatever is most convientent erik John Aldrich wrote: > > On Mon, 10 Jul 2000, John Gao wrote: > > Hi > > > > This may sound stupid but i can not find how much space left over on my > > Redhat6.2 box > >

Re: disk space

2000-07-10 Thread John Aldrich
On Mon, 10 Jul 2000, John Gao wrote: > Hi > > This may sound stupid but i can not find how much space left over on my > Redhat6.2 box > i created only / and /boot 2 partitions. > now i how can i keep the track of the hard drive space? > type "df" from a console prompt. It'll report how much f

disk space

2000-07-10 Thread John Gao
Hi This may sound stupid but i can not find how much space left over on my Redhat6.2 box i created only / and /boot 2 partitions. now i how can i keep the track of the hard drive space? John -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: do multiple update eat disk space?

1998-03-31 Thread William T Wilson
On Mon, 30 Mar 1998, Paola Sala wrote: > patches installed. I have just noticed that every time I update the > glibc packages, some disk space (a few Mbytes) gets lost, despite Did you reboot after installing the packages? Ordinarily this isn't necessary (and it doesn't affe

do multiple update eat disk space?

1998-03-30 Thread Paola Sala
Hi I have a laptop and a desktop running under RedHat 5.0 with all updates patches installed. I have just noticed that every time I update the glibc packages, some disk space (a few Mbytes) gets lost, despite the nominal size of the old and new package is almost identical (i.e. going from glibc