Re: [gentoo-user] Where is my disc space

2003-10-27 Thread Stephen Liu
Hi Andrew,

# fdisk /dev/hde
  Device BootStart   EndBlocks   Id  System
/dev/hde1   * 111 88326   83  Linux
/dev/hde212   812   6434032+  82  Linux swap
/dev/hde3   813  4866  32563755   83  Linux
Not easy for me to read.  Any other commands to check the hard drive

Thnaks

B.R.
Stephen
Andrew Gaffney wrote:

Stephen Liu wrote:

Hi all folks,

HD - 40G
At time of installation I asiged
boot   100 mg
swap  800 mg
rootremaining,  about 39G
$ df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/root  32G  2.6G   29G   9%  /
where is 7G gone


Are you sure you didn't do something like a 8Gb swap?



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Where is my disc space

2003-10-27 Thread Abilio Carvalho
On 09:09 Mon 27 Oct , Abilio Carvalho wrote:
 well, ignore everything else in the output but this: your number of blocks in the 
 main partition is 32 million, and you have a 32GB partition. Your swap part has 8 
 million blocks... :)

Ergh, I meant 6 :/


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Where is my disc space

2003-10-27 Thread Stephen Boulet
You can also try the command:  df -h to get the size of all mounted 
filesystems in human readable format.

 Not easy for me to read.  Any other commands to check the hard drive

-- 
Stephen  
  From here to there
 and there to here,
   funny things are everywhere.  -- Dr Seuss



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Where is my disc space

2003-10-27 Thread Stephen Liu
Hi,

On Gentoo 1.4
# df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/root  32G  6.1G   25G  20%/
That was all I got.  On other distro I will have

/dev/hde3  ..
/dev/hde1  ..
/dev/hde5 ...
etc.
I can't understand why

Stephen

Stephen Boulet wrote:

You can also try the command:  df -h to get the size of all mounted 
filesystems in human readable format.

 

Not easy for me to read.  Any other commands to check the hard drive
   

 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Where is my disc space

2003-10-27 Thread Richard Leonard
On Monday 27 October 2003 12:12 pm, Stephen Boulet wrote:
 You can also try the command:  df -h to get the size of all mounted
 filesystems in human readable format.

  Not easy for me to read.  Any other commands to check the hard drive

I'm presuming it's also OK to blow away /usr/portage/packages having done a 
GRP installation a couple of months back. In any case I have the CDs, and I 
can't see why it should affect the system if I do. Am I right?

TIA
Richard


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Where is my disc space

2003-10-27 Thread Sigurd Stordal
On Tuesday 28 October 2003 07:12, Andrew Gaffney wrote:
 Stephen Liu wrote:
  Hi all folks,
 
  HD - 40G
  At time of installation I asiged
 
  boot   100 mg
  swap  800 mg
  rootremaining,  about 39G
 
  $ df -h
  FilesystemSize  Used Avail Use% Mounted on
  /dev/root  32G  2.6G   29G   9%  /
 
  where is 7G gone
Well, I've seen much space been taken by the backup nodes in an ext3 file 
system. I've done some test on my iomega jaz drive, and there are 200 Mb less 
with ext3/2 than with reiserfs f.ex. So it's most likely just the space that 
the filesystem uses for it's backup nodes/ journal/ lost+found.
-- 
Sigurd Stordal
President of GOGS
Experimental Petrologist

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Where is my disc space

2003-10-27 Thread Hall Stevenson
At 03:24 PM 10/27/2003, you wrote:
That was all I got.  On other distro I will have

/dev/hde3  ..
/dev/hde1  ..
/dev/hde5 ...
etc.
I can't understand why
Some distros decide for you that you need a /boot partition, a /var 
partition, a /usr partition, a /home partition, and so on... Other distros, 
like Gentoo, let you decide which and how many paritions you want vs need.

The -h option to 'df' *might* not display all partitions, like 'swap'. 
Also, Gentoo encourages you to not mount /boot during normal usage. I'm 
guessing you have a / (root) partition, swap, and /boot.

Regards
Hall 

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Where is my disc space

2003-10-27 Thread Stephen Liu
Hi Hall,

/dev/hde3 ..
/dev/hde1 ..
/dev/hde5 ...
etc.
I can't understand why


Some distros decide for you that you need a /boot partition, a /var 
partition, a /usr partition, a /home partition, and so on... Other 
distros, like Gentoo, let you decide which and how many paritions you 
want vs need.

The -h option to 'df' *might* not display all partitions, like 
'swap'. Also, Gentoo encourages you to not mount /boot during normal 
usage. I'm guessing you have a / (root) partition, swap, and /boot.
Yes, you are correct. I have

boot ext3
swap
root reiserfs
What command will be used to display all of them

Thanks

B.R.
Stephen
Regards
Hall
--
[EMAIL PROTECTED] mailing list



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Where is my disc space

2003-10-27 Thread Hall Stevenson
At 09:56 AM 10/27/2003, you wrote:
Hi Hall,

/dev/hde3 ..
/dev/hde1 ..
/dev/hde5 ...
etc.
I can't understand why


Some distros decide for you that you need a /boot partition, a /var 
partition, a /usr partition, a /home partition, and so on... Other 
distros, like Gentoo, let you decide which and how many paritions you 
want vs need.

The -h option to 'df' *might* not display all partitions, like 'swap'. 
Also, Gentoo encourages you to not mount /boot during normal usage. I'm 
guessing you have a / (root) partition, swap, and /boot.
Yes, you are correct. I have

boot ext3
swap
root reiserfs
What command will be used to display all of them
Try df --help or man df and see if it tells you. I don't know 
off-hand... It might be helpful for you to explore options like this 
yourself vs running into a problem and posting to this list. Then 
waiting... and waiting...

Regards
Hall
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Where is my disc space

2003-10-27 Thread eric heller
Looks like you've got about 6 GB of swap.

eric heller

On Mon, 2003-10-27 at 16:01, Stephen Liu wrote:
 Hi Andrew,
 
 # fdisk /dev/hde
Device BootStart   EndBlocks   Id  System
 /dev/hde1   * 111 88326   83  Linux
 /dev/hde212   812   6434032+  82  Linux swap
 /dev/hde3   813  4866  32563755   83  Linux
 
 Not easy for me to read.  Any other commands to check the hard drive
 
 Thnaks
 
 B.R.
 Stephen
 
 
 Andrew Gaffney wrote:
 
  Stephen Liu wrote:
 
  Hi all folks,
 
  HD - 40G
  At time of installation I asiged
 
  boot   100 mg
  swap  800 mg
  rootremaining,  about 39G
 
  $ df -h
  FilesystemSize  Used Avail Use% Mounted on
  /dev/root  32G  2.6G   29G   9%  /
 
  where is 7G gone
 
 
  Are you sure you didn't do something like a 8Gb swap?
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Where is my disc space

2003-10-26 Thread Andrew Gaffney
Stephen Liu wrote:
Hi all folks,

HD - 40G
At time of installation I asiged
boot   100 mg
swap  800 mg
rootremaining,  about 39G
$ df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/root  32G  2.6G   29G   9%  /
where is 7G gone
Are you sure you didn't do something like a 8Gb swap?

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list