How do I identify the file system of a drive in Mac OS?Mac OS X Leopard Segmented BackupThe file system structure on the disk is corrupt and unusable - SBS2003How to reload default Mac OSX routing table without rebootingMac Fonts stored on Ext (Linux File System)Compress HFS+ volume on Linux machinersync inconsistanciesMySQL Error for Mac OSxCisco Switch: Trying to dump mac address info from switch to serverOpenZFS on OSX filesystem dataset performance issueextend file system size on cloud server
“Faire” being used to mean “avoir l’air”?
The difference between Rad1 and Rfd1
can’t run a function against EXEC
Difference between 'demás' and 'otros'?
MH370 blackbox - is it still possible to retrieve data from it?
How can I check type T is among parameter pack Ts... in C++?
If protons are the only stable baryons, why do they decay into neutrons in positron emission?
Why does the A-4 Skyhawk sit nose-up when on ground?
Generate and graph the Recamán Sequence
Compute unstable integral with high precision
Wilcoxon signed rank test – critical value for n>50
Forgot chonantanu after already making havdalah over wine
Analog is Obtuse!
How come I was asked by a CBP officer why I was in the US when leaving?
Was "I have the farts, again" broadcast from the Moon to the whole world?
If my Scout rogue has used his full movement on his turn, can he later use the reaction from the Skirmisher feature to move again?
Would adding an external lens allow one area outside the focal plane to be in focus?
How well known and how commonly used was Huffman coding in 1979?
Cross over of arrows in a complex diagram
“Transitive verb” + interrupter+ “object”?
How hard is it to sell a home which is currently mortgaged?
Does ultrasonic bath cleaning damage laboratory volumetric glassware calibration?
Symbol for "not absolutely continuous" in Latex
Avoid bfseries from bolding pm in siunitx
How do I identify the file system of a drive in Mac OS?
Mac OS X Leopard Segmented BackupThe file system structure on the disk is corrupt and unusable - SBS2003How to reload default Mac OSX routing table without rebootingMac Fonts stored on Ext (Linux File System)Compress HFS+ volume on Linux machinersync inconsistanciesMySQL Error for Mac OSxCisco Switch: Trying to dump mac address info from switch to serverOpenZFS on OSX filesystem dataset performance issueextend file system size on cloud server
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
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?
mac-osx filesystems
add a comment |
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?
mac-osx filesystems
add a comment |
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?
mac-osx filesystems
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?
mac-osx filesystems
mac-osx filesystems
asked Jun 1 '11 at 22:09
David MolesDavid Moles
2621 gold badge2 silver badges13 bronze badges
2621 gold badge2 silver badges13 bronze badges
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
diskutil(8)
with the info
predicate will give you information about a disk or partition.
link is dead mate
– Theo
Jun 26 '18 at 9:22
diskutil list
also shows all available drives and volumes with their type (file-system).
– Robert
Nov 27 '18 at 10:04
add a comment |
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.
add a comment |
Unless you're wedded to doing it from the command line, use Disk Utility and it's "Info" button.
add a comment |
Running mount
in Terminal.app
also works and has way less noise when compared to diskutil info -all
.
add a comment |
The 'mount' will show the filesystem type.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f276091%2fhow-do-i-identify-the-file-system-of-a-drive-in-mac-os%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
diskutil(8)
with the info
predicate will give you information about a disk or partition.
link is dead mate
– Theo
Jun 26 '18 at 9:22
diskutil list
also shows all available drives and volumes with their type (file-system).
– Robert
Nov 27 '18 at 10:04
add a comment |
diskutil(8)
with the info
predicate will give you information about a disk or partition.
link is dead mate
– Theo
Jun 26 '18 at 9:22
diskutil list
also shows all available drives and volumes with their type (file-system).
– Robert
Nov 27 '18 at 10:04
add a comment |
diskutil(8)
with the info
predicate will give you information about a disk or partition.
diskutil(8)
with the info
predicate will give you information about a disk or partition.
edited Jun 26 '18 at 9:46
answered Jun 1 '11 at 22:11
Ignacio Vazquez-AbramsIgnacio Vazquez-Abrams
40k4 gold badges65 silver badges77 bronze badges
40k4 gold badges65 silver badges77 bronze badges
link is dead mate
– Theo
Jun 26 '18 at 9:22
diskutil list
also shows all available drives and volumes with their type (file-system).
– Robert
Nov 27 '18 at 10:04
add a comment |
link is dead mate
– Theo
Jun 26 '18 at 9:22
diskutil list
also shows all available drives and volumes with their type (file-system).
– Robert
Nov 27 '18 at 10:04
link is dead mate
– Theo
Jun 26 '18 at 9:22
link is dead mate
– Theo
Jun 26 '18 at 9:22
diskutil list
also shows all available drives and volumes with their type (file-system).– Robert
Nov 27 '18 at 10:04
diskutil list
also shows all available drives and volumes with their type (file-system).– Robert
Nov 27 '18 at 10:04
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Jun 1 '11 at 22:35
BryanBryan
6,38510 gold badges59 silver badges89 bronze badges
6,38510 gold badges59 silver badges89 bronze badges
add a comment |
add a comment |
Unless you're wedded to doing it from the command line, use Disk Utility and it's "Info" button.
add a comment |
Unless you're wedded to doing it from the command line, use Disk Utility and it's "Info" button.
add a comment |
Unless you're wedded to doing it from the command line, use Disk Utility and it's "Info" button.
Unless you're wedded to doing it from the command line, use Disk Utility and it's "Info" button.
answered Jun 2 '11 at 18:48
AlanGBakerAlanGBaker
2611 silver badge5 bronze badges
2611 silver badge5 bronze badges
add a comment |
add a comment |
Running mount
in Terminal.app
also works and has way less noise when compared to diskutil info -all
.
add a comment |
Running mount
in Terminal.app
also works and has way less noise when compared to diskutil info -all
.
add a comment |
Running mount
in Terminal.app
also works and has way less noise when compared to diskutil info -all
.
Running mount
in Terminal.app
also works and has way less noise when compared to diskutil info -all
.
answered Apr 6 '18 at 21:02
erik.weatherserik.weathers
1312 bronze badges
1312 bronze badges
add a comment |
add a comment |
The 'mount' will show the filesystem type.
add a comment |
The 'mount' will show the filesystem type.
add a comment |
The 'mount' will show the filesystem type.
The 'mount' will show the filesystem type.
answered Jun 10 at 3:52
user2114496user2114496
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f276091%2fhow-do-i-identify-the-file-system-of-a-drive-in-mac-os%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown