<div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 10, 2019 at 10:22 AM Daryl McDonald <<a href="mailto:darylangela@gmail.com">darylangela@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 10, 2019 at 7:17 AM Stephen Worthington <<a href="mailto:stephen_agent@jsw.gen.nz" target="_blank">stephen_agent@jsw.gen.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, 10 May 2019 06:34:59 -0400, you wrote:<br>
<br>
>Greetings Mythizens, my storage1 drive dropped out yesterday, recordings on<br>
>that drive are now red on the FE the drive does not show up in either disks<br>
>or gparted, but in files (GUI) I see storage1 under /etc/mnt/mythtv, and in<br>
>files I see banners and fanart, no recordings or videos, etcetra. I assume<br>
>hardware failure, but partial disk failure? Any ideas?<br>
<br>
First find the /dev partition name that is on the mount point:<br>
<br>
df -l | grep -w /etc/mnt/mythtv | awk {'print $1'}<br></blockquote><div><br></div><div>Initial post has an erronious path:</div><div> daryl@trieli:~$ df -l | grep -w /mnt | awk {'print $1'}</div><div>/dev/sdc1</div><div>/dev/sdb1</div><div>daryl@trieli:~$</div><div>But these two devices are storage2 and storage3</div></div></div></div></blockquote><div><br></div><div>I've edited fstab to #out mounting storage1, otherwise the system wont boot. running e2fsck -y /dev/sd** has got me up and running again. this time I cant do anything because the disk is not virtually present to the system, although it is physically present.</div><div><br></div><div><div>daryl@trieli:/mnt/storage1$ ls -al</div><div>total 12</div><div>drwxr-xr-x 3 root root 4096 Jan 4 22:36 .</div><div>drwxrwxrwx 7 root root 4096 Sep 8 2018 ..</div><div>drwxr-xr-x 4 mythtv mythtv 4096 May 10 10:10 mythtv</div><div>daryl@trieli:/mnt/storage1$</div></div><div><br></div><div>Above is the result of right clicking on storage1 in the GUI of files and selecting "open in terminal". Normally (pre-corruption) storage1 mounts as /dev/sdb3,(I extended the recordings partition over the boot partition of my original system drive, hence 3) but because the system does not recognize it storage2 gets /dev/sdb1 and storage3 gets /dev/sdc1 system is on an SSD /dev/sda6. </div><div>I'm thinking I should physically remove the disk and see if it is visable with a USB drive mounting hardware? And then run e2fsck -y from there.</div></div></div></div>