LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-10-2010, 04:59 AM   #1
sennah
LQ Newbie
 
Registered: Nov 2006
Posts: 6

Rep: Reputation: 0
Lightbulb mounts listed in /etc/fstab cannot yet be mounted /home: waiting for UUID=XXXXXXX


After an upgrade on ubuntu 9.10 monday 8 of march I got some problems. On start up I got a message

Code:
One or more of the mounts listed in /etc/fstab cannot yet be
 mounted: 
 /home: waiting for UUID= f9fba71d-e17c-4eb4-b531-b0e258853c15
I looked int the /etc/fstab file:

Code:
# /etc/fstab: static file system information
#
# <file system> <mount point>  <type> <options>       <dump> <pass>
proc                /proc        proc  defaults         0      0
#dev/sda1
UUID=55ba883b-64e1-4056-9809-33d5149d2076 /             ext3 relatime,errors=remount-ro 0     1
#/dev/sda6 
UUID=f9fba71d-e17c-4eb4-b531-b0e258853c15 /home         ext3   relatime 0     2
#/dev/sda5
UUID=6c5d9561-76a2-4c5c-9d51-13cb2a12e7f9 none           swap sw  0   0
/dev/scd0     /media/cdrom0  udf,iso9660 user,noauto,exec,utf8    0  0
usbfs        /proc/bus/usb usbfs  devgid=14,devmode=0660 0 0
I did not understand too much so I tried to mount home

Code:
root# mount /home
UUID=f9fba71d-e17c-4eb4-b531-b0e258853c15 does not exist.
After some struggling I found a solution to my problem. In /etc/fstab
I switched the line

Code:
UUID=f9fba71d-e17c-4eb4-b531-b0e258853c15 /home         ext3   relatime 0     2
with

Code:
/dev/sda6  /home         ext3     relatime     0     2
this worked fine.
 
Old 03-10-2010, 05:07 AM   #2
troop
Member
 
Registered: Feb 2010
Distribution: gentoo, arch, fedora, freebsd
Posts: 379

Rep: Reputation: 97
blkid /dev/sda6 ?
 
Old 03-10-2010, 05:12 AM   #3
kainosnous
Member
 
Registered: Mar 2010
Location: Tennessee, USA
Distribution: Arch, Fedora
Posts: 59

Rep: Reputation: 18
Did you repartition the hard drive? when you remake the partitions, the UUID changes. Since it is listed in your fstab, the mount looks for the UUID and fails. You can try mounting it like this:

Code:
mount /dev/sda6 /home
If that works, and it is still on /dev/sda6, you can find the new UUID by typing:

Code:
ls -l /dev/disk/by-uuid/ | grep /dev/sda6
 
Old 03-10-2010, 06:07 AM   #4
sennah
LQ Newbie
 
Registered: Nov 2006
Posts: 6

Original Poster
Rep: Reputation: 0
No I didn't repartition the hardrive and when I changed line from UUID=XXX
in fstab to /dev/sda6 everything works fine again, when I do blkid /dev/sda6

Code:
sudo blkid /dev/sda6
/dev/sda6: UUID="f9fba71d-e17c-4eb4-b531-b0e258853c15" TYPE="ext3"
So it seems that the UUID didn't change.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fstab sdxx or uuid or ... jesses93 Linux - General 1 01-05-2010 03:02 PM
Suggestion for prob when upgrading from Ubuntu 9.04: mounts in fstab can't be mounted wavesailor Ubuntu 0 12-17-2009 01:30 AM
after copying partition, how to deal with fstab when it references by UUID ? lumix Linux - Newbie 5 12-09-2008 09:59 PM
UUID, grub, and fstab radiodee1 Debian 4 09-16-2008 05:56 AM
How to clone HD when using UUID in fstab? Frank64 Linux - General 5 03-09-2008 02:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration