Filter
Exclude
Time range
-
Near
problem ist: sd karten sind zum einen fragil, haben zum anderne wegen selbsttest features wie SMART. Kannst per lsblk oder mount schauen welches blockdevice die karte ist und schauen ob du die per dd in eine image gesichert bekommst. Ich bin jetzt schlafen, irgendwann morgen im tagesverlauf kann ich aber auf rückfragen antworten
1
1
37
Cool approach! For Oracle (non-Exadata) I tend to recommend setting up a separate blockdevice or two for redo logs (can put control files there too), that way the checkpoint storms and Linux QoS/writeback throttling won't affect redo/ctrl file writes at the blkdev level at least
1
2
227
Replying to @Chill_LP
/dev/null but you can mount is as a blockdevice 😂 aber das gibts doch schon, nennt sich dann "4TB USB-Stick für 3€ von AliExpress"
1
4
53
13 Jan 2024
Replying to @kineyDE @smbraun
Aber ehrlich: der performance impact moderner FS gegen base performance vom blockdevice geht gegen die unterschiede bei zweiteren unter
1
92
次の綾瀬行きは… EFI Shell version 2.31 125769808436.221361 Current running mode 1.1.2 Device mapping table bIkO :BlockDevice Alias (null) Acpi (PNPOA03.0 /Pci (1F12) /Sata (1,0,0) Press ESC in 1 seconds to skip startup.nsh, any other key か!!!!
1
7
450
21 Dec 2022
Having a 10GBit fiber cable between my office (desktop PC) and the livingroom (NAS) was a great idea! Streaming raw blockdevice of 8 HDDs over network gives me solid 4.5Gbit/s! On average i have 300MB/s, sometimes over 500MB/s
21 Dec 2022
gave up on running btrfs check on the NAS directly. Instead decided to stream the 8 hdds over NBD to my desktop machine, then run btrfs check there. So far it does seem like a huge performance boost. Let’s see how it goes
1
17
11,629
11 Dec 2022
und warum ich sie hasse: weil die blockdevice abstraktion nicht wirklich funktioniert. Abartige Seek-Zeiten, kein random write ... behindertes Kackmedium eben
2
... sometimes people *reduce* their blockdevice I/O queue depth for this (if the backend storage array can't handle many concurrent in-flight I/O requests). You likely want to disable any I/O scheduler/elevator settings too at Linux block device level
1
2
Replying to @Zugschlus
Ganz ehrlich, spar dir die Schmerzen, Distro-Installer sind alle scheiße. wipefs -a über's Blockdevice scheuchen, mit gdisk/sgdisk partitionieren, LVM und Dateisysteme anlegen, mounten, mit debstrap installieren, mit chroot install-grub und update-grub hinterherschicken, fertig.
1
3
14 Jan 2022
Replying to @schorn_stephan
jetzt das blockdevice nicht mehr schief anschauen, sonst bricht ein Zertifikat. garantiert.
3
der Transfer auf das neue Blockdevice dauert leider noch an, wir machen gerade noch ein paar Tests und können dann vielleicht etwas mehr sagen
1
If you're looking for a new project to get stuck into this weekend, @arduino's latest tutorial shows how to use the Portenta H7's on-board flash memory to read and write data with the BlockDevice API provided by #MbedOS Check it out: bit.ly/3rAcL5c
13
62
26 Mar 2021
Our latest tutorial shows how to use the Portenta H7's on-board flash memory to read and write data with the BlockDevice API provided by Mbed OS: bit.ly/3rrOFJC
2
24
97
ah, I see - so, does this spare you the data log of the fs then? If these blocks are local in the FS, then they are the same LBAs in the blockdevice and are probably in the same PGs in ceph, going to the same OSD ... Wouldn't a log-structured FS change this locality on FS-Layer?
At #KubeCon, @vmcheung launches the day 2 keynotes with a "What's new in #Kubernetes" session with 38 enhancements for 1.18 version like #BlockDevice, #CSI support on Windows, Horizontal pod #autoscaler controls and kubectl #debug
2
Teilweise hilft es wohl, das nackte Blockdevice direkt mit nem Dateisystem zu formatieren, ganz ohne Partitionstabelle. Im Zweifelsfall würde ich den Stick halt unter Windows formatieren, dann tut er überall. *Eigentlich* hätte das alles ab Win 10 1703 behoben sein sollen…
4 Jun 2019
Replying to @p0sixninja
do i just dd that to the raw blockdevice?
4