Re: openSUSE Tumbleweed
Posted: Wed Oct 28, 2020 12:21 pm
Support Forum
https://forum.hyperion-entertainment.com/
https://forum.hyperion-entertainment.com/viewtopic.php?f=35&t=3446
Code: Select all
# netcat –l -p 4444 | dd of=/dev/sda3Code: Select all
# dd if=/dev/sdb6 | netcat 192.168.178.59 4444Code: Select all
32323584+0 records in
32323584+0 records out
16549675008 bytes (17 GB, 15 GiB) copied, 1412,44 s, 11,7 MB/s
Code: Select all
23879952+10266507 records in
32323584+0 records out
16549675008 bytes (17 GB, 15 GiB) copied, 1487.5 s, 11.1 MB/s
Code: Select all
e2fsck -f /dev/sda3Code: Select all
e2fsck 1.42.13 (17-May-2015)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
openSUSE: 456457/1011840 files (0.5% non-contiguous), 2954960/4040448 blocks
Code: Select all
# resize2fs /dev/sda3Code: Select all
resize2fs 1.42.13 (17-May-2015)
Resizing the filesystem on /dev/sda3 to 90789888 (4k) blocks.
The filesystem on /dev/sda3 is now 90789888 (4k) blocks long.
Code: Select all
setenv bootargs root=/dev/sda 3Code: Select all
mv /usr/lib64/libLLVM.so.10 /usr/lib64/libLLVM.so.10.bak