On Sun, 2002-06-30 at 11:38, Faust A. Tanasescu wrote: > I have successfully installer anaconda on my redhat7.3 system. I have started > python interpreter and imported partitioning in. I've instantiated > DiskSet. The problem is that if I call diskset.diskState() it returns > an empty string... What am I doing wrong? what's the problem? You'll also need to call diskset.openDevices() to actually open the devices before calling diskset.diskState() Cheers, Jeremy