-
Code_Bleu
-
RE: hdd partition for dual boot
-
I would recommend that you do use a separate partition for /var. If you keep the var directory in the / partition and your apps generate a lot of log files this could potentially run your / partition out of space and crash the OS. By having a separate partition for /var helps keep your / partition from running out of space.
I would agree with Zillion on the LVM approach, however I would add the /var as a separate Logical Volume
(ext3 or 4) /boot = 200MB
LVM VG = 35GB
( LVM LV ext3 or 4) / = 5GB
( LVM LV ext3 or 4) /var = 5GB
( LVM LV ext3 or 4) /home =20GB
Remaining 5GB in VG can be used to extend any of the LV's later
swap = twice size of memory up to 1 or 2GB
As long as you have what you need for the XP partition, I do not see any reason why you could not run gparted (ie. gparted live cd) to shrink your XP partition size.
-
15 May 09
I would recommend that you do use a separate partition for /var. If you keep the var directory in the / partition and your apps generate a lot of log files this could potentially run your / partition out of space and crash the OS. By having a separate partition for /var helps keep your / partition from running out of space.
I would agree with Zillion on the LVM approach, however I would add the /var as a separate Logical Volume
(ext3 or 4) /boot = 200MB
LVM VG = 35GB
( LVM LV ext3 or 4) / = 5GB
( LVM LV ext3 or 4) /var = 5GB
( LVM LV ext3 or 4) /home =20GB
Remaining 5GB in VG can be used to extend any of the LV's later
swap = twice size of memory up to 1 or 2GB
As long as you have what you need for the XP partition, I do not see any reason why you could not run gparted (ie. gparted live cd) to shrink your XP partition size.