Announcement

Collapse
No announcement yet.

console login system info doesn't mention space remaining on new HDD

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    console login system info doesn't mention space remaining on new HDD

    Not 100% sure whether this should be in Software or Hardware, but since it's about a piece of hardware I guess I'll post it here. Basically the topic is the problem, on my main computer I installed a new SATA drive and I'm puzzled by how, when I log in via SSH or such, the system info that gets spit out at me doesn't include the partition on the new drive that I'm using. I have it mounted exactly the same way as my other drives (ie. by UUID, and the fstab entry seems fairly identical with the other similar partitions). Here's an example of what I see when I SSH in:

    Code:
    Linux foundation 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 19:25:34 UTC 2009 x86_64
    
    The programs included with the Ubuntu system are free software;
    the exact distribution terms for each program are described in the
    individual files in /usr/share/doc/*/copyright.          
    
    Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
    applicable law.                           
    
    To access official Ubuntu documentation, please visit:
    [url]http://help.ubuntu.com/[/url]                
    
     System information as of Sun Sep 27 12:20:01 MDT 2009
    
     System load: 0.15        Memory usage: 32%  Processes:    217
     Usage of /: 93.2% of 82.52GB  Swap usage:  0%  Users logged in: 1 
    
     => / is using 93.2% of 82.52GB
     => /media/OSX is using 95.7% of 18.98GB
     => /media/sda7 is using 94.6% of 86.61GB
     => /media/sda2 is using 99.6% of 78.24GB
     => /media/sda6 is using 94.8% of 15.28GB
     => /media/sda5 is using 97.1% of 11.49GB
     => /media/Zyniker is using 98.9% of 389.68GB
     => /media/Zeitraum is using 93.2% of 924.17GB
     => /media/insomniac is using 94.9% of 46.07GB
     => /media/Wasteland is using 92.2% of 22.70GB
     => /media/pure_evil is using 99.6% of 170.93GB
    
     Graph this data and manage this system at [url]https://landscape.canonical.com/[/url]
    
    3 packages can be updated.
    0 updates are security updates.
    
    Last login: Sun Sep 27 11:51:24 2009 from pegasus
    df -h shows it fine (it's the one at the bottom, naturally):

    Code:
    Filesystem      Size Used Avail Use% Mounted on    
    /dev/sda1       83G  77G 1.5G 99% /        
    tmpfs         1.8G   0 1.8G  0% /lib/init/rw
    varrun        1.8G 484K 1.8G  1% /var/run
    varlock        1.8G   0 1.8G  0% /var/lock
    udev         1.8G 208K 1.8G  1% /dev
    tmpfs         1.8G  88K 1.8G  1% /dev/shm
    lrm          1.8G 2.5M 1.8G  1% /lib/modules/2.6.28-15-generic/volatile
    /dev/sda7       87G  82G 324M 100% /media/sda7
    /dev/sda2       79G  78G 299M 100% /media/sda2
    /dev/sda6       16G  15G  26M 100% /media/sda6
    /dev/sde2       19G  19G 844M 96% /media/OSX
    /dev/sda5       12G  12G 343M 98% /media/sda5
    /dev/sdb5       390G 386G 4.3G 99% /media/Zyniker
    /dev/sdb3       47G  44G   0 100% /media/insomniac
    /dev/sdb1       23G  21G 630M 98% /media/Wasteland
    /dev/sde1       171G 171G 649M 100% /media/pure_evil
    /dev/sdd1       925G 862G  45G 96% /media/Zeitraum
    /dev/sdc2       886G 116G 726G 14% /media/Abwehr
    Is it perhaps just because it's a partition that's still mostly free? Is there some way to force it to show up?
Working...
X