Category: filesystem / filesystems

all xfs related man pages
16.07.2019

from version: hostnamectl Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 5.X Architecture: x86-64 cat /etc/system-release-cpe cpe:/o:centos:centos:7 all xfs related man pages: https://dwaves.de/man/xfs_admin.man.txt https://dwaves.de/man/xfs_io.man.txt https://dwaves.de/man/xfs_bmap.man.txt https://dwaves.de/man/xfs_logprint.man.txt https://dwaves.de/man/xfs_copy.man.txt https://dwaves.de/man/xfs_mdrestore.man.txt https://dwaves.de/man/xfs_db.man.txt https://dwaves.de/man/xfs_metadump.man.txt https://dwaves.de/man/xfs_estimate.man.txt https://dwaves.de/man/xfs_mkfile.man.txt https://dwaves.de/man/xfs_freeze.man.txt https://dwaves.de/man/xfs_ncheck.man.txt https://dwaves.de/man/xfs_fsr.man.txt https://dwaves.de/man/xfs_quota.man.txt […]

19.12.2017

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 […]

Howto install and setup SMB File Sharing Server (dance Samba) with GNU Linux – virtualbox and kvm template vms – samba losing files after reboot (RAM cache not synced too often)
04.08.2017

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 […]

07.07.2017

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: […]

07.07.2017

while this is possible… i am not sure to recommend this 😀 also make sure there is still some space on the partition to be converted. root@debian9:/# btrfs-convert /dev/sdb6 create btrfs filesystem: blocksize: 4096 nodesize: 16384 features: extref, skinny-metadata (default) […]

06.07.2017

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 […]

GNU Linux – messing with XFS – Why XFS?
15.05.2017

“XFS is a high performance journaling filesystem which originated on the SGI IRIX platform.” SGI (Silicon Graphics) is out of business since 2009. “The addition of 3D graphic capabilities to PCs, and the ability of clusters of Linux– and BSD-based […]

Linux -> DD backup and Restore an (bootable?) USB Stick
23.07.2015

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: https://www.ebay.de/itm/Intenso-Memory-Board-4-TB-Externe-Festplatte-8-9-cm-3-5-Zoll-USB-3-2-Gen-1/402584943201 have two complete backups at two different places: backupA: at the company, USB […]

GNU Linux -> how to find and remove duplicate files
17.07.2015

lsb_release -a; # tested with Description: Debian GNU/Linux 12 (bookworm) # previously this was tested with cat /etc/os-release |grep PRETTY PRETTY_NAME=”Debian GNU/Linux 11 (bullseye)” why? duplicate files are a waste of disk space. every system experiences catastrophic failures, slow downs […]

ext3undelete ext4undelete extundelete linux undelete recover deleted files – extundelete Bad magic number in super-block when trying to open filesystem – DO NOT ATTACH EXTERNAL USB-SATA HARDDISK DIRECTLY TO SATA
01.05.2014

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) then “hard reset” unplug the system. then checkout this guide […]