https://bugzilla.novell.com/show_bug.cgi?id=228813 jsuchome@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |mmarek@novell.com ------- Comment #11 from jsuchome@novell.com 2006-12-20 03:10 MST ------- Looking inside yast2-repair, I can see that it uses "/usr/sbin/xfs_admin -l -u <partition>" call to check if given partition uses XFS file system. It assumes it has it if the output of this call contains "label" and "uuid" strings. Well, it looks like that this way it works, but I'm not sure if this is a correct check for partition type. Wouldn't it be better to check just return value of xfs_admin command? Michal, what do you think? Will xfs_admin call above always return 0 when called on xfs partition and non-0 otherwise? -- 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.