Find the answer to your Linux question:
Results 1 to 7 of 7
I possess a laptop with 80GB of harddisk space.i have installed redhat enterprise a few days ago.I kept some documents of hardly 3GB.Now when i want to save a file ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Location
    india
    Posts
    52

    [SOLVED] size of hard disk

    I possess a laptop with 80GB of harddisk space.i have installed redhat enterprise a few days ago.I kept some documents of hardly 3GB.Now when i want to save a file of 700mb it shows
    not enough memory to save
    ....when i open each folder lyk home or root it also shows 600MB free space on the bottom of every folder.whts going on???

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    How did you partition your drives?

    Please open a terminal and post the output of
    df -h

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the output of fdisk -l command too.
    Code:
    df -h
    su -
    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

  4. #4
    Just Joined!
    Join Date
    Mar 2009
    Location
    india
    Posts
    52
    result of df -h
    [root@localhost ~]# df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda2 9.5G 4.3G 4.8G 48% /
    /dev/sda1 99M 15M 80M 16% /boot
    tmpfs 248M 0 248M 0% /dev/shm
    /dev/mapper/homevg-home--snapshot
    9.5G 151M 8.9G 2% /snapshot
    /dev/mapper/home 54G 3.4G 47G 7% /home
    result of fdisk -l
    Disk /dev/sda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 13 104391 83 Linux
    /dev/sda2 14 1288 10241437+ 83 Linux
    /dev/sda3 1289 1419 1052257+ 82 Linux swap / Solaris
    /dev/sda4 1420 9729 66750075 5 Extended
    /dev/sda5 1420 9729 66750043+ 8e Linux LVM

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    / partition has 4.8GB and /home has 47GB free space.

    There is a lot of space in /home partition. In which location are you trying to save files?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    I guess you are trying to copy into /boot yes casper said,you have plenty of space left to store those 600BM in / or /home..
    /dev/sda1 99M 15M 80M 16% /boot
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  7. #7
    Just Joined!
    Join Date
    Mar 2009
    Location
    india
    Posts
    52
    Acctually yesterday when i found dis problem i posted my problem in dis forum.i was helpless and i was in need to save those files.so i fomated HD and installed linux again.the result of those commands are of new installed linux.now the problem has gone after formatting the HD.

Posting Permissions

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