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 ...
- 12-09-2008 #1Just 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?
- 12-10-2008 #2Just 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
- 12-10-2008 #3
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
- 12-10-2008 #4Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
The SuSE management tool YaST handles LVM with no issues. Google "how to configure lvm yast."None of Partition Manager support LVM and you have to manage it manually through command line only.
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.What does each choice mean for my filesystem?


Reply With Quote