How do I determine my drive's file format?

How do I find out what format my hard drive is in?

3 Answers

To find out what type of file system the currently mounted drive is running use this command:

df -T

For more on the "df" tool you can visit the man page via:

man df

(press q to exit)

To find out, just run disk utility to find out the drive format type.

enter image description here

Use Disk Utility and click on the drive you are interested in. A block diagram will be displayed and labels will indicate the format type.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like