Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Ubuntu 10.4 64 Bit Growth Partition Size Error

  1. #1
    Join Date
    Apr 2009
    Location
    Riverside, CA
    Beans
    86
    Distro
    Ubuntu 9.10 Karmic Koala

    Ubuntu 10.4 64 Bit Growth Partition Size Error

    So this is the problem

    My ubuntu partition had 25 gb of space, and only had little bit of 500 mb free space

    so i booted of a 9.04 ubuntu cd and used gparted and moved about 30 - 40 gb of free space from my windows partition to ubuntu

    everything was fine until it got to the check file system stage of the process and gave me an error, and now matter how many times I do this, I even tried e2fsck -f check in terminal as error said to run this first,

    still nothing

    so the error is even tho i had 500 mb of free space and moved about 30 - 40 gb of free space, it says that new space is now filled up so i STILL only have a little over 500mb free

    so I know restarting the pc cant add about 40 gb of space taken, and I havae had this before and doing the check file system in gparted always worked, untill now, so guys what do i do?

  2. #2
    James78's Avatar
    James78 is offline Extra Foam Sugar Free Ubuntu
    Join Date
    Sep 2008
    Beans
    Hidden!

    Re: Ubuntu 10.4 64 Bit Growth Partition Size Error

    Where are you running the command? It is not recommended to run the command on a root fs that is mounted. Especially because if it does come across errors on the mounted fs, and you fix them, then it will likely corrupt the entire drive.

  3. #3
    Join Date
    Apr 2009
    Location
    Riverside, CA
    Beans
    86
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Ubuntu 10.4 64 Bit Growth Partition Size Error

    Quote Originally Posted by James78 View Post
    Where are you running the command? It is not recommended to run the command on a root fs that is mounted. Especially because if it does come across errors on the mounted fs, and you fix them, then it will likely corrupt the entire drive.
    I ran commands off live cd's terminal and typed in right partition

  4. #4
    James78's Avatar
    James78 is offline Extra Foam Sugar Free Ubuntu
    Join Date
    Sep 2008
    Beans
    Hidden!

    Re: Ubuntu 10.4 64 Bit Growth Partition Size Error

    Alright, just making sure.
    Last edited by James78; May 10th, 2010 at 04:21 AM. Reason: Wrong message, wrong topic. -.-

  5. #5
    Join Date
    Apr 2009
    Location
    Riverside, CA
    Beans
    86
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Ubuntu 10.4 64 Bit Growth Partition Size Error

    Quote Originally Posted by James78 View Post
    Alright, just making sure. Anyways, next thing would most likely be to reinstall grub. I assume you're using Grub2 (default for Karmic and Lucid)?

    How're your hard drives configured as far as master and slave go? For example, I have /dev/sda as Windows, and /dev/sdb as Linux.

    It is likely that Grub may have overwritten something on the MBR or Windows boot partition that it shouldn't have, but this can most likely be easily fixed.

    I hope you have a Windows Vista install disk, because the MBR utilities on it will be useful to restore any Windows MBR/Boot damage, which might be the case here why it's not booting.
    I don't think its grub, ubuntu loads up fine, it just miss reading the used and free space, which before this has happen a check system in gpart always worked, now gpart gives me error message

  6. #6
    James78's Avatar
    James78 is offline Extra Foam Sugar Free Ubuntu
    Join Date
    Sep 2008
    Beans
    Hidden!

    Re: Ubuntu 10.4 64 Bit Growth Partition Size Error

    Excuse me, I posted the message in the wrong topic. -.- I'm not sure what you can do if the checking utility won't see the problem, but have you tried using chkdsk for your Windows partition?

    The only reason I can think of it not catching the problem is that either the parameters to e2fschk were wrong/incorrect, e.g. not in the form of /dev/sda1 or just the wrong drive/number.
    Last edited by James78; May 10th, 2010 at 04:38 AM.

  7. #7
    Join Date
    Apr 2009
    Location
    Riverside, CA
    Beans
    86
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Ubuntu 10.4 64 Bit Growth Partition Size Error

    No problem bro, but maybe this can help people with what I am trying to say

    error
    [IMG=http://img689.imageshack.us/img689/5123/screenshot1ve.th.png][/IMG]


    and in the save details htm file

    Code:
    GParted 0.4.3
    
    Libparted 1.8.8
    Check and repair file system (ext4) on /dev/sda5  00:00:18    ( ERROR )
         	
    calibrate /dev/sda5  00:00:00    ( SUCCESS )
         	
    path: /dev/sda5
    start: 330071553
    end: 470463524
    size: 140391972 (66.94 GiB)
    check file system on /dev/sda5 for errors and (if possible) fix them  00:00:18    ( SUCCESS )
         	
    e2fsck -f -y -v /dev/sda5
         	
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    
    280347 inodes used (13.50%)
    869 non-contiguous files (0.3%)
    492 non-contiguous directories (0.2%)
    # of inodes with ind/dind/tind blocks: 0/0/0
    Extent depth histogram: 242299/491
    3574998 blocks used (43.07%)
    0 bad blocks
    1 large file
    
    207141 regular files
    28040 directories
    68 character device files
    26 block device files
    0 fifos
    620 links
    45059 symbolic links (37447 fast symbolic links)
    4 sockets
    --------
    280958 files
    e2fsck 1.41.4 (27-Jan-2009)
    grow file system to fill the partition  00:00:00    ( ERROR )
         	
    resize2fs /dev/sda5
         	
    resize2fs 1.41.4 (27-Jan-2009)
    Please run 'e2fsck -f /dev/sda5' first.
    but i do run
    e2fsck -f /dev/sda5

    and all i get is
    Code:
    ubuntu@ubuntu:~$ sudo e2fsck -f /dev/sda5
    e2fsck 1.41.4 (27-Jan-2009)
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    /dev/sda5: 280347/2076704 files (0.5% non-contiguous), 3574998/8299572 blocks
    ubuntu@ubuntu:~$
    so what do i do?

  8. #8
    James78's Avatar
    James78 is offline Extra Foam Sugar Free Ubuntu
    Join Date
    Sep 2008
    Beans
    Hidden!

    Re: Ubuntu 10.4 64 Bit Growth Partition Size Error

    Well, running resize2fs -f /dev/sda5 instead will force it to resize, instead of going out with the error, although that isn't recommended, it may cause system damage, or it may completely fix your issue.

    To me it feels like the only option here. And it might fix your problem for good!
    Last edited by James78; May 10th, 2010 at 05:02 AM.

  9. #9
    Join Date
    Apr 2009
    Location
    Riverside, CA
    Beans
    86
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Ubuntu 10.4 64 Bit Growth Partition Size Error

    Quote Originally Posted by James78 View Post
    Well, running resize2fs -f /dev/sda5 instead will force it to resize, instead of going out with the error, although that isn't recommended, it may cause system damage, or it may completely fix your issue.

    To me it feels like the only option here. And it might fix your problem for good!
    I believe I tried that with no success

  10. #10
    James78's Avatar
    James78 is offline Extra Foam Sugar Free Ubuntu
    Join Date
    Sep 2008
    Beans
    Hidden!

    Re: Ubuntu 10.4 64 Bit Growth Partition Size Error

    Hmm, then I just ran out of options.. Anyone else have a clue?

    You see, the problem is occurring because:
    resize2fs won't work, which should've worked after using "resize2fs -f /dev/sda5"

    So you see it's sorta a pickle now...
    Last edited by James78; May 10th, 2010 at 04:55 PM.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •