Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
Hi! How do you allocate more disc space in SUSE 10.1?? Im trying to download a file, but I cant finish it because there are not enough disc space in ...
  1. #1
    Just Joined!
    Join Date
    Jun 2007
    Posts
    13

    NEWBIE: allocate more disc space?

    Hi!

    How do you allocate more disc space in SUSE 10.1??

    Im trying to download a file, but I cant finish it because there are not enough disc space in sys-home...

    Im a total newbie, so please explain it like im four years old

  2. #2
    Linux Engineer valemon's Avatar
    Join Date
    Oct 2006
    Location
    Volos
    Posts
    934
    You can have a look in this thread.
    Linux is like a Teepee, No Windows, No Gates, Only Apache Inside!
    Arch Linux
    Linux user #442041

  3. #3
    Just Joined!
    Join Date
    Jun 2007
    Posts
    13
    Thanks for the link....but I still dont get it.

    If I try to do this:

    lvextend -L+1G /dev/mapper/sys-home

    It says that the volume group mapper doesnt exist...how do I fix that? And yes, Im a newbie

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    resize Partitions with GParted LiveCD.
    if you have any confusion, Open Terminal/Konsole and execute this
    Code:
    su
    fdisk -l
    post output here.
    lets check you disks existing partition structure first.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Jun 2007
    Posts
    13
    More trouble...when I tried to booth this morning I get the following error:

    "The following installation problem was detected while trying to start KDE:

    $HOME directory (/home/klu) is out of disc space

    KDE is unable to start"

    Im using SUSE with VMware....anybody know what to do?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    boot up in command line mode, (add <space> 3 at the end of kernel line) and log in as root and free some space.
    execute this
    Code:
    cd /var/log
    rm -f messages.*
    post the output of fdisk -l command.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined!
    Join Date
    Jun 2007
    Posts
    13
    Thanks for your quick response! Where do I find this kernel line?

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Highlight SuSe title in GRUB menu and press 3. press Enter key. SuSe will boot up in command line mode.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined!
    Join Date
    Jun 2007
    Posts
    13
    Logged in as root

    fdisk -l
    ************************************************** *******
    Disk /dev/sda: 16.1GB, 16106127360 bytes
    255 heades, 63 sectors/track, 1958 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 262 2104483+ 83 Linux
    /dev/sda2 263 13623120 8e Linux LVM
    ************************************************** *******

    I was not able to change the kernalline, Im running a Virtual Machine, but Im logged in as root user....

  10. #10
    Just Joined!
    Join Date
    Jun 2007
    Posts
    13
    Can anybody help?

Page 1 of 2 1 2 LastLast

Posting Permissions

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