spoiler alert: this is work in progress… was told by Adaptec support to upgrade firmware. did not do that yet – because firmware upgrades on production systems are sometimes very risky endeavors. one of the most important features of a […]
for good overview it makes sense to label the harddisk partitions according to functionality (what is their purpose?) GNU Linux bash – how to label partitions tune2fs (xfs & ext4) … because maybe one wants to read their smart status. […]
monitoring the integrity of a RAID is critical for fast replacement of failed harddisks (ideally one has at least one spare drive already in the machine) if not – it would be great if hard- and software-raid would send a […]
especially in times of EU-GDPR–DSGVO but also for the user’s privacy effectively shredding data is important. if the admin-user wants to wipe-shred-secure-delete entire harddisks look at this article. GNU Linux Debian 10 can do that 🙂 # install software # […]
problem: manually changing uuids is tidious and might not yield the result you want. unfortunately have not succeeded yet with integrating an old harddisk.vdi (same uuids) back into the template vm (same uuids) – so the recommendation is: reinstall os […]
for good overview it makes sense to label the harddisk partitions according to functionality (what is their purpose?) GNU Linux bash – how to label partitions tune2fs (xfs & ext4) # where is what & updates over changes (usb disk […]
the best about samba: thanks for samba, it provides users with a fast (of course depends also on harddisk speed) rock-solid no-limit-to-maximum-users file-server for maximum file-transfer-and-sharing-and-storage productivity (and they will USE that T: temp drive for EVERYTHING! prepare for TERRABYTES […]
the best about samba: thanks for samba, it provides users with a fast (of course depends also on harddisk speed) rock-solid no-limit-to-maximum-users file-server for maximum file-transfer-and-sharing-and-storage productivity (and they will USE that T: temp drive for EVERYTHING! prepare for TERRABYTES […]
long story short: “The Year 2038 problem is where the Unix time can no longer be stored in a signed 32-bit integer and thus after 19 January 2038 will begin wrapping around as a negative number for representing the number […]
this is a very very basic sequential harddisk write test performed on host and guest. there are multiple ways, how you could improve the performance: Use fixed size disks Allocate RAM and CPUs wisely Install the Guest Additions enable host […]
update: 2022: another x86x odroid is in the making! https://www.hardkernel.com/shop/odroid-h3-plus/ $165.00 Estimated next batch : Middle of January, 2023 the itsec troubles: CPU Intel Celeron Processor J Series is Spectre & Meltdown affected (src) while Spectre & Meltdown based hack […]
kernel 3.10, software raid1 works fine… kernel 4.18, software raid1 seems to work fine… kernel 4.19, software raid1 miserably fails… it starts to sync raid1 discs becomes slower and slower and finally “120 seconds….” then comes to a halt. i […]
update: 2019-02: everything was fine… until you decided to update because of the EthernalBlue exploit THAT ALSO AFFECTS OPEN SOURCE IMPLEMENTATIONS OF SMB 1.0! (WTF!? WHY?), samba now miss behaves on Debian and CentOS. (scroll down for details) EternalBlue, sometimes […]
You might want to checkout very basic sequential write/read benchmark with dd. You might also want to checkout: cross os harddisk benchmark iozone and java. ============ OS and Kernel Linux server4.localdomain 4.15.7 #1 SMP Sun Mar 4 16:43:40 CET 2018 […]
REM delete all mapped network drives net use * /DELETE /Y REM map two drives net use W: “\\192.168.0.233\SharedFolderA” /persistent:yes /user:usernameA PaSsWorDA net use T: “\\192.168.0.231\SharedFolderB” /persistent:yes /user:usernameB PaSsWorDB what you need to know: windows CAN NOT establish two connects […]
update: safety first! when it comes to important files: safety comes first thus recommend to the user that wants to go pro the following backup system: have two complete backups at two different places: backupA: at the company, USB 3.0 […]
While the Supermicro X8DT3 CPU: 2x Xeons with 2x Intel Xeon(R) CPU E5504 @ 2.00GHz and RAM: 64GB RAM EEC Dual-Powersupply is a great mainboard with java remote web IPMI console that allows you to access the bios and remote […]
You might want to checkout very basic sequential write/read benchmark with dd. You might want to checkout iozone in c harddisk benchmark. this benchmark is especially useful if you need to measure how java is performing on your harddisk/filesystem/os (linux […]
yes ext3 is old – but it works and you can undelete files – which can come in handy – because nobody is perfect – except god – and nobody should assume he/she is god. it supports filesystems up to […]
the best about samba: thanks for samba, it provides users with a fast (of course depends also on harddisk speed) rock-solid no-limit-to-maximum-users file-server for maximum file-transfer-and-sharing-and-storage productivity (and they will USE that T: temp drive for EVERYTHING! prepare for TERRABYTES […]
checkout the tutorial: http://jperrin.org/centos/monitoring/grafana/keeping-an-eye-on-centos-performance-with-grafana/ maybe cacti and co is too complicated and looks a little outdated… collectd might be just what you are looking for 🙂 “The main objective of this is to develop an easy to use and customizable […]
The Enterprise Volume Management System (EVMS) Project has the goal of providing unparalleled flexibility and extensibility in managing storage. It represents a new approach to logical volume management for Linux. The architecture introduces a plug-in model that allows for easy […]
you should setup harddisk encryption during setup. to add an encrypted /home partition afterwards might be possible but a lot more effort. scroll very down if you want to know how to encrypt an usb sticks … needless to say […]
smart and ssds? and: is smart really that smart? to do regular smart, is better than doing no smart, but as confirmed here, it can be only minutes of time from reporting an error-problem to complete harddisk failure, so smart […]
btrfs is used by SUSE12 for the /root partition – where it is doing daily snapshots of the installed OS. It has more functionality built-in than just storing files. This article wants to take btrfs for a test-drive. Video Tutorials: […]
update: extundelete works well on ext3 but not on ext4. update: WHILE STILL POWERED ON IMMEDIATELY backup the ext4 journal to file on usb stick: debugfs -R “dump <8> /mount/usb-stick/sda.journal” /dev/sda (assuming sda is the drive where the deletion happened) […]
can be easily checked via: root@debian9:~# cat /proc/filesystems nodev sysfs nodev rootfs nodev ramfs nodev bdev nodev proc nodev cpuset nodev cgroup nodev cgroup2 nodev tmpfs nodev devtmpfs nodev debugfs nodev tracefs nodev securityfs nodev sockfs nodev bpf nodev pipefs […]
iSCSI it is possible to tunnel SCSI through TCP/IP – allowing adding ressources of storage-servers directly – as if it was a local harddisk or partition. The isci-initiator (client) can “partition-and-format-over-network” the iscis-target (harddisks or files acting as aprtitions on […]
The good news is: It supports OSX and Linux now. Windows & Linux Servers Microsoft Exchange, Microsoft SQL, SharePoint & Active Directory Microsoft Azure & Amazon EC2 cloud workloads Adding a machine running Windows Adding a machine running Linux Adding […]
lvm2 concept: tested on: debian 8-9 and compatible, manpages from centos7/rhel7 in general backup! backup! backup! before fiddeling with partitions and the filesystem… logical volumes basically allow you to span partitions over several disks/partitions as well as resize those partitions. […]