Dies sind die Ausgaben:
root@mld2:~# settings get disks.partitions
-sh: settings: command not found
root@mld2:~# parted -lsm
BYT;
/dev/sda:5001GB:scsi:512:4096:gpt:WD My Passport 2627:;
1:1049kB:5001GB:5001GB:xfs::;
BYT;
/dev/sdb:5001GB:scsi:512:4096:gpt:WD My Passport 2627:;
1:1049kB:5001GB:5001GB:xfs::;
BYT;
/dev/mmcblk0:31,9GB:sd/mmc:512:512:gpt:SD SD32G:pmbr_boot;
1:1049kB:99,6MB:98,6MB:fat32:boot:legacy_boot, msftdata;
2:99,6MB:31,9GB:31,8GB:btrfs:root:;
Vielleicht hilft dir dies noch weiter
root@mld2:~# fdisk -l
Disk /dev/mmcblk0: 30 GB, 31914983424 bytes, 62333952 sectors
973968 cylinders, 4 heads, 16 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/mmcblk0p1 * 32,0,1 1023,254,63 2048 194559 192512 94.0M c Win95 FAT32 (LBA)
/dev/mmcblk0p2 0,0,2 31,3,16 1 2047 2047 1023K ee EFI GPT
Partition table entries are not in disk order
fdisk: device has more than 2^32 sectors, can't use all of them
Disk /dev/sda: 2048 GB, 2199023255040 bytes, 4294967295 sectors
267349 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/sda1 0,0,1 1023,254,63 1 4294967295 4294967295 2047G ee EFI GPT
fdisk: device has more than 2^32 sectors, can't use all of them
Disk /dev/sdb: 2048 GB, 2199023255040 bytes, 4294967295 sectors
267349 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/sdb1 0,0,1 1023,254,63 1 4294967295 4294967295 2047G ee EFI GPT
Update: Habe jetzt einfach mal beide gleichlautenden Platten zugefügt. Dies scheint zu funktionieren.
Die fstab sieht nun so aus:
# stock fstab - you probably want to override this with a machine specific one
/dev/root / auto defaults 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0620,ptmxmode=0666,gid=5 0 0
tmpfs /run tmpfs mode=0755,nodev,nosuid,strictatime 0 0
tmpfs /var/volatile tmpfs defaults 0 0
# uncomment this if your device has a SD/MMC/Transflash slot
#/dev/mmcblk0p1 /media/card auto defaults,sync,noauto 0 0
UUID=4227-F204 /boot auto defaults 1 2
UUID=7822a096-9830-4fe2-ab9b-ab52e999c975 /mnt/7822a096-9830-4fe2-ab9b-ab52e999c975 auto defaults 1 2
UUID=71c8ba8b-b2dc-4cf5-9ae9-c9cf202891c1 /mnt/71c8ba8b-b2dc-4cf5-9ae9-c9cf202891c1 auto defaults 1 2
/mnt/7822a096-9830-4fe2-ab9b-ab52e999c975:/mnt/71c8ba8b-b2dc-4cf5-9ae9-c9cf202891c1 /data mergerfs category.create=epmfs,direct_io,use_ino,fsname=/dev/sda1:/dev/sdb1 0 0
Im Anhang der Screenshot vom Config-Screen. Wenn ich noch was testen soll, sag einfach bescheid.