Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: mount: mounting /dev/disk/by-uuid/7ba7385a-47d0-461b-86cf-7157206a2e38 on /root

  1. #1
    Join Date
    Jun 2010
    Location
    Edinburgh, UK
    Beans
    106
    Distro
    Ubuntu 12.04 Precise Pangolin

    mount: mounting /dev/disk/by-uuid/7ba7385a-47d0-461b-86cf-7157206a2e38 on /root

    I am running Ubuntu 10.04 on my Gateway laptop (AMD 64 Processor). Yesterday my computer froze and after a rebooted I was faced with this screen:

    Code:
    mount: mounting /dev/disk/by-uuid/7ba7385a-47d0-461b-86cf-7157206a2e38 on /root failed: Invalid argument
    mount: mounting /dev on /root/dev failed: No such file or directory
    mount mounting /sys on /root/sys failed: No such file or directory
    mount: mounting /proc on /root/proc failed: No such file or directory
    Target filesystem doesn't have /sbin/init
    No init found. Try passing init = bootarg
    
    BusyBox v1.13.3 (ubuntu 1:1.13.3-1ubuntu11) built-in shell (ash) Enter 'help' for a list of built-in comands.
    
    (initramfs)
    Thanks in advance for any help you can offer
    Josh

  2. #2
    Join Date
    Jun 2010
    Location
    Edinburgh, UK
    Beans
    106
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: mount: mounting /dev/disk/by-uuid/7ba7385a-47d0-461b-86cf-7157206a2e38 on /root

    Anyone out there have any ideas about this one??

  3. #3
    Join Date
    Nov 2007
    Location
    Alexandria, Virginia
    Beans
    60

    Re: mount: mounting /dev/disk/by-uuid/7ba7385a-47d0-461b-86cf-7157206a2e38 on /root

    Quote Originally Posted by l0uismustdie View Post
    Anyone out there have any ideas about this one??
    It looks like whatever failure your machine had messed up your file system. Try booting from a live CD and see if it detects your disk(s).

  4. #4
    Join Date
    Jun 2010
    Location
    Edinburgh, UK
    Beans
    106
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: mount: mounting /dev/disk/by-uuid/7ba7385a-47d0-461b-86cf-7157206a2e38 on /root

    Sorry for the delay. Booting for my USB key has allowed me access to the machine but has not mounted my filesystem. I have tried to mount my HD in the following ways (in addition to just using "mount volume" in disk utility":
    Code:
    ubuntu@ubuntu:/media$ sudo mount /dev/sda1 /mnt
    mount: wrong fs type, bad option, bad superblock on /dev/sda1,
           missing codepage or helper program, or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so
    ubuntu@ubuntu:/media$ sudo mount -t ext4 /dev/sda1 /mnt
    Cmount: wrong fs type, bad option, bad superblock on /dev/sda1,
           missing codepage or helper program, or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so
    I will also post the output of sudo fdisk -l:
    Code:
    ubuntu@ubuntu:/media$ sudo fdisk -l
    
    Disk /dev/sda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000e4d99
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        9403    75527168   83  Linux
    /dev/sda2            9403        9730     2621441    5  Extended
    /dev/sda5            9403        9730     2621440   82  Linux swap / Solaris
    
    Disk /dev/sdb: 1058 MB, 1058275328 bytes
    33 heads, 62 sectors/track, 1010 cylinders
    Units = cylinders of 2046 * 512 = 1047552 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000b2089
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *           1        1010     1033199    c  W95 FAT32 (LBA)
    and if it will help here is /etc/fstab:
    Code:
    ubuntu@ubuntu:/media$ cat /etc/fstab
    aufs / aufs rw 0 0
    tmpfs /tmp tmpfs nosuid,nodev 0 0
    /dev/sda5 swap swap defaults 0 0
    and lastly here is sudo blkid:
    Code:
    ubuntu@ubuntu:/media$ sudo blkid
    /dev/loop0: TYPE="squashfs" 
    /dev/sda1: UUID="7ba7385a-47d0-461b-86cf-7157206a2e38" TYPE="ext4" 
    /dev/sda5: UUID="45e1053b-e1ac-44f1-8043-8844e93edef9" TYPE="swap" 
    /dev/sdb1: UUID="63CB-9014" TYPE="vfat"
    Thanks to anyone out there who can help on this one.

  5. #5
    Join Date
    Nov 2007
    Location
    Alexandria, Virginia
    Beans
    60

    Re: mount: mounting /dev/disk/by-uuid/7ba7385a-47d0-461b-86cf-7157206a2e38 on /root

    Did you try
    dmesg | tail
    after the failed mount commands? For that matter, it might be worthwhile to capture all of the output of dmesg after trying mount.

  6. #6
    Join Date
    Aug 2008
    Location
    Buraidah, Saudi Arabia
    Beans
    72
    Distro
    Ubuntu

    Re: mount: mounting /dev/disk/by-uuid/7ba7385a-47d0-461b-86cf-7157206a2e38 on /root

    I have the same problem, I cannot boot normally nor in recovery mode. I get this message:
    Code:
    mount: mounting /dev/disk/by-uuid/f26531dc-0c28-4b8b-84fa-8f0acb615da6 on /root
    failed: invalid argument
    mount: mounting /dev on /root/dev failed: No such file or directory
    mount: mounting /sys on /root/sys failed: No such file or directory
    mount: mounting /proc on /root/proc failed: No such file or directory
    Target filesystem doesn't have /sbin/init.
    No init found. Try passing init= bootarg.
    
    BusyBox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu11) built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    
    (initramfs)
    Here is my "fdisk -l" result:
    Code:
    Disk /dev/sda: 250.1 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x4dff386d
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1        6529    52443168+   7  HPFS/NTFS
    /dev/sda2            6530       30402   191753217    5  Extended
    /dev/sda5            6530       29779   186750976   83  Linux
    /dev/sda6           29779       30402     5001216   82  Linux swap / Solaris
    And here is my "cat /etc/fstab" result;
    Code:
    aufs / aufs rw 0 0
    tmpfs /tmp tmpfs nosuid,nodev 0 0
    /dev/sda6 swap swap defaults 0 0
    And my "blkid" result:
    Code:
    /dev/loop0: TYPE="squashfs" 
    /dev/sda1: UUID="2E048AD8048AA287" LABEL="Windows Vista" TYPE="ntfs" 
    /dev/sda5: UUID="f26531dc-0c28-4b8b-84fa-8f0acb615da6" TYPE="ext4" 
    /dev/sda6: UUID="ccbf4c04-096f-434b-a977-cd3d205f6617" TYPE="swap"
    And finally, my "dmesg | tail" result:
    Code:
    [  950.428255] VFS: busy inodes on changed media or resized disk sr0
    [  950.428446] VFS: busy inodes on changed media or resized disk sr0
    [  952.429765] VFS: busy inodes on changed media or resized disk sr0
    [  952.429962] VFS: busy inodes on changed media or resized disk sr0
    [  954.430278] VFS: busy inodes on changed media or resized disk sr0
    [  954.430475] VFS: busy inodes on changed media or resized disk sr0
    [  956.429816] VFS: busy inodes on changed media or resized disk sr0
    [  956.430013] VFS: busy inodes on changed media or resized disk sr0
    [  958.430284] VFS: busy inodes on changed media or resized disk sr0
    [  958.430487] VFS: busy inodes on changed media or resized disk sr0
    http://brainstorm.ubuntu.com/idea/24714/image/1/
    The Linux Counter Project - user number # 497262
    The Ubuntu Counter Project - user number # 29025

  7. #7
    Join Date
    Aug 2008
    Location
    Buraidah, Saudi Arabia
    Beans
    72
    Distro
    Ubuntu

    Re: mount: mounting /dev/disk/by-uuid/7ba7385a-47d0-461b-86cf-7157206a2e38 on /root

    I tried to mount it using live CD and got this message:
    Code:
    Error mounting: mount exited with exit code 32: mount: wrong fs type, bad option, bad superblock on /dev/sda5,
           missing codepage or helper program, or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so
    http://brainstorm.ubuntu.com/idea/24714/image/1/
    The Linux Counter Project - user number # 497262
    The Ubuntu Counter Project - user number # 29025

  8. #8
    Join Date
    Oct 2006
    Location
    Milton Keynes, UK
    Beans
    1,141
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: mount: mounting /dev/disk/by-uuid/7ba7385a-47d0-461b-86cf-7157206a2e38 on /root

    Boot from cd & in a terminal run..

    Code:
    fsck -f /dev/your-drive
    Change "/your-partition" for your hdd partition.
    Linux Registered User #443947 Ubuntu Regestered User #12604

    Hakunamatata ...... No worries !

  9. #9
    Join Date
    Aug 2010
    Beans
    1

    Re: mount: mounting /dev/disk/by-uuid/7ba7385a-47d0-461b-86cf-7157206a2e38 on /root

    Hello to everyone in this forum, this is my first post and, please, sorry for my poor english.

    I've been using ubuntu for the last two years but I am a very "basic" user. This week I installed ubuntu in an old 6

    years computer and all went fine. After 5 o 6 reboots the following appears on the screen:

    mount: mounting /dev/disk/by-uuid/06d7da4c-0572-4374-be18-80a975561bdd on /root
    failed: Invalid argument
    mount: mounting /dev on /root/dev failed: No such file or directory
    mount: mounting /sys on /root/def failed: No such file or directory
    mount: mounting /proc on /root/proc failed: No such file or directory
    target filesystem doesn't have /sbin/init.
    No init found. Try passing init= bootarg.

    BusyBox v1.13.3 (Ubuntu 1:1.13.3-1ubuntu11) built-in shell (ash)
    Enter 'help' for a list of built-in commands.

    (Initramfs)

    I've tried installing Xubuntu 8.10, Ubuntu 9.10 and finally Xubuntu 10.04 and all of them went fine during the installation but also with all of them happened the same after 3-6 reboots.

    If I boot with an ubuntu LiveCD, and use disk verification option of gparted, then it boots fine from the hard disk,

    but after 3-6 reboots it fails again with the same message and I have to boot with the LiveCD again to solve it.

    I suppose the hard disk is not damaged because this computer has been used for the last 6 years with windows xp every day with no problems.

    I've been looking for a solution to this problem in google but I haven't found anything that fixes this error definitely.

    Thank you in advance.
    Last edited by falisco; August 17th, 2010 at 01:23 PM.

  10. #10
    Join Date
    Nov 2007
    Location
    Alexandria, Virginia
    Beans
    60

    Re: mount: mounting /dev/disk/by-uuid/7ba7385a-47d0-461b-86cf-7157206a2e38 on /root

    Quote Originally Posted by IcarusR View Post
    Boot from cd & in a terminal run..

    Code:
    fsck -f /dev/your-drive
    Change "/your-partition" for your hdd partition.

    In other words, the OP would enter this:

    Code:
    fsck -f /dev/sda1
    If you linux partition is sda5, then

    Code:
    fsck -f /dev/sda5
    Has anyone been able to try this?

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •