osx - Any tool that can confirm if a drive with raw partition is part of a ZFS pool? -


i have client issue working on stack of ssd drives , machine installed in. of now, stack of drives shows in few operating systems (win10, win7, mac osx) unpartitioned raw space. looking simple way examine drive , see if raw, or formatted zfs.

does know of windows or mac utility help? i've tried few recovery software programs, hinted @ being compatible zfs formatted drives, have yet see indicate if zfs, or not formatted.

regards,

ed

zfs storing @ start , @ end of each device magic number, 0x00bab10c ("oobabloc", i.e. überblock), reversed little-endian: 0x0cb1ba00.

so if number doesn't appear in device data, can sure isn't used zfs. if appear, need investigate little further.

for details, have zfs on disk specification draft available here, page 13.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -