cmbranco  Freshman Member

Comments

  • ~ # ls -l /i-data/md0/ ls: /i-data/md0/: No such file or directory ~ # ls -l /i-data/sda ls: /i-data/sda: No such file or directory ~ # ls -l /i-data/sda2 ls: /i-data/sda2: No such file or directory
  • here is the result of the commands:~ $ cat /proc/mounts<br>rootfs / rootfs rw 0 0<br>/proc /proc proc rw,relatime 0 0<br>/sys /sys sysfs rw,relatime 0 0<br>none /proc/bus/usb usbfs rw,relatime 0 0<br>devpts /dev/pts devpts rw,relatime,mode=600 0 0<br>/dev/mtdblock6 /zyxel/mnt/nand yaffs2 ro,relatime 0 0<br>/dev/sda1…
  • Hello Mijzelf, Thanks alot for the suport. I had the NAS running for a couple of years only with 1 drive. On the 18th of August I added the second drive (same model as the existing one) and made a migration (via web interface) to RAID1. It appears that during this migration something went wrong and the drive is not…
  • ~ # mdadm --examine /dev/sda2 /dev/sda2: Magic : a92b4efc Version : 1.2 Feature Map : 0x0 Array UUID : add65c9f:ed27723d:2436a410:f2838abb Name : NSA325-v2:0 (local to host NSA325-v2) Creation Time : Sat Aug 18 20:10:36 2018 Raid Level : raid1 Raid Devices : 2 Avail Dev Size : 2929765376 (2794.04 GiB 3000.08 GB) Array Size…
  • ~ $ cat /proc/partitions major minor #blocks name 7 0 143360 loop0 8 0 2930266584 sda 8 1 498688 sda1 8 2 2929766400 sda2 31 0 1024 mtdblock0 31 1 512 mtdblock1 31 2 512 mtdblock2 31 3 512 mtdblock3 31 4 10240 mtdblock4 31 5 10240 mtdblock5 31 6 48896 mtdblock6 31 7 10240 mtdblock7 31 8 48896 mtdblock8 9 0 2929765240 md0 ~…
Avatar