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 6555807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:51:54+00:00 2026-05-25T12:51:54+00:00

I have written a code to analyze the file system statistics (say io,total no

  • 0

I have written a code to analyze the file system statistics (say io,total no if files etc.) for RHEL. Now user delete the filesystem and create a new filesystem but with the same name.
Now my code is not able to differentiate between the file system and display data about FS which confuses user like which belongs to new and which belogs to old FS.
As my code is reading file system by its name. So if i get a unique id for the file system assigned by OS, it will help.
I expect OS will assign unique id every time file system create.

Can someone help me to fix this?

  • 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-25T12:51:54+00:00Added an answer on May 25, 2026 at 12:51 pm

    You can inspect the UUID of the filesystem, which should be unique for each filesystem.

    Have a look at:

    [root@server]# ls -l /dev/disk/by-uuid/
    

    If /dev/disk/by-uuid does not exist by default (e.g. on RHEL4), you can still query the UUID using tune2fs or blkid. For example:

    [root@server]# tune2fs -l /dev/sda1 | awk '/Filesystem UUID/{print $3}'
    

    or

    [root@server]# blkid /dev/sda1 | awk '{print $3}'
    

    P.S. If you need to do a reverse mapping (find device based that has a specific UUID), you can use findfs UUID=<the-uuid>

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

Sidebar

Related Questions

I have written jQuery code, in files Main.html and ajax.php . The ajax.php file
I have written some code for playing a .wav through my application. Now I
I have written code in Java to merge two xml file, the first file
I have written code to save cookies in JavaScript. Now I need to clear
I have written code which saves a user's answers as well as a recorded
I have written code to generate thumbnails from pdf files & save them as
I have written code which performs a specific task; now when I will run
I have written code that automatically creates CSS sprites based on the IMG tags
I have written code that opens 16 figures at once. Currently, they all open
I have written code in Java to access web cam,and to save image... I

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.