After than you need clean superblocks on devs.USER-DEFINED SYSTEM DISK
https://www.terra-master.com/global/use ... ystem-disk
How to install TOS on only 1 SSD drive on the beta version?
1. Only 1 SSD is installed in the NAS, I install TOS 5 (automatic installation).
2. I updated to version 6.
3. Add a HDD and create a pool. And immediately after this the disk becomes system.
What am I doing wrong?
On one popular Russian forum I found this guide (from TM support):
Identify the disks you need to dispose of, let's assume it's sdzx/sdx:
lsblk
Mark the partitions of sdzx/sdx as faulty:
on 5tb hdd:
mdadm -f /dev/md9 /dev/sda2
mdadm -f /dev/md8 /dev/sda3
on 1tb hdd:
mdadm -f /dev/md9 /dev/sdb2
mdadm -f /dev/md8 /dev/sdb3
on 1tb nvme:
mdadm -f /dev/md9 /dev/sdzb2
mdadm -f /dev/md8 /dev/sdzb3
Remove the partitions from RAID md9 & md8:
on 5tb hdd:
mdadm -r /dev/md9 /dev/sda2
mdadm -r /dev/md8 /dev/sda3
on 1tb hdd:
mdadm -r /dev/md9 /dev/sdb2
mdadm -r /dev/md8 /dev/sdb3
on 1tb nvme:
mdadm -r /dev/md9 /dev/sdzb2
mdadm -r /dev/md8 /dev/sdzb3
Modify the RAID configuration:
mdadm --grow --force --raid-devices=1 /dev/md9
mdadm --grow --force --raid-devices=1 /dev/md8
This is an example of someone else's configuration.
But after a reboot, the disks become system disks again. Maybe the engineers can tell me how to prevent the disks from becoming system ones again after a reboot?
1. Is it currently possible to select a boot disk in the beta version?
2. When will the TOC 6 installation image appear?
Code:
mdadm --zero-superblock /dev/sda2mdadm --zero-superblock /dev/sda3
After reboot /dev/sda is not system.
Statistics: Posted by Lex — Today, 18:23