Comments
-
2013 is a reasonable estimate for when I started using this drive in the NAS, it might have been even earlier. The 310 is pretty old hardware lol. If that was a deciding factor, should I still follow those steps?
-
~ $ ls -l /etc/zyxel/storage/<br>-rw-rw-rw- 1 root root 433 Apr 25 2017 extuuid.table<br>-rw-rw-rw- 1 root root 44 Jun 23 2012 mduuid.table<br>drwxrwxrwx 1 root root 2048 Jul 29 2013 sysvol<br>-rw-rw-rw- 1 root root 29 Apr 24 2017 usbcopy.table<br>-rw-rw-rw- 1 root root 44 Apr 24 2017 usbzync.table<br>~ $ ls -l…
-
I don't remember any specific filenames, but I tried a bunch of file extensions with nothing promising.~ $ cd /i-data/md0/<br>/etc/zyxel/storage/sysvol $ find . | grep apk<br>/etc/zyxel/storage/sysvol $ find . | grep jpg<br>/etc/zyxel/storage/sysvol $ find . | grep jpeg<br>/etc/zyxel/storage/sysvol $ find . | grep…
-
I just now stopped and thought about the note on the volume page of the web gui: Does this mean to say that the only way to recover usage is by the repair button, letting it copy everything over to the ESATA drive to reconstruct the RAID1? I'm very apprehensive about just trying things on my own now, with all my data at…
-
I thought I had, and I tried it again and am able to see a handful of files. I can see all the shares that were on it before; most are empty, and three of them have some small files visible. In the web GUI, I see the volume still degraded, with options to scan (with optional "Auto File Repair") or Repair the volume (as…
-
I ran this and thought e2fsck's result wasn't a failure but now that I'm thinking about it, I'm a bit worried. <div> ~ # mdadm --stop /dev/md0</div>mdadm: stopped /dev/md0<br>~ # e2fsck.new -f /dev/sda2<br>e2fsck 1.41.14 (22-Dec-2010)<br>Pass 1: Checking inodes, blocks, and sizes<br>Pass 2: Checking directory…
-
edited duplicate comment to not take up space, since I can't delete.
-
Let's see if this can get around the HTML filter... ~ $ cat /proc/mdstat<br>Personalities : [linear] [raid0] [raid1] <br>md0 : active raid1 sda2[0]<br> 976245816 blocks super 1.0 [2/1] [U_]<br> <br>unused devices: [lessthan]none[greaterthan]<br>~ $ cat /proc/mounts<br>rootfs / rootfs rw 0 0<br>/proc /proc proc rw,relatime…