Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, I am new to linux , I had created an amazon instance and installed my application and files, now my file size in increasing rapidly and I see only ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    2

    Partition Problem

    Hi,

    I am new to linux , I had created an amazon instance and installed my application and files, now my file size in increasing rapidly and I see only
    4.5G of unused space in /dev/sad1 which would get filled very soon.

    How can i assign more space to /dev/sad1, i see /dev/sdb, having a lot of free space.

    Filesystem Size Used Avail Use% Mounted on
    /dev/sda1 11G 4.5G 5.7G 45% /
    varrun 4.1G 156k 4.1G 1% /var/run
    varlock 4.1G 0 4.1G 0% /var/lock
    udev 4.1G 17k 4.1G 1% /dev
    devshm 4.1G 0 4.1G 0% /dev/shm
    /dev/sdb 444G 208M 422G 1% /mnt

    Regards,
    Rohit

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I see only 4.5G of unused space in /dev/sad1 which would get filled very soon.
    Is space being filled by Files in your Home folder or is it some Application data?

    You can create a new /home partition in /dev/sdb Hard disk.

    Post the output of this
    Code:
    sudo fdisk -l
    * Its small L in fdisk -l.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Posts
    2
    This is the result of the command, the space is being filled with application data, mostly MySql

    root:~# sudo fdisk -l

    Disk /dev/sda1: 10.7 GB, 10737418240 bytes
    255 heads, 63 sectors/track, 1305 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000000

    Disk /dev/sda1 doesn't contain a valid partition table

    Disk /dev/sdb: 450.9 GB, 450934865920 bytes
    255 heads, 63 sectors/track, 54823 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000000

    Disk /dev/sdb doesn't contain a valid partition table

    Disk /dev/sdc: 450.9 GB, 450934865920 bytes
    255 heads, 63 sectors/track, 54823 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000000

    Disk /dev/sdc doesn't contain a valid partition table
    Thanks,
    ROhit

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Is it a fresh installation? None of your Hard disk has a valid partition table. Did you change partition structure of your Hard disks recently?

    What is the size of your first Hard disk? You should consider installing Linux in one of the other disk instead of small one you are using now.
    You can create an image of existing installation and install it in other disk using Clonezilla or PartImage.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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