Raid filesystem check or mount failed (after probable physical shock) [closed]Filesystem check or mount failedMy new hard drive won't automount on bootIn Nautilus I have two identical entries in my devices list, why?Unable to mount an LVM Hard-drive after upgradeHow to use fsck in Ubuntu?swapon: /dev/sdb1: swapon failed: Invalid argumentUbuntu 14 Raid not bootingstoring data on second HDD, mountingWhy remounting root file system takes a lot of time?

Which floor is the Hogwarts Library on?

Has a remote rogue DNS client managed to slip through the first iptables rule of a Linux DNS server?

Taking a Switch on vacation from EU to USA. What region eshop will I be able to access?

This new puzzle type needs a name

70s/80s scifi movie: astronauts return to future earth

Was Jumanji intended to be a co-op game?

Security implication if android app can be installed on emulator

What is the most intuitive and obvious copy link icon?

What is this old farm "combine"?

Peptide bond formation involving side chains of charged amino acids

Gboard stopped working on Motorola phone -

being overqualified as a barrier for getting a job

Carlsen beat a high ranking GM with 1 Nh3. Conclusions?

I filled the crucial gap; co-authors did the rest–who should be first author?

Why my vim doesn't support hex color code?

Maximum sum combination

Do not combine certain elements in Split or SplitBy

Should we stop differentiating between ln and log?

Java OOP Temperature Converter

Running wider tires in the front

Were ancient languages as sophisticated as modern languages?

Can salted butter be used to make lemon curd?

My film came out blank (completely black and opaque) — is this a camera problem, my mistake, or the lab's?

Find the 66th derivative of this integral function.



Raid filesystem check or mount failed (after probable physical shock) [closed]


Filesystem check or mount failedMy new hard drive won't automount on bootIn Nautilus I have two identical entries in my devices list, why?Unable to mount an LVM Hard-drive after upgradeHow to use fsck in Ubuntu?swapon: /dev/sdb1: swapon failed: Invalid argumentUbuntu 14 Raid not bootingstoring data on second HDD, mountingWhy remounting root file system takes a lot of time?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









2


















As this relates to an old version of ubuntu, I have now posted the question to serverfault.



I work on a server where the operating system is installed on an SSD but data storage is on internal harddrives set up in a RAID system. Recently I have been unable to mount the raid system when booting, while the operating system loads fine. I suspect technicians hit the server while it was running, due to scratches on the case but I am not sure.



When I boot the computer I get the error message The drive for /home is not ready or present (the same message for /Data and /Backup. I entered the recovery shell and ran fsck -A as suggested in the post here, but I get the message that / was busy.



I then booted into recovery mode and ran fsck -A, but I get the message that



fsck.ext4: Unable to resolve 'UUID=334eef34-16c4-45ec-9cc9-5f40e9f8207d'
fsck.ext4: Unable to resolve 'UUID=19bf1002-fa4b-4462-9ea6-807d5b0f312b'
fsck.ext4: Unable to resolve 'UUID=0f556fa7-b061-4c22-b84b-97e2e3f1b545'


At ubuntuforums I found the suggestion to edit /etc/fstab but I am out of my depth here as I do not really understand what I am messing with.



running blkid returns



/dev/sda1: UUID="7c05724f-61bd-4d70-b908-f6c83c4365b8" TYPE="ext4"
/dev/sda5: UUID="51978b9f-747b-4f41-8b2b-42f3da3347e6" TYPE="swap"
/dev/sdb1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="13151e15-3890-90d5-d910-8ab781fc713f" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdc1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="05322b31-8961-f57d-143b-877123c61d7c" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdd1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="85430436-4dfc-96ff-083c-0734a76ff8b6" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sde1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="05feb9dd-9c4f-bc2f-50e7-c4422419268a" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdf1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="3ef48a37-14b5-1fc8-1eed-48eca24f0043" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdg1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="5960eff8-d60b-c206-90b9-c448723f9ef3" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"


and running cat /etc/fstab prints



# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=7c05724f-61bd-4d70-b908-f6c83c4365b8 / ext4 errors=remount-ro 0 1
# /Backup was on /dev/md0p2 during installation
UUID=334eef34-16c4-45ec-9cc9-5f40e9f8207d /Backup ext4 defaults 0 2
# /Data was on /dev/md0p1 during installation
UUID=19bf1002-fa4b-4462-9ea6-807d5b0f312b /Data ext4 defaults 0 2
# /home was on /dev/md0p3 during installation
UUID=0f556fa7-b061-4c22-b84b-97e2e3f1b545 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=51978b9f-747b-4f41-8b2b-42f3da3347e6 none swap sw 0 0


I noticed that the missing UUIDs are the same as the ones in /etc/fstab/ but does not match the ones in blkid. Is there some way to figure out which UUIDs goes where and restore the file system?



The vast majority is backed up so the damage is not great, but there are a few things that would be nice to restore.



I work on a server with Ubuntu 14.04.5 LTS, if that makes a difference.










share|improve this question



























  • For whatever reason your workstation cannot contact the raid array on the server. Can you reboot the server? Can you ping the server to check its not a network problem?

    – PonJar
    Oct 2 at 8:43











  • I have rebooted the server, the operating systems loads fine. I can also ssh into the server. All output I have shown is from the server.

    – Lars
    Oct 2 at 8:48












  • Sadly v14.04 is EOL and so off topic here now. You might get more information about your issue from: meta.serverfault.com/questions/4111/…

    – Graham
    Oct 2 at 9:34






  • 2





    Fair enough, although I doubt this question is in any way related to the version of Ubuntu I am running. I will post the question on serverfault.

    – Lars
    Oct 2 at 9:47


















2


















As this relates to an old version of ubuntu, I have now posted the question to serverfault.



I work on a server where the operating system is installed on an SSD but data storage is on internal harddrives set up in a RAID system. Recently I have been unable to mount the raid system when booting, while the operating system loads fine. I suspect technicians hit the server while it was running, due to scratches on the case but I am not sure.



When I boot the computer I get the error message The drive for /home is not ready or present (the same message for /Data and /Backup. I entered the recovery shell and ran fsck -A as suggested in the post here, but I get the message that / was busy.



I then booted into recovery mode and ran fsck -A, but I get the message that



fsck.ext4: Unable to resolve 'UUID=334eef34-16c4-45ec-9cc9-5f40e9f8207d'
fsck.ext4: Unable to resolve 'UUID=19bf1002-fa4b-4462-9ea6-807d5b0f312b'
fsck.ext4: Unable to resolve 'UUID=0f556fa7-b061-4c22-b84b-97e2e3f1b545'


At ubuntuforums I found the suggestion to edit /etc/fstab but I am out of my depth here as I do not really understand what I am messing with.



running blkid returns



/dev/sda1: UUID="7c05724f-61bd-4d70-b908-f6c83c4365b8" TYPE="ext4"
/dev/sda5: UUID="51978b9f-747b-4f41-8b2b-42f3da3347e6" TYPE="swap"
/dev/sdb1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="13151e15-3890-90d5-d910-8ab781fc713f" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdc1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="05322b31-8961-f57d-143b-877123c61d7c" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdd1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="85430436-4dfc-96ff-083c-0734a76ff8b6" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sde1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="05feb9dd-9c4f-bc2f-50e7-c4422419268a" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdf1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="3ef48a37-14b5-1fc8-1eed-48eca24f0043" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdg1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="5960eff8-d60b-c206-90b9-c448723f9ef3" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"


and running cat /etc/fstab prints



# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=7c05724f-61bd-4d70-b908-f6c83c4365b8 / ext4 errors=remount-ro 0 1
# /Backup was on /dev/md0p2 during installation
UUID=334eef34-16c4-45ec-9cc9-5f40e9f8207d /Backup ext4 defaults 0 2
# /Data was on /dev/md0p1 during installation
UUID=19bf1002-fa4b-4462-9ea6-807d5b0f312b /Data ext4 defaults 0 2
# /home was on /dev/md0p3 during installation
UUID=0f556fa7-b061-4c22-b84b-97e2e3f1b545 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=51978b9f-747b-4f41-8b2b-42f3da3347e6 none swap sw 0 0


I noticed that the missing UUIDs are the same as the ones in /etc/fstab/ but does not match the ones in blkid. Is there some way to figure out which UUIDs goes where and restore the file system?



The vast majority is backed up so the damage is not great, but there are a few things that would be nice to restore.



I work on a server with Ubuntu 14.04.5 LTS, if that makes a difference.










share|improve this question



























  • For whatever reason your workstation cannot contact the raid array on the server. Can you reboot the server? Can you ping the server to check its not a network problem?

    – PonJar
    Oct 2 at 8:43











  • I have rebooted the server, the operating systems loads fine. I can also ssh into the server. All output I have shown is from the server.

    – Lars
    Oct 2 at 8:48












  • Sadly v14.04 is EOL and so off topic here now. You might get more information about your issue from: meta.serverfault.com/questions/4111/…

    – Graham
    Oct 2 at 9:34






  • 2





    Fair enough, although I doubt this question is in any way related to the version of Ubuntu I am running. I will post the question on serverfault.

    – Lars
    Oct 2 at 9:47














2













2









2


1






As this relates to an old version of ubuntu, I have now posted the question to serverfault.



I work on a server where the operating system is installed on an SSD but data storage is on internal harddrives set up in a RAID system. Recently I have been unable to mount the raid system when booting, while the operating system loads fine. I suspect technicians hit the server while it was running, due to scratches on the case but I am not sure.



When I boot the computer I get the error message The drive for /home is not ready or present (the same message for /Data and /Backup. I entered the recovery shell and ran fsck -A as suggested in the post here, but I get the message that / was busy.



I then booted into recovery mode and ran fsck -A, but I get the message that



fsck.ext4: Unable to resolve 'UUID=334eef34-16c4-45ec-9cc9-5f40e9f8207d'
fsck.ext4: Unable to resolve 'UUID=19bf1002-fa4b-4462-9ea6-807d5b0f312b'
fsck.ext4: Unable to resolve 'UUID=0f556fa7-b061-4c22-b84b-97e2e3f1b545'


At ubuntuforums I found the suggestion to edit /etc/fstab but I am out of my depth here as I do not really understand what I am messing with.



running blkid returns



/dev/sda1: UUID="7c05724f-61bd-4d70-b908-f6c83c4365b8" TYPE="ext4"
/dev/sda5: UUID="51978b9f-747b-4f41-8b2b-42f3da3347e6" TYPE="swap"
/dev/sdb1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="13151e15-3890-90d5-d910-8ab781fc713f" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdc1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="05322b31-8961-f57d-143b-877123c61d7c" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdd1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="85430436-4dfc-96ff-083c-0734a76ff8b6" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sde1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="05feb9dd-9c4f-bc2f-50e7-c4422419268a" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdf1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="3ef48a37-14b5-1fc8-1eed-48eca24f0043" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdg1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="5960eff8-d60b-c206-90b9-c448723f9ef3" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"


and running cat /etc/fstab prints



# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=7c05724f-61bd-4d70-b908-f6c83c4365b8 / ext4 errors=remount-ro 0 1
# /Backup was on /dev/md0p2 during installation
UUID=334eef34-16c4-45ec-9cc9-5f40e9f8207d /Backup ext4 defaults 0 2
# /Data was on /dev/md0p1 during installation
UUID=19bf1002-fa4b-4462-9ea6-807d5b0f312b /Data ext4 defaults 0 2
# /home was on /dev/md0p3 during installation
UUID=0f556fa7-b061-4c22-b84b-97e2e3f1b545 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=51978b9f-747b-4f41-8b2b-42f3da3347e6 none swap sw 0 0


I noticed that the missing UUIDs are the same as the ones in /etc/fstab/ but does not match the ones in blkid. Is there some way to figure out which UUIDs goes where and restore the file system?



The vast majority is backed up so the damage is not great, but there are a few things that would be nice to restore.



I work on a server with Ubuntu 14.04.5 LTS, if that makes a difference.










share|improve this question
















As this relates to an old version of ubuntu, I have now posted the question to serverfault.



I work on a server where the operating system is installed on an SSD but data storage is on internal harddrives set up in a RAID system. Recently I have been unable to mount the raid system when booting, while the operating system loads fine. I suspect technicians hit the server while it was running, due to scratches on the case but I am not sure.



When I boot the computer I get the error message The drive for /home is not ready or present (the same message for /Data and /Backup. I entered the recovery shell and ran fsck -A as suggested in the post here, but I get the message that / was busy.



I then booted into recovery mode and ran fsck -A, but I get the message that



fsck.ext4: Unable to resolve 'UUID=334eef34-16c4-45ec-9cc9-5f40e9f8207d'
fsck.ext4: Unable to resolve 'UUID=19bf1002-fa4b-4462-9ea6-807d5b0f312b'
fsck.ext4: Unable to resolve 'UUID=0f556fa7-b061-4c22-b84b-97e2e3f1b545'


At ubuntuforums I found the suggestion to edit /etc/fstab but I am out of my depth here as I do not really understand what I am messing with.



running blkid returns



/dev/sda1: UUID="7c05724f-61bd-4d70-b908-f6c83c4365b8" TYPE="ext4"
/dev/sda5: UUID="51978b9f-747b-4f41-8b2b-42f3da3347e6" TYPE="swap"
/dev/sdb1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="13151e15-3890-90d5-d910-8ab781fc713f" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdc1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="05322b31-8961-f57d-143b-877123c61d7c" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdd1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="85430436-4dfc-96ff-083c-0734a76ff8b6" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sde1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="05feb9dd-9c4f-bc2f-50e7-c4422419268a" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdf1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="3ef48a37-14b5-1fc8-1eed-48eca24f0043" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"
/dev/sdg1: UUID="65325870-b912-f8b1-af82-ab0c8bb94dbb" UUID_SUB="5960eff8-d60b-c206-90b9-c448723f9ef3" LABEL="CBMRubuntu:0" TYPE="linux_raid_member"


and running cat /etc/fstab prints



# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=7c05724f-61bd-4d70-b908-f6c83c4365b8 / ext4 errors=remount-ro 0 1
# /Backup was on /dev/md0p2 during installation
UUID=334eef34-16c4-45ec-9cc9-5f40e9f8207d /Backup ext4 defaults 0 2
# /Data was on /dev/md0p1 during installation
UUID=19bf1002-fa4b-4462-9ea6-807d5b0f312b /Data ext4 defaults 0 2
# /home was on /dev/md0p3 during installation
UUID=0f556fa7-b061-4c22-b84b-97e2e3f1b545 /home ext4 defaults 0 2
# swap was on /dev/sda5 during installation
UUID=51978b9f-747b-4f41-8b2b-42f3da3347e6 none swap sw 0 0


I noticed that the missing UUIDs are the same as the ones in /etc/fstab/ but does not match the ones in blkid. Is there some way to figure out which UUIDs goes where and restore the file system?



The vast majority is backed up so the damage is not great, but there are a few things that would be nice to restore.



I work on a server with Ubuntu 14.04.5 LTS, if that makes a difference.








Closed. This question is off-topic. It is not currently accepting answers.









Closed. This question is off-topic. It is not currently accepting answers.







Closed. This question is off-topic. It is not currently accepting answers.





Closed. This question is off-topic. It is not currently accepting answers.









Want to improve this question? Update the question so it's on-topic for Ask Ubuntu.


Closed 2 months ago.











Want to improve this question? Update the question so it's on-topic for Ask Ubuntu.


Closed 2 months ago.







14.04 mount raid fstab






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 2 at 10:58







Lars

















asked Oct 2 at 8:28









LarsLars

212 bronze badges




212 bronze badges















  • For whatever reason your workstation cannot contact the raid array on the server. Can you reboot the server? Can you ping the server to check its not a network problem?

    – PonJar
    Oct 2 at 8:43











  • I have rebooted the server, the operating systems loads fine. I can also ssh into the server. All output I have shown is from the server.

    – Lars
    Oct 2 at 8:48












  • Sadly v14.04 is EOL and so off topic here now. You might get more information about your issue from: meta.serverfault.com/questions/4111/…

    – Graham
    Oct 2 at 9:34






  • 2





    Fair enough, although I doubt this question is in any way related to the version of Ubuntu I am running. I will post the question on serverfault.

    – Lars
    Oct 2 at 9:47


















  • For whatever reason your workstation cannot contact the raid array on the server. Can you reboot the server? Can you ping the server to check its not a network problem?

    – PonJar
    Oct 2 at 8:43











  • I have rebooted the server, the operating systems loads fine. I can also ssh into the server. All output I have shown is from the server.

    – Lars
    Oct 2 at 8:48












  • Sadly v14.04 is EOL and so off topic here now. You might get more information about your issue from: meta.serverfault.com/questions/4111/…

    – Graham
    Oct 2 at 9:34






  • 2





    Fair enough, although I doubt this question is in any way related to the version of Ubuntu I am running. I will post the question on serverfault.

    – Lars
    Oct 2 at 9:47

















For whatever reason your workstation cannot contact the raid array on the server. Can you reboot the server? Can you ping the server to check its not a network problem?

– PonJar
Oct 2 at 8:43





For whatever reason your workstation cannot contact the raid array on the server. Can you reboot the server? Can you ping the server to check its not a network problem?

– PonJar
Oct 2 at 8:43













I have rebooted the server, the operating systems loads fine. I can also ssh into the server. All output I have shown is from the server.

– Lars
Oct 2 at 8:48






I have rebooted the server, the operating systems loads fine. I can also ssh into the server. All output I have shown is from the server.

– Lars
Oct 2 at 8:48














Sadly v14.04 is EOL and so off topic here now. You might get more information about your issue from: meta.serverfault.com/questions/4111/…

– Graham
Oct 2 at 9:34





Sadly v14.04 is EOL and so off topic here now. You might get more information about your issue from: meta.serverfault.com/questions/4111/…

– Graham
Oct 2 at 9:34




2




2





Fair enough, although I doubt this question is in any way related to the version of Ubuntu I am running. I will post the question on serverfault.

– Lars
Oct 2 at 9:47






Fair enough, although I doubt this question is in any way related to the version of Ubuntu I am running. I will post the question on serverfault.

– Lars
Oct 2 at 9:47











0






active

oldest

votes


















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?