Re: [newbie] System not recognizing correct partition size

2004-05-05 Thread Raffaele BELARDI
Terence,

fdisk output looks right: /var (hda9) partition is approx. 5600Mb, 
/var/Music (hda14) is 6200Mb. You left approx. 40Gb of unpartitioned 
space on the disk, right?

df output puzzles me. Like you say, /var/Music is only approx 800Mbyte 
large. I have no idea why this happened. I would try to format it again: 
from a shell, login as root and type

# mkfs.ext3 /dev/hda14

(WARNING: This will wipe out the /var/Music contents!)
or the equivalent for reiserfs - which I am not familiar with.
Then do a
# df .

to make sure this time you got all the partition formatted.

Regarding the /var, df shows that it's half full, while you expet it to 
be almost empty. Two guesses to account for the missing space:
1. you configured some application to use /var/music (instead of 
/var/Music) so you are filling partition 9 instead of 14
2. your log files (/var/log) are growing huge

You can check where the space is bing eaten up by typing (as root):

# cd /var
# du -xb | sort -n
good luck,

raffaele

Terence Golightly wrote:
On Mon, 2004-05-03 at 05:53, Raffaele BELARDI wrote:

Terence Golightly wrote:
 /var partiton  5.4BG ext3 fs  7% used (I don't know why I meant to make
 it reiserfs but I musta been tired when I was doing the install)
 /var/Music 5.9GB reiserfs as its file system (its the last partition on
 my system). This is how diskdrake recognizes it and is has 7% used.
Could you please login as root in a terminal, type
# fdisk -l /dev/hda
and send the output on the list? And while you are at it, also do a


Ok.. Here goes:

[EMAIL PROTECTED] root]# fdisk -l /dev/hda

Disk /dev/hda: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
   Device Boot  Start End  Blocks   Id  System
/dev/hda1   *   1 764 6136798+  83  Linux
/dev/hda2 765621743801222+   5  Extended
/dev/hda5 765 827  506016   82  Linux swap
/dev/hda6 8281535 5686978+  83  Linux
/dev/hda715362044 4088511   83  Linux
/dev/hda820452553 4088511   83  Linux
/dev/hda925543261 5686978+  83  Linux
/dev/hda10   32623515 2040223+  83  Linux
/dev/hda11   35164223 5686978+  83  Linux
/dev/hda12   42244931 5686978+  83  Linux
/dev/hda13   49325440 40885116  FAT16
/dev/hda14   54416217 6241221   83  Linux

# df

[EMAIL PROTECTED] root]# df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/ide/host0/bus0/target0/lun0/part1
   6136604200168   5936436   4% /
/dev/ide/host0/bus0/target0/lun0/part7
   4024188 17864   3801900   1% /boot
/dev/ide/host0/bus0/target0/lun0/part6
   5686796   3035572   2651224  54% /home
/dev/ide/host0/bus0/target0/lun0/part13
   4080524   468   4080056   1% /mnt/windows
/dev/ide/host0/bus0/target0/lun0/part10
   2008108 33868   1872232   2% /tmp
/dev/ide/host0/bus0/target0/lun0/part8
   4088376   2383224   1705152  59% /usr
/dev/ide/host0/bus0/target0/lun0/part9
   5597680   2816736   2496596  54% /var
/dev/ide/host0/bus0/target0/lun0/part14
811216651084160132  81% /var/Music
/dev/ide/host0/bus0/target0/lun0/part11
   5686796 32840   5653956   1% /var/ftp
/dev/ide/host0/bus0/target0/lun0/part12
   5686796 32932   5653864   1% /var/www



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] System not recognizing correct partition size

2004-05-04 Thread Terence Golightly
On Mon, 2004-05-03 at 05:53, Raffaele BELARDI wrote:
 Terence Golightly wrote:
   /var partiton  5.4BG ext3 fs  7% used (I don't know why I meant to make
   it reiserfs but I musta been tired when I was doing the install)
   /var/Music 5.9GB reiserfs as its file system (its the last partition on
   my system). This is how diskdrake recognizes it and is has 7% used.
 
 
 Could you please login as root in a terminal, type
 # fdisk -l /dev/hda
and send the output on the list? And while you are at it, also do a

Ok.. Here goes:

[EMAIL PROTECTED] root]# fdisk -l /dev/hda

Disk /dev/hda: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   *   1 764 6136798+  83  Linux
/dev/hda2 765621743801222+   5  Extended
/dev/hda5 765 827  506016   82  Linux swap
/dev/hda6 8281535 5686978+  83  Linux
/dev/hda715362044 4088511   83  Linux
/dev/hda820452553 4088511   83  Linux
/dev/hda925543261 5686978+  83  Linux
/dev/hda10   32623515 2040223+  83  Linux
/dev/hda11   35164223 5686978+  83  Linux
/dev/hda12   42244931 5686978+  83  Linux
/dev/hda13   49325440 40885116  FAT16
/dev/hda14   54416217 6241221   83  Linux

 # df
 
[EMAIL PROTECTED] root]# df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/ide/host0/bus0/target0/lun0/part1
   6136604200168   5936436   4% /
/dev/ide/host0/bus0/target0/lun0/part7
   4024188 17864   3801900   1% /boot
/dev/ide/host0/bus0/target0/lun0/part6
   5686796   3035572   2651224  54% /home
/dev/ide/host0/bus0/target0/lun0/part13
   4080524   468   4080056   1% /mnt/windows
/dev/ide/host0/bus0/target0/lun0/part10
   2008108 33868   1872232   2% /tmp
/dev/ide/host0/bus0/target0/lun0/part8
   4088376   2383224   1705152  59% /usr
/dev/ide/host0/bus0/target0/lun0/part9
   5597680   2816736   2496596  54% /var
/dev/ide/host0/bus0/target0/lun0/part14
811216651084160132  81% /var/Music
/dev/ide/host0/bus0/target0/lun0/part11
   5686796 32840   5653956   1% /var/ftp
/dev/ide/host0/bus0/target0/lun0/part12
   5686796 32932   5653864   1% /var/www


 and send the output here? fstab and mtab are not sufficient to try a 
 diagnosis.
 
 raffaele
 
 
Thanks,

Terry

 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 
Terry Golightly ... [EMAIL PROTECTED] ... Pittsburgh, Pa 
Mandrake Linux release 10.0 (Official) for i586 kernel
2.6.3-9mdk-i686-up-4GB 
11:40:07 up 20:25, 3 users, load average: 0.09, 0.11, 0.08 

Sure he's sharp as a razor ... he's a two-dimensional pinhead!



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] System not recognizing correct partition size

2004-05-03 Thread Raffaele BELARDI
Terence Golightly wrote:
 /var partiton  5.4BG ext3 fs  7% used (I don't know why I meant to make
 it reiserfs but I musta been tired when I was doing the install)
 /var/Music 5.9GB reiserfs as its file system (its the last partition on
 my system). This is how diskdrake recognizes it and is has 7% used.
Could you please login as root in a terminal, type
# fdisk -l /dev/hda
and send the output on the list? And while you are at it, also do a
# df
and send the output here? fstab and mtab are not sufficient to try a 
diagnosis.

raffaele



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] System not recognizing correct partition size

2004-05-02 Thread Terence Golightly
Greetings list members/posters,

I am taking a reprieve from my lurking to post a problem I'm having with
a partition I setup just for my Music/Video downloads.  

/var partiton  5.4BG ext3 fs  7% used (I don't know why I meant to make
it reiserfs but I musta been tired when I was doing the install)
/var/Music 5.9GB reiserfs as its file system (its the last partition on
my system). This is how diskdrake recognizes it and is has 7% used.

However, I use gnome system monitor is shows /var as having a 5.3GB size
and it shows 2.7GB used. /var/Music is displayed as having a size of
792MB  and 636MB used.  I've gotten error message from gtk2-gnutella
that my partition was full and I had to stop downloading and this is
when I discovered the problem.

Any Suggestions?

Thanks,


Terry

[EMAIL PROTECTED] terryg]$ cat /etc/fstab
/dev/hda1 / reiserfs notail 1 1
/dev/hda7 /boot ext2 defaults 1 2
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home reiserfs notail 1 2
none /mnt/cdrom supermount
dev=/dev/scd0,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
none /mnt/floppy supermount
dev=/dev/fd0,fs=ext2:vfat,--,sync,iocharset=iso8859-1,codepage=850 0 0
/dev/hda13 /mnt/windows vfat iocharset=iso8859-1,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda10 /tmp ext3 defaults 1 2
/dev/hda8 /usr reiserfs notail 1 2
/dev/hda9 /var ext3 defaults 1 2
/dev/hda14 /var/Music reiserfs notail 1 2
/dev/hda11 /var/ftp reiserfs notail 1 2
/dev/hda12 /var/www reiserfs notail 1 2
/dev/hda5 swap swap defaults 0 0


[EMAIL PROTECTED] terryg]$ cat /etc/mtab
/dev/ide/host0/bus0/target0/lun0/part1 / reiserfs rw,notail 0 0
none /proc proc rw 0 0
none /proc/bus/usb usbdevfs rw 0 0
none /dev devfs rw 0 0
none /sys sysfs rw 0 0
/dev/ide/host0/bus0/target0/lun0/part7 /boot ext2 rw 0 0
none /dev/pts devpts rw,mode=0620 0 0
/dev/ide/host0/bus0/target0/lun0/part6 /home reiserfs rw,notail 0 0
none /mnt/cdrom supermount
ro,dev=/dev/scd0,fs=udf:iso9660,--,iocharset=iso8859-1 0 0
none /mnt/floppy supermount
rw,sync,dev=/dev/fd0,fs=ext2:vfat,--,iocharset=iso8859-1,codepage=850 0
0
/dev/ide/host0/bus0/target0/lun0/part13 /mnt/windows vfat
rw,iocharset=iso8859-1,codepage=850 0 0
/dev/ide/host0/bus0/target0/lun0/part10 /tmp ext3 rw 0 0
/dev/ide/host0/bus0/target0/lun0/part8 /usr reiserfs rw,notail 0 0
/dev/ide/host0/bus0/target0/lun0/part9 /var ext3 rw 0 0
/dev/ide/host0/bus0/target0/lun0/part14 /var/Music reiserfs rw,notail 0
0
/dev/ide/host0/bus0/target0/lun0/part11 /var/ftp reiserfs rw,notail 0 0
/dev/ide/host0/bus0/target0/lun0/part12 /var/www reiserfs rw,notail 0 0
automount(pid3801) /misc autofs rw,fd=5,pgrp=3801,minproto=2,maxproto=4
0 0
automount(pid3817) /net autofs rw,fd=5,pgrp=3817,minproto=2,maxproto=4 0
0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
[




Terry Golightly ... [EMAIL PROTECTED] ... Pittsburgh, Pa 
Mandrake Linux release 10.0 (Official) for i586 kernel
2.6.3-9mdk-i686-up-4GB 
16:37:15 up 1:22, 1 user, load average: 0.01, 0.08, 0.09 

Happiness makes up in height what it lacks in length.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com