Results 1 to 4 of 4

Thread: is it possible?

  1. #1
    BE FREE
    Join Date
    Apr 2005
    Location
    Akash Ganga
    Posts
    1,456

    Default is it possible?

    Is it possible to retrieve free space from a hdd installed with linux, it is like this I installed rhel4 on the machine and dedicatd complete 20gb hdd for it now I know more than 13gb is free ,what i want is to slice out 5-6 gb of it to install other OS,are there any commands,is resize of any use,please let me know.

  2. #2
    Wise Old Owl desertwind's Avatar
    Join Date
    Nov 2004
    Location
    Hyderabad
    Posts
    1,096

    Default

    Yes, parted can do that. But I warn you, if you are a n00b or not, resizing / partition is not recommended. And furthermore you need to unmount the partition you need to resize, so better use a livecd like ubuntu for doing that.

    The command is as follows

    Code:
    parted -i /dev/hda resize hda1 0 10240
    This will resize /dev/hda1 to 10 GB starting from 0 MB.

    Better use a frontend for parted like gparted or QTparted.
    Sometime you'll think you understand everything

    ...Then you'll regain consciousness

  3. #3
    BE FREE
    Join Date
    Apr 2005
    Location
    Akash Ganga
    Posts
    1,456

    Default

    thanks man.

  4. #4
    left this forum longback praka123's Avatar
    Join Date
    Sep 2005
    Location
    -
    Posts
    7,513

    Default

    again u can use gparted GUI for the same.
    left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
    Get GNU/Linux - http://getgnulinux.org

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
  •  
Close