BTRFS – Disabling COW on a file or directory – NODATACOW
BTRFS – Disabling COW on a file or directory – NODATACOW Recommend to set nodatacow – turn cow off – for the files that require fast IO and tend to get veryRead More…
BTRFS – Disabling COW on a file or directory – NODATACOW Recommend to set nodatacow – turn cow off – for the files that require fast IO and tend to get veryRead More…
FIND MOST FRAGMENTED FILES mostfragged – using filefrag to analyze file fragmentation (find most fragmented files) The script your looking for are at the bottom (and also in the gist link inRead More…
Debian Kernel Compilation – 2 ways – make-kpkg (new) and make (old) KERNEL COMPILATION IN DEBIAN ############################## ############################## There now exists 2 ways to compile thine kernel. Thine old way thine finestRead More…
Ramnode openvz machines limitations – KVM vs OPENVZ – venet vs veth – and simfs INTRO OpenVZ and KVM can make VPS (Virtual Private Servers). So whats a VPS? Its just a VirtualRead More…
SSH ON WINDOWS 8.1 PC VIA CYGWIN #################################### CITATION (thanks to Micahel Hirsch), 90% of the content here is his content, I just am putting my edits into it as a NOTERead More…
What units are the output of mdadm -D below (specifically the Array Size and Used Dev Size values)? The answer is Kilobytes (1 byte = 1024 byte) for the number without units orRead More…
DF speed – Volume fill up speed – ddf & ddf-auto & ddf-auto-i script Need to know how fast in Kilobytes per second or Megabytes per second you mount point or volume isRead More…
SSH error “buffer_get_string_ret: bad string length 13105607” and “buffer_get_string: buffer error” I had no problem connecting via SSH from all my remote locations to my debian server for a long time, butRead More…
On the BTRFS mailing list one of the devs (or smart engineers) posted a different gddrescue script to clone brtfs drives, that should allow for better clones in times of troubles. ItRead More…
When you join one linux server to a domain it maps windows SIDs to linux UIDs (for users) and GIDs (for groups). When you join another server to the same domain itRead More…