Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 31st May 2008, 06:21 PM
notageek's Avatar
notageek Offline
Registered User
 
Join Date: Jan 2008
Location: New Delhi, India
Posts: 2,068
How to find my file system with UUIDs in F 9

Hello Guys,

This is my first HOWTO, and I'll make this quick and less painful.

Okay by now you may have noticed that F9 uses weird characters in your /etc/fstab to mount file system. So what are they and how do we manipulate them?

Example /etc/fstab

Code:
UUID=2113dfa3-b0b0-48e5-8764-c842320fa28c /                       ext3    defaults        1 1
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
UUID=8fa27bec-0676-47e0-9597-c09b169f875c swap                    swap    defaults        0 0
UUID=3150b901-2459-4443-a23b-2d1cfb0276af swap                    swap    defaults        0 0
How to find the partition or device associated with the UUID?

A command called findfs will help you find your partition

Code:
 # findfs UUID=2113dfa3-b0b0-48e5-8764-c842320fa28c 
/dev/sda7
How do you create new UUIDs for a partition?

Use tune2fs

Code:
 # tune2fs -U random /dev/sda8
How do we find the UUID of a partition?

Code:
# tune2fs -l /dev/sda7 |grep UUID
Filesystem UUID:          2113dfa3-b0b0-48e5-8764-c842320fa28c
What is the UUID of my reiserfs partition?

To the best of my knowledge UUIDs are only for ext2/ext3/ext4 file systems.

What does man uuid have to say about this?

Quote:
The UUID library is used to generate unique identifiers for objects that may be accessible beyond the local system.
Hope this helps
__________________
Robot Nite - Designated device drivers drink free
Reply With Quote
  #2  
Old 31st May 2008, 07:13 PM
fizy
Guest
 
Posts: n/a
Why just don't run
Code:
su -
blkid
it's useful
Reply With Quote
  #3  
Old 1st June 2008, 04:47 AM
notageek's Avatar
notageek Offline
Registered User
 
Join Date: Jan 2008
Location: New Delhi, India
Posts: 2,068
Well blkid will list the ids of all your partitions at once, but yes its another way to find out UUID.
__________________
Robot Nite - Designated device drivers drink free

Last edited by notageek; 1st June 2008 at 05:02 AM.
Reply With Quote
Reply

Tags
file, uuids

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
could not find the file system drv/root...? tigerhead Using Fedora 1 11th October 2009 11:37 PM
mount: could not find file system /dev/root algernon_uod Installation and Live Media 1 10th July 2009 01:23 PM
warning:can not find boot file system sctopaz Installation and Live Media 2 26th April 2009 03:06 PM
Fix for USB: Live Fedora 10 cannot find file system wised Guides & Solutions (No Questions) 1 30th November 2008 03:29 PM
Could not find file system 'dev/root' !? prodigalson Using Fedora 0 15th December 2007 10:05 PM


Current GMT-time: 05:32 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat