Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 614939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T18:09:56+00:00 2026-05-13T18:09:56+00:00

I know the UUID of a volume – as found in Disk Utility. How

  • 0

I know the UUID of a volume – as found in Disk Utility.

How can I get additional information on the volume?
Most importantly, I want to know its mount point.

Looking at /etc/fstab doesn’t do the trick. This does not list the root volume. I would at least need to figure out the UUID of the root volume to verify my known UUID against it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T18:09:57+00:00Added an answer on May 13, 2026 at 6:09 pm

    You can use diskutil to look up the disk by its UUID, and the -plist option to get the output in a machine-parseable format:

    % diskutil info /Volumes/RAM\ Disk | grep -F UUID
       Volume UUID:              EA20BE94-5F3C-3C02-901D-A213B5AB6831
    
    % diskutil info -plist EA20BE94-5F3C-3C02-901D-A213B5AB6831
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <!--snip-->
        <key>MountPoint</key>
        <string>/Volumes/RAM Disk</string>
        <!--snip-->
    </dict>
    </plist>
    

    You can use NSTask and NSPipe to run diskutil from within your program and capture the output.

    Addendum: Not all volumes have UUIDs. My camera has a built-in read-only MS-DOS-formatted volume that has no UUID according to Disk Utility and diskutil. So, make sure your program can handle empty output from the above diskutil info … | grep pipeline.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Do you know if is possibile to get the uuid, the result of [[UIDevice
Does anyone know if I can use a TEXT (UUID) primary key for an
If you don't know, your app will not be able to get a UUID
How to generate unique id's in Javascript? I know using uuid in java, but
I know you can not set a key value dynamically, but what about the
Anyone know how I can make a login button in Ruby on Rails for
I know there are lots of tools on the net that can make our
I know that iOS AV player supplies a UUID session ID in the HTTP
I created UUID (don't know which type) with the following code: // Create universally
Does anyone know about this error I get when I try to insert a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.