https://bugzilla.novell.com/show_bug.cgi?id=259493 lslezak@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #5 from lslezak@novell.com 2007-04-06 07:45 MST ------- OK, Yast should display the free space warning only when something is going to be installed there. AFAIK /windows/* doesn't mean that there is any OS installed, /windows/C means that the partition is seen as disk C: in MS Windows. The log says: $["create":true, "detected_fs":`ext3, "device":"/dev/hda26", "format":true, "fs_options":$["opt_dir_index":$[" option_str":"-O dir_index", "option_value":true]], "fsid":131, "fstopt":"acl,user_xattr", "fstype":"Linux native", "inactive":t rue, "mkfs_opt":"-O dir_index", "mount":"/", "mountby":`id, "name":"hda26", "nr":26, "region":[4134, 938], "size_k":7534485, "t ype":`logical, "udev_id":["ata-ST360015A_5KB0MASE-part26"] So there was 7GB partition (/dev/hda26) for /, it was later changed to /dev/hda19: $["detected_fs":`ext3, "device":"/dev/hda19" , "format":true, "fs_options":$["opt_dir_index":$["option_str":"-O dir_index", "option_value":true]], "fsid":131, "fstopt":"noa time,acl,user_xattr", "fstype":"Linux native", "inactive":true, "label":"hdx19factory", "mkfs_opt":"-O dir_index", "mount":"/", "mountby":`label, "name":"hda19", "nr":19, "region":[3509, 625], "size_k":5020281, "type":`logical, "udev_id":["ata-ST360015A_ 5KB0MASE-part19"] which has ~5GB. The proposal code says /: [5015161, 0, 2275196, 0] which means ~5GB total, 0 used now, 2.2GB used after installation. No problem here. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.