Announcement

Collapse
No announcement yet.

[Solved] /home: waiting for /dev/disk/by-uuid

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: [Solved] /home: waiting for /dev/disk/by-uuid

    I remember that there was a lot of talk about seeing boot logs and reading them from file. I also remember that they were going to remove it for security. Anyway - In just wanted be sure my log is fine.

    Every time I boot I see fast flashing printout
    Code:
    One or more modules listed in fstab cannot yet be mounted
    It is very fast I can't read all. Usually there is UUID of /home and something else - possibly another UUID.

    Some other time
    Code:
    ... contain errors ...
    writing into 
    /tmp
    Waiting for 
    NULL
    I haven't seen much of this print out... unfortunately.


    Sometimes it will login system correctly - just slowly. Sometimes I log in, system is numb I need to restart.

    It's always switching brightness few times during different stages of boot and starts system with highest. Than I need to decrease it. Doing so on keyboard by my Laptop Function Key throws up a scale with 0% on it and it's flashing few times, even that brightness is already down. In other cases - changing brightness will hang system for few minutes or for good and restart is needed.
    Kubuntu Karmic Koala AMD64bit Acer Aspire 7520

    Comment


      #17
      Re: /home: waiting for /dev/disk/by-uuid

      I have a similar problem -- can you help?
      Machine (ThinkpadT500; Kubuntu 9.10 64bit) wouldn't boot out of hibernation, so i had to hit the power switch.
      On reboot I get:
      Code:
      One or more of the mounts listed in /etc/fstab cannot yet be mounted 
      /: waiting for /dev/disk/by-uuid/4cb8e22e-71ce-407e-badb-489690128c5f
      /tmp: waiting for (null)
      And it just sits there for ages...
      I've dropped to a shell and fsck'ed the disk with -raf to force fixes. It says it's clean, but reboot always brings back to the same place.

      fstab looks like this:
      Code:
      # <file system> <mount point>  <type> <options>    <dump> <pass>
      proc      /proc      proc  defaults    0    0
      # / was on /dev/sda1 during installation
      UUID=4cb8e22e-71ce-407e-badb-489690128c5f /        jfs  errors=remount-ro 0    1
      # swap was on /dev/sda5 during installation
      UUID=c9fff27b-fc3b-43d3-b8f0-3b99586a15aa none      swap  sw       0    0
      /dev/scd0    /media/cdrom0  udf,iso9660 user,noauto,exec,utf8 0    0
      Any ideas?
      Dont pretend you havent noticed my cardboard box, Julia, because I know you have!

      Comment


        #18
        Re: [Solved] /home: waiting for /dev/disk/by-uuid

        Let's have a look at the output of these:

        Code:
        sudo fdisk -lu
        Code:
        sudo blkid

        Comment


          #19
          Re: [Solved] /home: waiting for /dev/disk/by-uuid

          Originally posted by dibl
          Let's have a look at the output of these:

          Code:
          sudo fdisk -lu
          Code:
          sudo blkid
          Code:
          sudo fdisk -lu
          
          Disk /dev/sda: 160.0 GB, 160041885696 bytes
          255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
          Units = sectors of 1 * 512 = 512 bytes
          Disk identifier: 0x9c3b62fc
          
            Device Boot   Start     End   Blocks  Id System
          /dev/sda1  *     63  296913329  148456633+ 83 Linux
          /dev/sda2    296913330  312576704   7831687+  5 Extended
          /dev/sda5    296913393  312576704   7831656  82 Linux swap / Solaris
          Code:
          sudo blkid
          /dev/sda1: UUID="4cb8e22e-71ce-407e-badb-489690128c5f" TYPE="jfs"
          /dev/sda5: UUID="c9fff27b-fc3b-43d3-b8f0-3b99586a15aa" TYPE="swap"

          Notice, it's jfs. I'm thinking that was maybe a bad choice fs...maybe it's time for backup reinstall in ext4?
          Dont pretend you havent noticed my cardboard box, Julia, because I know you have!

          Comment


            #20
            Re: [Solved] /home: waiting for /dev/disk/by-uuid

            I have a bunch of jfs partitions, and run my sidux root filesystem on jfs. It is a native 64-bit filesystem, so it is most efficient on a 64-bit OS. I doubt that's the problem. However, you might try some different boot options. Here is my sidux root filesystem:

            UUID=0def4abe-79be-45b8-84e7-e963cdc65e0f / jfs defaults,noatime 0 1

            and here is a storage filesystem:

            UUID=2b7ce29a-4550-4c6f-9171-8406d9688da7 /media/DOCSBAK jfs auto,users,rw,exec,noatime 0 2


            I think your "errors=remount-ro" option is probably not appropriate for jfs. (research needed to confirm)

            Comment


              #21
              Re: [Solved] /home: waiting for /dev/disk/by-uuid

              Originally posted by dibl
              I have a bunch of jfs partitions, and run my sidux root filesystem on jfs. It is a native 64-bit filesystem, so it is most efficient on a 64-bit OS. I doubt that's the problem. However, you might try some different boot options. Here is my sidux root filesystem:

              UUID=0def4abe-79be-45b8-84e7-e963cdc65e0f / jfs defaults,noatime 0 1

              and here is a storage filesystem:

              UUID=2b7ce29a-4550-4c6f-9171-8406d9688da7 /media/DOCSBAK jfs auto,users,rw,exec,noatime 0 2


              I think your "errors=remount-ro" option is probably not appropriate for jfs. (research needed to confirm)
              Yes, that's why I installed it -- I figured it would be good for a 64bit OS.
              The "errors=remount-ro" thing was added by the installer. To experiment, I've changed it to the same as yours and will report back.

              Code:
               UUID=4cb8e22e-71ce-407e-badb-489690128c5f /        jfs   defaults,noatime 0    1
              Thanks for your help & info BTW
              Dont pretend you havent noticed my cardboard box, Julia, because I know you have!

              Comment


                #22
                Re: [Solved] /home: waiting for /dev/disk/by-uuid


                - Is my problem same as his ?
                If it isn't - than devnulljp you should start a new topic because both of us ill not get anywhere.

                I wonder also about hat causes it ?
                Can it be wrong association of /home partition to newly installed system ?

                Outputs:
                Code:
                sudo fdisk -lu
                Disk /dev/sda: 80.0 GB, 80026361856 bytes
                255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
                Units = sectors of 1 * 512 = 512 bytes
                Disk identifier: 0x00093977
                
                  Device Boot   Start     End   Blocks  Id System
                /dev/sda1  *     63  29302559  14651248+ 83 Linux
                /dev/sda2    29302560  156296384  63496912+  f W95 Ext'd (LBA)
                /dev/sda5    29302623  154304324  62500851  83 Linux
                /dev/sda6    154304388  156296384   995998+ 82 Linux swap / Solaris
                and blkid

                Code:
                /dev/sda1: UUID="7b1658be-763b-404b-81ed-d125e9392434" TYPE="ext3"
                /dev/sda5: LABEL="kub" UUID="ff228e05-b2f3-4a8c-b47f-498ad919b243" TYPE="ext3"
                /dev/sda6: UUID="4913a46a-4e84-4d36-acf4-e258f57d895a" TYPE="swap"
                Kubuntu Karmic Koala AMD64bit Acer Aspire 7520

                Comment


                  #23
                  Re: [Solved] /home: waiting for /dev/disk/by-uuid

                  Those look fine. What says
                  Code:
                  cat /etc/fstab
                  ?

                  Comment


                    #24
                    Re: [Solved] /home: waiting for /dev/disk/by-uuid

                    It's on reply nymber 13 in this topic.

                    (« Reply #13 on: November 09, 2009, 04:31:45 am »)

                    Looks very similar to Fintan's fstab
                    Kubuntu Karmic Koala AMD64bit Acer Aspire 7520

                    Comment


                      #25
                      Re: [Solved] /home: waiting for /dev/disk/by-uuid

                      I don't see anything truly "wrong" with it. I use more than just the "defaults" option on it -- here is an ext3 partition on my system:

                      UUID=e4a45430-1c4a-4432-91db-265cfe7dd645 /media/123WORK ext3 auto,users,rw,exec,noatime 0 2
                      One question that comes to mind -- is your swap working? Just type "top" in the Konsole and look at the status information in the fourth line at the top of the output.

                      Also, it would be interesting to see what the output of
                      Code:
                      sudo mount
                      is.

                      Comment


                        #26
                        Re: [Solved] /home: waiting for /dev/disk/by-uuid

                        Swap seems to be OK.
                        Code:
                        top
                        [...]
                        Swap:  995988k total,  43780k used,  952208k free,  227656k cached
                        Output from sudo mount:

                        Code:
                        /dev/sda1 on / type ext3 (rw,errors=remount-ro)
                        proc on /proc type proc (rw)
                        none on /sys type sysfs (rw,noexec,nosuid,nodev)
                        none on /sys/fs/fuse/connections type fusectl (rw)
                        none on /sys/kernel/debug type debugfs (rw)
                        none on /sys/kernel/security type securityfs (rw)
                        udev on /dev type tmpfs (rw,mode=0755)
                        none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
                        none on /dev/shm type tmpfs (rw,nosuid,nodev)
                        none on /var/run type tmpfs (rw,nosuid,mode=0755)
                        none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
                        none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
                        /dev/sda5 on /home type ext3 (rw)
                        Kubuntu Karmic Koala AMD64bit Acer Aspire 7520

                        Comment


                          #27
                          Re: [Solved] /home: waiting for /dev/disk/by-uuid

                          That looks fine.

                          As far as I can tell, you have a perfectly functioning system.

                          OK, a "perfectly functioning system with an odd boot message".

                          :P

                          Comment


                            #28
                            Re: [Solved] /home: waiting for /dev/disk/by-uuid

                            I cleaned my 9.04 and I left some file on /home partition. Most of hidden ones were removed to not get old options for KDE4. On first start I had big problem to start Kubuntu. I left /home like it was and reinstalled system on / partition. Now it works better. I wonder if formating system and reinstalling it again will help ?
                            On other hand, if other people have the same problem than I assume it's something with Karmic. Maybe doesn't work well on some computers.
                            - Shall we look into Hardware than ?
                            Kubuntu Karmic Koala AMD64bit Acer Aspire 7520

                            Comment


                              #29
                              Re: [Solved] /home: waiting for /dev/disk/by-uuid

                              Not to throw a 'me too' on the pile, but I have had intermittent errors like this as well, and in case it aids in the sleuthing, i've included my info as well. For me, it hasn't seemed to harm the system after booting, and the induced delay was minimal, but the scary-sounding errors were there. I assumed it was something to do with the new booting, which appears parallelized and inconsistent (i get a different sequence of messages every time i boot -- so far, it boots every time and no big problems, but it's always interesting to see what crops up...) I also get pretty different behavior if i'm booting on battery or wall power (Dell Inspiron 6000 laptop).

                              Anyway, if it helps:

                              This is 9.10, upgraded from 9.04, on a dual-boot with XP.

                              # /etc/fstab: static file system information.
                              #
                              # <file system> <mount point> <type> <options> <dump> <pass>
                              proc /proc proc defaults 0 0
                              # /dev/sda3
                              UUID=d59af270-b410-481c-9dc1-3f40152a88f1 / ext3 relatime,errors=remount-ro 0 1
                              # /dev/sda5
                              UUID=494B-E7BD /data1 vfat utf8,umask=007,gid=46,shortname=mixed 0 1
                              # /dev/sda6
                              UUID=9297-CF82 /data2 vfat utf8,umask=007,gid=46,shortname=mixed 0 1
                              # /dev/sda1
                              UUID=5AD4FF85D4FF6225 /windows ntfs defaults,umask=007,gid=46 0 0
                              # /dev/sda2
                              UUID=0a617d87-c3be-464e-a657-f8a8b4270890 none swap sw 0 0
                              /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
                              I don't know if this implicates a swap problem:

                              Swap: 2104504k total, 0k used, 2104504k free, 319044k cached
                              $ sudo mount
                              /dev/sda3 on / type ext3 (rw,relatime,errors=remount-ro)
                              proc on /proc type proc (rw)
                              none on /sys type sysfs (rw,noexec,nosuid,nodev)
                              none on /sys/fs/fuse/connections type fusectl (rw)
                              none on /sys/kernel/debug type debugfs (rw)
                              none on /sys/kernel/security type securityfs (rw)
                              udev on /dev type tmpfs (rw,mode=0755)
                              none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
                              none on /dev/shm type tmpfs (rw,nosuid,nodev)
                              none on /var/run type tmpfs (rw,nosuid,mode=0755)
                              none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
                              none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
                              /dev/sda1 on /windows type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,b lksize=4096)
                              /dev/sda5 on /data1 type vfat (rw,utf8,umask=007,gid=46,shortname=mixed)
                              binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
                              /dev/sda6 on /data2 type vfat (rw,utf8,umask=007,gid=46,shortname=mixed)
                              $ sudo fdisk -lu

                              Disk /dev/sda: 160.0 GB, 160041885696 bytes
                              255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
                              Units = sectors of 1 * 512 = 512 bytes
                              Disk identifier: 0x00639a69

                              Device Boot Start End Blocks Id System
                              /dev/sda1 * 63 83891429 41945683+ 7 HPFS/NTFS
                              /dev/sda2 83891430 88100459 2104515 82 Linux swap / Solaris
                              /dev/sda3 88100460 109081349 10490445 83 Linux
                              /dev/sda4 109081350 312576704 101747677+ f W95 Ext'd (LBA)
                              /dev/sda5 109081413 192972779 41945683+ b W95 FAT32
                              /dev/sda6 192972843 312576704 59801931 b W95 FAT32
                              $ sudo blkid
                              /dev/sda1: UUID="5AD4FF85D4FF6225" TYPE="ntfs"
                              /dev/sda2: UUID="0a617d87-c3be-464e-a657-f8a8b4270890" TYPE="swap"
                              /dev/sda3: UUID="d59af270-b410-481c-9dc1-3f40152a88f1" TYPE="ext3"
                              /dev/sda5: LABEL="DATA1" UUID="494B-E7BD" TYPE="vfat"
                              /dev/sda6: LABEL="DATA2" UUID="9297-CF82" TYPE="vfat"

                              Comment


                                #30
                                Re: [Solved] /home: waiting for /dev/disk/by-uuid

                                Originally posted by chconnor
                                I don't know if this implicates a swap problem:

                                Swap: 2104504k total, 0k used, 2104504k free, 319044k cached
                                No. Just means that swap isn't being used. I have a 2G swap partition, and it never gets used.
                                Windows no longer obstructs my view.
                                Using Kubuntu Linux since March 23, 2007.
                                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                                Comment

                                Working...
                                X