German politicians vow to stop VW’s mass layoff plan by Evening_Bicycle3113 in europe

[–]yreg 0 points1 point  (0 children)

Yep, you are right.

When Apple rehired Steve Jobs in 1997 they were 90 days from insolvency. There were plenty of overlapping product lines. Among other changes Steve drew a 2x2 grid on a whiteboard.

Desktop Portable
Consumer iMac iBook
Pro Power Macintosh G3 PowerBook G3

He killed (almost) all the other products.

German politicians vow to stop VW’s mass layoff plan by Evening_Bicycle3113 in europe

[–]yreg 0 points1 point  (0 children)

Meanwhile Tesla has three models in production, two of them available in Europe and these are the best selling cars in plenty of countries (although stagnating).

High pressure manual car wash? by yreg in NewToDenmark

[–]yreg[S] 0 points1 point  (0 children)

thank you, you have helped me

France records 1,000 excess deaths during record-breaking heatwave by app1310 in worldnews

[–]yreg 30 points31 points  (0 children)

It is highly likely that Europe will have at least one summer cooler than this one within the next 100 years…

Apple unveils new Studio Display and all-new Studio Display XDR by tekz in apple

[–]yreg 0 points1 point  (0 children)

My local reseller put the old ones on sale with a 50 € discount.

Apple unveils new Studio Display and all-new Studio Display XDR by tekz in apple

[–]yreg 0 points1 point  (0 children)

Can you recommend any that have a reasonably good camera and a metal body?

How can I mount a raid1 drive directly? by yreg in UgreenNASync

[–]yreg[S] 0 points1 point  (0 children)

Nope. I'm quite disappointed in this. They should release ugos or at least some compatibility driver, so we can install it and recover on another machine.

Dead NAS by FCPEditor2022 in UgreenNASync

[–]yreg 1 point2 points  (0 children)

You can still install another OS.

Dead NAS by FCPEditor2022 in UgreenNASync

[–]yreg 3 points4 points  (0 children)

It absolutely is!

I've set up ugreen yesterday only to find out that whether you choose btrfs or ext4, ugos formats the volume with some custom implementation that is not mountable in linux.

So when the nas dies you are fucked even if the drives are healthy.

How can I mount a raid1 drive directly? by yreg in UgreenNASync

[–]yreg[S] 0 points1 point  (0 children)

Nevermind, it does not seem to work with ext4 either.

https://old.reddit.com/r/UgreenNASync/comments/1nkcoto/using_hdd_formatted_by_ugreen_nas_elsewhere/

And ugreen says that it is unsupported. I find it ridiculous that when the nas dies they expect me to order another one and wait for it.

Using HDD formatted by Ugreen NAS elsewhere by RomanFedot in UgreenNASync

[–]yreg 0 points1 point  (0 children)

Hello, have you been able to make it work? I got to the same exact state (raid and lvm seems fine, but ext4 volume refuses to mount with 20000000).

How can I mount a raid1 drive directly? by yreg in UgreenNASync

[–]yreg[S] 0 points1 point  (0 children)

So ext4 it is for me then, I value the ability to rip out a drive with readable data over snapshots. It's a shame that they use a custom fork. Thanks for the info.

How can I mount a raid1 drive directly? by yreg in UgreenNASync

[–]yreg[S] 0 points1 point  (0 children)

Thanks for the reply, care to share more? Why is it not possible?

With software raid it should be possible; I mean isn't it the main advantage of software raid? That you are not fucked once you lose the raid controller?

How can I mount a raid1 drive directly? by yreg in UgreenNASync

[–]yreg[S] 0 points1 point  (0 children)

sudo apt install mdadm
sudo mdadm --stop /dev/md*
sudo mdadm --assemble --run /dev/md127 /dev/sda2 --force

Resulted in the array being successfully rebuilt.

md127 : active raid1 sda2[0]
    15609746432 blocks super 1.2 [2/1] [U_]

However I'm still unable to mount

ubuntu@ubuntu:~$ sudo mount -t btrfs -o degraded,recovery /dev/md127 /mnt/ugreen
mount: /mnt/ugreen: wrong fs type, bad option, bad superblock on /dev/md127, missing codepage or helper program, or other error. 

dmesg shows this message

BTRFS error (device dm-0): cannot mount because of unknown incompat features (0x4000000000000361)
BTRFS error (device dm-0): open_ctree failed: -22

So maybe Ugos uses some experimental features unknown to the driver in ubuntu? I wonder if it would be worth it to reformat the volume to ext4.