Find the answer to your Linux question:
Results 1 to 4 of 4
I want to make a partition that's bigger than my extra internal hard drive and bigger than the extra free space on my other HD. Basically I have 5 GB ...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    37

    Creating partition across physical HD's?

    I want to make a partition that's bigger than my extra internal hard drive and bigger than the extra free space on my other HD. Basically I have 5 GB free on my master HD and a 10 GB slave HD, and I want to make a 15 GB partition.

    1. How would I go about doing this?
    2. Are there any issues? limitations?
    3. Any OpenSUSE-specific problems with it?

    I've read that I can use either LVM or unionfs. What does each choice mean for my filesystem? What i mean is, what will changing it to that do in terms of current usage, risks, etc?

  2. #2
    Just Joined!
    Join Date
    Nov 2006
    Posts
    51
    You should begin by opening a terminal and, as root, running "fdisk-l" and posting the results to show what the point of departure is.

    You want to google SUSE or openSUSE11.0 and LVM for a howto and familiarisation with the terminology. It's not too hard with SUSEs partitioning tool, but hard to explain. LVM is logical volume management, and just what you want. Good Luck

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I won't suggest you to use LVM because its a bit tricky to handle it. None of Partition Manager support LVM and you have to manage it manually through command line only.

    I would suggest you to go for ext3 filesystem. Post the output of fdisk -l command here, as suggested by thorkelljarl.
    Code:
    su -
    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
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    None of Partition Manager support LVM and you have to manage it manually through command line only.
    The SuSE management tool YaST handles LVM with no issues. Google "how to configure lvm yast."

    What does each choice mean for my filesystem?
    LVM creates a device that the kernel considers just another hard drive (in simplest terms.) The filesystem then goes onto that hard drive. Using LVM has little/no connection to the filesystem.

Posting Permissions

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