I have an external drive hooked up to my Mac, and I'm trying to determine things like, e.g., is this HFS or FAT, is it 32-bit or 64-bit, etc. It seems like there should be some trivial command that gives me this info, but I can't seem to find one. Ideas?

link|improve this question
feedback

3 Answers

up vote 2 down vote accepted

diskutil(8) with the info predicate will give you information about a disk or partition.

link|improve this answer
feedback

Highlight the volume in finder (note, that it must be the root of the volume), and hit cmd + i. The info dialog that appears shows you the filesystem type against the Format label.

link|improve this answer
feedback

Unless you're wedded to doing it from the command line, use Disk Utility and it's "Info" button.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.