$st=stat("/dev/volumegr/group"); printf "%d 0x%06.6x\n", ($st->dev >> 24) & 0xff, $st->rdev & 0xffffff; __END__