the “perb” seems to be SELinux “missing context”. SELinux vs AppArmor https://security.stackexchange.com/questions/29378/comparison-between-apparmor-and-selinux hostnamectrl; # tested on CentOS Linux 7 (Core) Kernel: Linux 3.10.0-1062.12.1.el7.x86_64 # with latest updates as available in 2020-02 As told above, try first: setenforce 0; # temporarily […]
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 […]
Resilient File System (ReFS),[5] codenamed “Protogon”,[6] is a Microsoft proprietary file system introduced with Windows Server 2012 with the intent of becoming the “next generation” file system after NTFS. ReFS was designed to overcome problems that had become significant over […]
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 […]
update: 2023-08 software support wise that 32bit ARMv7 xu4 SoC has aged EXTREMELY WELL 😀 thanks all involved! (check prices on ebay) here is the “official” ArmBian (Debian 12 “bookworm” for ARM) image for the odroid xu4 “inofficial” Debian 12 […]
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 […]
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 […]
if you get this error it might be because the permissions for the folder on the server need to be set to 755 like this: # on the server chmod 755 /path/to/shared/folder full story: # on the server mkdir -p […]
#install software # CentOS7 yum update && yum install samba-client samba-common cifs-utils # Debian hostnamectl; # tested on (server + client) Operating System: Debian GNU/Linux 12 (bookworm) Kernel: Linux 6.1.0-18-amd64 Architecture: x86-64 # and older # (GNU) Linux Debian […]
update: safety first! when it comes to important files: safety comes first while xfs is surely doing a great and fast job, test if undelete utilities work now for ext4, if yes, go for ext4 (having experienced some problems with […]