https://bugzilla.novell.com/show_bug.cgi?id=728314 https://bugzilla.novell.com/show_bug.cgi?id=728314#c4 Ladislav Slezak <lslezak@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |NEEDINFO InfoProvider| |fehr@suse.com --- Comment #4 from Ladislav Slezak <lslezak@suse.com> 2011-11-15 13:39:24 UTC --- The problem is in SpaceCalculation.ycp: 2011-11-04 13:25:48 <1> e123.suse.de(3358) [YCP] SpaceCalculation.ycp:587 Adding partition: $["crypt_device":"/dev/mapper/cr_sda6", "detected_fs":`ext4, "device":"/dev/sda6", "enc_type":`luks , "fsid":131, "fstype":"Linux native", "inactive":true, "mount":"/local", "mountby":`id, "name":"sda6", "nr":6, "region":[7361, 83840], "size_k":673436672, "type":`logical, "udev_id":["ata-WD C_WD7500BPKT-60PK4T0_WD-WX31E1176283-part6", "scsi-SATA_WDC_WD7500BPKT-_WD-WX31E1176283-part6", "wwn-0x50014ee2b05d5049-part6"], "udev_path":"pci-0000:00:1f.2-scsi-0:0:0:0-part6", "used_fs":` ext4, "uuid":"894a837f-56bb-48ff-a80e-5906e18adea2"] 2011-11-04 13:25:48 <1> e123.suse.de(3358) [YCP] SpaceCalculation.ycp:645 Executing mount command: /bin/mount -o ro /dev/sda6 /tmp/YaST2-03358-mW16jb/diskspace_mount 2011-11-04 13:25:48 <3> e123.suse.de(3358) [bash] ShellCommand.cc(shellcommand):78 mount: unknown filesystem type 'crypto_LUKS' 2011-11-04 13:25:48 <1> e123.suse.de(3358) [YCP] SpaceCalculation.ycp:648 Mount result: 32 2011-11-04 13:25:48 <3> e123.suse.de(3358) [YCP] SpaceCalculation.ycp:669 Mount failed, ignoring partition /dev/sda6 It simply doesn't know that the partition is encrypted and uses plain mount call which obviously fails. The yast storage module must already have some LUKS mounting code. Thomas how can I mount an encrypted partition to see how much free space there is? -- 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.