I have been following a few guides to set up my OMV.
I have a number of drives and since yesterday when I updated through the update manager, I have been getting two distinct issues. First is that this particular ntfs external hdd goes missing at boot time, shows up in the gui lists under storage/physical drives, storage/file systems.
I then copy some files from it into the pool and a little bit afterwards, the hdd disappears.
When I browsed through some of the hdd related forum posts, they advise running some scripts which I did. They also advised updating the kernel to the latest so I did that as well.
I am now running 3.1.6 and have also installed the backports although I have no clue what that does. It was just advise I saw in the forums that seemed to help.
My suspicion is that my fstab is not correct but I don't know how to repair it.
When I go into the storage function, there are two hdd missing and again I think it is the fstab.
I suspect that if I correct the missing errors, the other issues will resolve itself - at least I hope so.
So here are the codes I have run:
I don't know the result of that becuase I am stil getting the errors when I reboot.
I ran blkid and got this:
From this, the hdd does not show up in the list.
I ran dmesg | tail and got this:
I ran cat /etc/fstab and got these:
UUID=b0e1c7dc-56ad-48ca-a980-e59231da4036 /media/b0e1c7dc-56ad-48ca-a980-e59231da4036 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
UUID=a356eaa4-6d13-4d84-8559-bf75a2f0153a /media/a356eaa4-6d13-4d84-8559-bf75a2f0153a ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
UUID=c6dce86b-f3ee-4251-b33a-d76a8f95707d /media/c6dce86b-f3ee-4251-b33a-d76a8f95707d ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
UUID=b0f7900f-891b-47a4-b1ab-2956e09300ee /media/b0f7900f-891b-47a4-b1ab-2956e09300ee ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
UUID=74cc1a04-7b0b-4a00-8fe1-3f2c98538ed6 /media/74cc1a04-7b0b-4a00-8fe1-3f2c98538ed6 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
UUID=db5d0e3c-b56f-4e00-9f7d-a2965c3bc1b9 /media/db5d0e3c-b56f-4e00-9f7d-a2965c3bc1b9 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 2
none /media/632148d8-b738-4587-b75a-60041ffae832 aufs br:/media/b0e1c7dc-56ad-48ca-a980-e59231da4036=rw:/media/b0f7900f-891b-47a4-b1ab-2956e09300ee=rw:/media/c6dce86b-f3ee-4251-b33a-d76a8f95707d=rw:/media/F474B7AA74B76DCC=rw:/media/3E027FB3027F6F31=rw:/media/01D05435239BD740=rw:/media/74cc1a04-7b0b-4a00-8fe1-3f2c98538ed6=rw:/media/db5d0e3c-b56f-4e00-9f7d-a2965c3bc1b9=rw,sum,create=tdp 0 0
I also ran cat /etc/openmediavault/config.xml. The results were so long I could not post this so I attached it as part of the code.txt.
Initially I enabled NFS and after browsing some forum posts, it appears that at times NFS creates communication failure errors so I disabled it and deleted the share. The communication failure stooped and restarted.
Initially when I get the communication failure error, I reboot and it goes away. Now it does not go away and stays.
I also took screen shots of the omv gui with the errors.
"C:\Users\User\SkyDrive\NOOBS Pi\NAS Storage File Systems- Later.JPG"
Can anyone help me repair the damage? I don't want to reinstall the OMV all over.
The hdd that goes missing is the HDDZ800BACKUP disk.
I need the ntfs disks because I have a windows pc that I use frequently. The OMV was to centralise all my data in one place.
Please can you help?