You are not logged in.

#1 2009-02-15 21:18:32

blackhole
Member
From: Karlsruhe, Germany
Registered: 2008-12-14
Posts: 148
Website

[SOLVED] UUID mismatch

Hi there,

being a Linux noob I'm always curious how things work. I've noticed that fstab is using a UUID to mount my /dev/sda4 under root. When I consulted the manpages I learned that the UUID can be displayed via "xfs_admin -u".
When I tried that I was suprised as the UUID xfs_admin gave me for sda4 is different from the one in fstab. Still my hard drive is mounted properly and the system is running fine.

So how can that be? I've double checked the UUID and device number. No typo there. So is it magic then?

Does anybody have any idea about that?

TIA,
Blackhole

Last edited by blackhole (2009-02-15 22:21:41)


Coming closer and closer to the ultimate goal: replacing boring old Windows XP desktop with shiny new Arch KDE 4 desktop. ^^
Already registered? Your vote counts!

Offline

#2 2009-02-15 21:42:49

nowahn
Member
From: elsewhere
Registered: 2008-12-05
Posts: 75

Re: [SOLVED] UUID mismatch

strange.
I think xfs_admin is a tool specific to xfs filesystem (I don't know this filesystem). is your root partition in xfs ?
you can also check the uuid with blkid :

blkid -s UUID /dev/sda4

(I think the system uses blkid to fill fstab)


take time to daydream, inspiration comes ...

Offline

#3 2009-02-15 22:01:08

blackhole
Member
From: Karlsruhe, Germany
Registered: 2008-12-14
Posts: 148
Website

Re: [SOLVED] UUID mismatch

nowahn wrote:

strange.
I think xfs_admin is a tool specific to xfs filesystem (I don't know this filesystem). is your root partition in xfs ?
you can also check the uuid with blkid :

blkid -s UUID /dev/sda4

(I think the system uses blkid to fill fstab)

Ah, ok. No, it's ext3. I'll check blkid and come back to you. ;-)


Coming closer and closer to the ultimate goal: replacing boring old Windows XP desktop with shiny new Arch KDE 4 desktop. ^^
Already registered? Your vote counts!

Offline

#4 2009-02-15 22:21:22

blackhole
Member
From: Karlsruhe, Germany
Registered: 2008-12-14
Posts: 148
Website

Re: [SOLVED] UUID mismatch

Yup, that was it. The UUID I got from blkid matches the one in fstab. smile

Thanks a lot for teaching a noob, nowahn.

Take care,
Blackhole


Coming closer and closer to the ultimate goal: replacing boring old Windows XP desktop with shiny new Arch KDE 4 desktop. ^^
Already registered? Your vote counts!

Offline

Board footer

Powered by FluxBB