2010/5/3 <superstippi@xxxxxx>: > - if (volume.IsReadOnly() || > - > volume.GetRootDirectory(&mountPoint) != B_OK) > + if (volume.IsReadOnly() || > !volume.IsPersistent() > + || > volume.GetRootDirectory(&mountPoint) != B_OK) { > continue; > + } Why adding braces ? Bye, Jérôme