Here is my one:
https://www.amazon.de/youyeetoo-Nest-Disk-NAS-Pre-Installed/dp/B0G2RVQLRY/?th=1
It's a mini-pc with four possibilities for attaching nvme's. The cpu is a N150 with a TDP of 6W.
Here is my one:
https://www.amazon.de/youyeetoo-Nest-Disk-NAS-Pre-Installed/dp/B0G2RVQLRY/?th=1
It's a mini-pc with four possibilities for attaching nvme's. The cpu is a N150 with a TDP of 6W.
Hi,
I uses the fstab to mount the OMV-Nas automatically during booting up.
First you have to install the nfs-client
Second you have to prepare a folder for mounting. My OMV-mounting folder is /home/bernd/OMV.
Third you have to look for the fstab
As an example this is my fstab-line for my OMV
192.168.178.36:/OMV : Internal IP Adress of my FritzBox, OMV is the name of my shared folder
/home/bernd/OMV : My OMV-mounting folder
nfs : nfs protocoll
auto,users,rw,nosuid,dev,exec,async : Options, important for you is also the option "nofail"
0 0 : checking of the disk during start up
Here is something to read, I'm sorry it's in German
you have to install nfs-common on the OMV-machine
I defined daily, weekly and monthly snapshots. The snapshots are written in the night at 3:30 am. It's fine for me.
Es wird da ja sehr detailliert beschrieben, was man tun soll. Bei welchem Schritt kommen welche Fehlermeldungen?
Ist in der Fritte vielleicht der Green-Modus aktiviert?
Powerline stellt gewisse Grundbedingungen. Sind die alle eingehalten, wie keine Verwendung von Mehrfachsteckdosen.
Welche Geschwindigkeitsklasse hat dein Powerline? 500 oder 1200?
Damit das Powerlinesignal über die Phasen springt (und das tut es), müssen die Phasen über mehrere Meter nebeneinander, parallel verlegt sein, typisch wäre zum Beispiel ein dreifasiger Herdanschluss. Gibt es den bei dir?
Was du aber einfach unterscheiden musst, ist Backup und RAID. RAID ist kein Backup! Löscht du eine Datei, so ist sie auch im gespiegeltem gelöscht. Hast du dir irgendetwas verschlüsselndes eingefangen, so ist auch die Spiegelung verschlüsselt. Du brauchst also mindestens ein Backup. Wenn du RAID möchtest, so bist du bei mindestens drei Platten.
wäre vielleicht der Midnightcommander in ssh eine Möglichkeit?
No idea?
I am running a Raspi 4 with OMV7.
For some time now, I have been receiving a message that an update is pending for
libxslt1.1 1.1.35-1+deb12u3
When I try to initiate the update in the OMV GUI, I immediately receive the message “Connection Lost.”
I went to the cli via ssh and have started with sudo apt update. Message saying that I can update a program.
omv@raspberrypi:~ $ inxi -S
System:
Host: raspberrypi Kernel: 6.12.47+rpt-rpi-v8 arch: aarch64 bits: 64
Console: pty pts/0 Distro: openmediavault 7.7.17-1 (Sandworm)
omv@raspberrypi:~ $ sudo apt list --upgradable -a
Listing... Done
libxslt1.1/oldstable-security,oldstable-security 1.1.35-1+deb12u3 arm64 [upgradable from: 1.1.35-1+deb12u2]
libxslt1.1/oldstable,now 1.1.35-1+deb12u2 arm64 [installed,upgradable to: 1.1.35-1+deb12u3]
omv@raspberrypi:~ $ sudo apt upgrade
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
omv@raspberrypi:~ $ sudo dpkg --configure -a
Setting up initramfs-tools (0.142+rpt4+deb12u3) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.142+rpt4+deb12u3) ...
update-initramfs: Generating /boot/initrd.img-6.12.47+rpt-rpi-v8
mkinitramfs: failed to determine device for /
mkinitramfs: workaround is MODULES=most, check:
grep -r MODULES /etc/initramfs-tools
Error please report bug on initramfs-tools
Include the output of 'mount' and 'cat /proc/mounts'
update-initramfs: failed for /boot/initrd.img-6.12.47+rpt-rpi-v8 with 1.
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
initramfs-tools
omv@raspberrypi:~ $ sudo apt install -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-6.12.25+rpt-common-rpi linux-headers-6.12.25+rpt-rpi-2712
linux-headers-6.12.25+rpt-rpi-v8 linux-image-6.12.25+rpt-rpi-2712
linux-image-6.12.25+rpt-rpi-v8 linux-kbuild-6.12.25+rpt
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up initramfs-tools (0.142+rpt4+deb12u3) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.142+rpt4+deb12u3) ...
update-initramfs: Generating /boot/initrd.img-6.12.47+rpt-rpi-v8
mkinitramfs: failed to determine device for /
mkinitramfs: workaround is MODULES=most, check:
grep -r MODULES /etc/initramfs-tools
Error please report bug on initramfs-tools
Include the output of 'mount' and 'cat /proc/mounts'
update-initramfs: failed for /boot/initrd.img-6.12.47+rpt-rpi-v8 with 1.
dpkg: error processing package initramfs-tools (--configure):
installed initramfs-tools package post-installation script subprocess returned
error exit status 1
Errors were encountered while processing:
initramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
Display More
As I understand it, something went wrong during the last kernel update. So what can I do?
For me scrubbing is important for the health of the files.
Hi,
What is 1Go?
Intel Atom? Which one? Something like an N170 processor?
If it's that kind of computer, you'll need to be very patient, because they're really, really slow. My Raspi 4 is much faster.
I love inxi. Show me
You'll probably have to install inxi first
Deine Hardwareangaben sind gut und schön. Leider fehlen darin die Treiberangaben, dass was dein Rechner alles dazu lädt. Das kann man zum Teil bei dem inxi mit rauslesen.
Und ja 10 GB Netz ist sehr neu und daher wirst du auch einen neuen Kernel verwenden müssen.
Ich sehe das Problem auch eher beim Kernel. Vielleicht sollte Freakie72 mal schreiben, welchen Kernel er fährt. Dann wären auch genaue Angaben Hardware gut. Ich kenne das mit inxi, ahne aber, dass inxi nicht installiert ist.
Dann sieht man, was du hast und welchen Kernel du da fährst.
Option 1:
Option 2:
https://www.amazon.de/CWWK-Pocket-NAS-Computer-Expandable-2-Display/dp/B0DZ5GF8J4
or
It's in German, I'm sorry.
Do you habe any encrypted diskutiert?