Installer does not check for enough available space
Posted: 15. May 2010, 14:04
Tested with Salix 13.1beta1.
How to reproduce:
1. Create a virtual disc in VirtualBox 3.1.8 with size 4GB.
2. Install Salix with options Auto-Install and Full to the disk. The installer will create a 3GB ext4 partition for / and some swap space.
3. Try to install VirtualBox guest additions, for example -> Fails due to no space left in /tmp.
Reproducable: Always
Comment:
df -h will show that there is 0% space left on / partition with size 3GB.
Actual behaviour:
Installer does its job and writes the partition full of stuff until nothing more possible. No error message visible.
Expected behaviour:
Installer should detect that 3GB partition will not be enough space for a Full installation of Salix OS, containing all stuff. Maybe improve the auto-partitioning in several partitions, not only one "/" for all.
Please implement a verification for enough space available on the partitions to use.
How to reproduce:
1. Create a virtual disc in VirtualBox 3.1.8 with size 4GB.
2. Install Salix with options Auto-Install and Full to the disk. The installer will create a 3GB ext4 partition for / and some swap space.
3. Try to install VirtualBox guest additions, for example -> Fails due to no space left in /tmp.
Reproducable: Always
Comment:
df -h will show that there is 0% space left on / partition with size 3GB.
Actual behaviour:
Installer does its job and writes the partition full of stuff until nothing more possible. No error message visible.
Expected behaviour:
Installer should detect that 3GB partition will not be enough space for a Full installation of Salix OS, containing all stuff. Maybe improve the auto-partitioning in several partitions, not only one "/" for all.
Please implement a verification for enough space available on the partitions to use.