ariek  Freshman Member

Comments

  • No, I'm probably doing something wrong. Ok, I made the following changes pkgcgi.cgi: <iframe src="http://pkg.entware.net/binaries/$ARCH/Packages.html" height="600" width="99%"></iframe> to <iframe src="http://pkg.entware.net/binaries/armv7/Packages.html" height="600" width="99%"></iframe> Unfortunately hardcoded but it 'll…
  • /tmp # dd if=/tmp/gpt of=/dev/sda<br>128+0 records in<br>128+0 records out<br>65536 bytes (64.0KB) copied, 4.177463 seconds, 15.3KB/s </code><pre class="CodeBlock"><code> cat /proc/mdstat<br>Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]<br>md2 : active raid1 sda3[0]<br> 1949383488 blocks super…
  • # losetup -o 2097152 /dev/loop1 /dev/sda<br>~ # mdadm --examine /dev/loop1<br>mdadm: No md superblock detected on /dev/loop1.<br>~ # losetup -d /dev/loop1<br>~ #<br>~ # losetup -o 4095737856 /dev/loop1 /dev/sda<br>~ # mdadm --examine /dev/loop1<br>/dev/loop1:<br> Magic : a92b4efc<br> Version : 1.2<br> Feature Map : 0x0<br>…
  • # losetup -o 2097152 /dev/loop1 /dev/sdamdadm --examine /dev/loop1losetup -d /<br>dev/loop1<br>losetup: unrecognized option '--examine'<br>BusyBox v1.19.4 (2018-11-08 14:45:19 CST) multi-call binary.<br><br>Usage: losetup [-o OFS] LOOPDEV FILE - associate loop devices<br> losetup -d LOOPDEV - disassociate<br> losetup [-f]…
  • This was my 'sysvol' /i-data/e162cf92/ <div> # mdadm --examine /dev/sda1<br>/dev/sda1:<br> MBR Magic : aa55<br>Partition[0] : 3995520 sectors at 63 (type 85)<br>~ # mdadm --examine /dev/sda2<br>mdadm: No md superblock detected on /dev/sda2.<br><br></div><br> Above is the current state. As is the ouput of my previous post.…
  • I can change the partitions back from logical to primary with MiniTool Partition manager.After changing it, the HDD is still not recognized as an internal HDD/Volume. # cat /proc/mdstat<br>Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]<br>unused devices: <none> # fdisk -l<br><br>Disk /dev/loop0:…
  • It is only 1 HDD. JBOD structure and that is to my knowledge just a plain ext4 drive. The status is LOST, internal HDD, and can't access the data because the volume doesn't exist (not recognized). I have to create a new volume but that will format the drive and all data will be lost. With MiniTools Partition Manager the…
Default Avatar