mke2fs capacity (where did it go!?)

1997-12-15 Thread matthew tebbens
I'm trying to setup 4 4.51gig scsi drives. I used the following to setup the drives: (victor)[root:~#] mke2fs -c -v /dev/sda1 mke2fs 1.10, 24-Apr-97 for EXT2 FS 0.5b, 95/08/09 Linux ext2 filesystem format Filesystem label= 1101824 inodes, 4401778 blocks 220088 blocks (5.00%) reserved for the

Re: mke2fs capacity (where did it go!?)

1997-12-15 Thread Brandon Mitchell
On Sun, 14 Dec 1997, matthew tebbens wrote: Here is what 'df' says about the drives: Filesystem 1024-blocks Used Available Capacity Mounted on /dev/hdb1 705433 485054 183942 73% / /dev/sda14253289 509553 3523648 13% /var/sda1 This says I

Re: mke2fs capacity (where did it go!?)

1997-12-15 Thread David Wright
On Sun, 14 Dec 1997, matthew tebbens wrote: (victor)[root:~#] mke2fs -c -v /dev/sda1 mke2fs 1.10, 24-Apr-97 for EXT2 FS 0.5b, 95/08/09 Linux ext2 filesystem format Filesystem label= 1101824 inodes, 4401778 blocks 220088 blocks (5.00%) reserved for the super user First data block=1 Block

Re: mke2fs capacity (where did it go!?)

1997-12-15 Thread matthew tebbens
On Mon, 15 Dec 1997, David Wright wrote: On Sun, 14 Dec 1997, matthew tebbens wrote: (victor)[root:~#] mke2fs -c -v /dev/sda1 mke2fs 1.10, 24-Apr-97 for EXT2 FS 0.5b, 95/08/09 Linux ext2 filesystem format Filesystem label= 1101824 inodes, 4401778 blocks 220088 blocks (5.00%)

Re: mke2fs capacity (where did it go!?)

1997-12-15 Thread Scott Ellis
On Mon, 15 Dec 1997, matthew tebbens wrote: But I don't have 4,401,778 blocks, I only have a total of 4,253,289 blocks which becomes aprox 4,355,367,000 bytes. How does it get from 4,401,778 blocks to 4,253,289 blocks ? Somewhere along the line I lost about 250,000 blocks... ?? You

Re: mke2fs capacity (where did it go!?)

1997-12-15 Thread matthew tebbens
Thats over 250megs of tables and internal structures ? Wow... On Mon, 15 Dec 1997, Scott Ellis wrote: On Mon, 15 Dec 1997, matthew tebbens wrote: But I don't have 4,401,778 blocks, I only have a total of 4,253,289 blocks which becomes aprox 4,355,367,000 bytes. How does it get

Re: mke2fs capacity (where did it go!?)

1997-12-15 Thread Tim Sailer
matthew tebbens wrote: Thats over 250megs of tables and internal structures ? Wow... There is also 5% reserved for root, unless you specified otherwise Tim -- (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps The squeaky wheel gets the

Re: mke2fs capacity (where did it go!?)

1997-12-15 Thread Alex Yukhimets
Thats over 250megs of tables and internal structures ? Wow... Not only. I don't remeber whether it was already mentioned but by default 5% of the filesystem is reserved for the super-user. You may override this default with -m option to mk2efs. Alex Y. On Mon, 15 Dec 1997, Scott Ellis

Re: mke2fs capacity (where did it go!?)

1997-12-15 Thread matthew tebbens
1101824 inodes, 4401778 blocks 220088 blocks (5.00%) reserved for the super user /dev/sda14253289 13 4033188 0% /var/sdb1 /dev/sdb14253289 13 4033188 0% /var/sdb1 /dev/sdc14253289 13 4033188 0% /var/sdc1 /dev/sdd1

Re: mke2fs capacity (where did it go!?)

1997-12-15 Thread David Wright
On Mon, 15 Dec 1997, matthew tebbens wrote: On Mon, 15 Dec 1997, David Wright wrote: On Sun, 14 Dec 1997, matthew tebbens wrote: (victor)[root:~#] mke2fs -c -v /dev/sda1 mke2fs 1.10, 24-Apr-97 for EXT2 FS 0.5b, 95/08/09 Linux ext2 filesystem format Filesystem label= 1101824

Re: mke2fs capacity (where did it go!?)

1997-12-15 Thread matthew tebbens
Hmmm interesting ! Thanks. On Mon, 15 Dec 1997, David Wright wrote: On Mon, 15 Dec 1997, matthew tebbens wrote: On Mon, 15 Dec 1997, David Wright wrote: On Sun, 14 Dec 1997, matthew tebbens wrote: (victor)[root:~#] mke2fs -c -v /dev/sda1 mke2fs 1.10, 24-Apr-97 for EXT2

Re: mke2fs capacity (where did it go!?)

1997-12-15 Thread Carl Johnson
matthew tebbens [EMAIL PROTECTED] writes: Here is what 'df' says about the drives: Filesystem 1024-blocks Used Available Capacity Mounted on /dev/hdb1 705433 485054 183942 73% / /dev/sda14253289 509553 3523648 13% /var/sda1