Hansgeorg Schwibbe

Results 23 comments of Hansgeorg Schwibbe

Another try when I plug/unplug both SSDs into the same USB port a couple of times: ![grafik](https://user-images.githubusercontent.com/1725648/211423578-7368f450-e026-4846-8a8e-603fda92ed59.png) Result is that `/dev/sdb1` is shown Online, but df shows `/dev/sda1` has been...

The general concept of UUID generation is that you never generate a UUID twice. And I think a company like Samsung will not sell SSDs with duplicate UUIDs. The output...

Another think I am asking me is: OMV mounts disks by UUIDs. Why do we have a Disk page in the webapp which shows `/dev` directories instead of UUIDs? This...

> > The specified file is there, but its empty, is this correct? > > No, your installation is completely broken. Maybe there is a backup available to recover. What...

> > Why do we have a Disk page in the webapp which shows /dev directories instead of UUIDs? > > Because unpredictable device names are easier to handle. I...

> What is the output of `mount`? ``` /dev/sda1 on /srv/dev-disk-by-uuid-e4a5067b-3a47-450a-9ccf-a1371a52a664 type ext4 (rw,relatime,stripe=8191,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group) /dev/sdb1 on /srv/dev-disk-by-uuid-47c85df0-605d-4f89-ad9e-6e2c0ad22eb4 type ext4 (rw,relatime,stripe=8191,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group) ```

What about working with a unique name that has to be given when the user creates a disk? And this unique name will be shown instead of the confusing and...

There is not so much I am doing with the system. I have only two rsync tasks, one pulls a Windows Backup from a remote Windows Server. And the other...

And how do you apply that to the dashboard? When I ran an rsync task "/dev/sdb1" became "/dev/sdc1" (the first screenshot). That was the main reason why I opened this...

Before I forget, here is my anonymized project if you try to reproduce it: [2023-02-25-main.zip](https://github.com/ioBroker/ioBroker.vis/files/10830763/2023-02-25-main.zip)