You are not logged in.
Pages: 1
I'm going to install Arch soon, and I'm wondering if I can install it with two partitions. (/ and /home) I had two partitions before Ubuntu (sda3) which I deleted. I am planning to put the Arch partitions there. (both ext4) Would anything be wrong doing it like this? If I deleted my Ubuntu partition+swap, would I be then able to extend the Arch /home partition to fill the rest of the space?
Here's a current layout from gparted:

Offline
you will still need a swap space - size depending on how big your RAM is.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
I have 2GB RAM, and its usage on Ubuntu never goes above 600MB. I've also got 'vm.swappiness' at 0, so I'm pretty sure I could easily do without swap space.
Offline
Why not use LVM to manage your disk partition?
Offline
You could do that. Hell, I'm using ext4 with just one partition for / and a swap partition. That maybe unwise as I could lose everything if ext4 decides to act up, but I'm not worried about it.
Offline
+1 for lvm and use a separate /boot and /home. You won't regret it. I totally wasted my / the other day messing with ext4, took me 10 mins to re-install arch on /. All my configs in /home where safe and intact.
Offline
I have 2GB RAM, and its usage on Ubuntu never goes above 600MB. I've also got 'vm.swappiness' at 0, so I'm pretty sure I could easily do without swap space.
hmm,
there is fine reading about "swappless" setup mostly by A. Morton (I think at lklm). I don't believe that he thinks well about such configuration. He argues that users running without swap do not understand how memory is used by linux. This has nothing to do with the amount of RAM installed.
Offline
jacko: Why do you suggest separating /boot from /?
Does LVM basically create logical volumes within a single physical partition? The problem is that I need to fit Arch before Ubuntu so I can easily delete Ubuntu and have my partitions lined up neatly at the beginning.
Offline
jacko: Why do you suggest separating /boot from /?
Does LVM basically create logical volumes within a single physical partition? The problem is that I need to fit Arch before Ubuntu so I can easily delete Ubuntu and have my partitions lined up neatly at the beginning.
A separate boot is useful because you can set up a different filesystem. /boot doesn't have many writes to it. Only when a kernel update comes in. So you don't need a journaling filesystem. That's why I have my /boot as ext2. These partitions are also small (mine is 61MB) so the fsck is also fast.
If you are going to get rid of Ubuntu anyway, wouldn't it be better to simply delete Ubuntu and use GParted to simply create the partitions all over. Or am I mis-understanding your take on it?
Last edited by Inxsible (2009-02-20 18:45:09)
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
I am keeping Ubuntu on there for a bit so I can transfer Firefox stuff, some configs, and personal files over to Arch. Also going to use it as a backup OS in case something doesn't work on install.
Offline
Does LVM basically create logical volumes within a single physical partition? The problem is that I need to fit Arch before Ubuntu so I can easily delete Ubuntu and have my partitions lined up neatly at the beginning.
Or, is there a way to move my current partitions over or something so I can fit 3 before it?
Offline
Anyone? Is there even a way to install Arch with two partitions before Ubuntu?
Offline
+1 for lvm and use a separate /boot and /home. You won't regret it. I totally wasted my / the other day messing with ext4, took me 10 mins to re-install arch on /. All my configs in /home where safe and intact.
On what grounds will you recommend a separate /boot? Unless you share kernels between installation this will only complicate setup and be useless.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Anyone? Is there even a way to install Arch with two partitions before Ubuntu?
Yes. Just make 2 partitions, mount them in the installer, and install Arch.
Offline
jacko wrote:+1 for lvm and use a separate /boot and /home. You won't regret it. I totally wasted my / the other day messing with ext4, took me 10 mins to re-install arch on /. All my configs in /home where safe and intact.
On what grounds will you recommend a separate /boot? Unless you share kernels between installation this will only complicate setup and be useless.
For flexibility in my installation. Yes, that means added complexity, but I feel the trade off is worth it for me.
I only mention it here because that is also the default arch auto partition scheme. AFAIK
Offline
Does LVM basically create logical volumes within a single physical partition? The problem is that I need to fit Arch before Ubuntu so I can easily delete Ubuntu and have my partitions lined up neatly at the beginning.
LVM would make this easier if you did not want to resize your partitions.
Again, adds some complexity, but is worth it in some circumstances.
Last edited by jacko (2009-02-24 03:53:03)
Offline
linkmaster03 wrote:Anyone? Is there even a way to install Arch with two partitions before Ubuntu?
Yes. Just make 2 partitions, mount them in the installer, and install Arch.
Thank you!
Offline
I think the amount of partitions is pretty much open when installing arch or most linux distros. Anywhere from one to as many as you'de like. I'm a little old fashioned, always using 3. I like a seperate ext2 boot partition, and always make it's size 100mb. Then a swap partition, and everything els on the 3rd using ext3. I decided against a seperate partition for /home, since I couldn't predict how large it would get over time. For the best considering how much music I have collected over time.
-- archlinux 是一个极好的 linux。
Offline
Pages: 1