In fact, this article is a continuation of the previous NFS Ganesha article – Simple export of an ext4 directory with NFS Ganesha 3.5 server…
Tag: linux
Simple export of a ext4 directory with NFS Ganesha 3.5 server in CentOS 8 without SELinux
NFS Ganesha is a user-mode file sharing server, which supports NFS 3 and 4.x versions and 9P. NFS Ganesha has several interesting plugins that support…
Repairing damaged backup GPT with gdisk
Problem with network shared storage could lead to a damaged file system or even GPT tables, so the gdisk may help in this case. Here…
Force losetup detach of local file after it became unavailable
Mounting a file as loop devices is simple enough operation! But what if the file just disappears because of the network storage got unreachable? In…
xdg and autostart in Linux X server regardless the desktop environment
There is a tool xdg, which manages application integration with the different GUI Desktops in the Linux world. One of the features it offers is…
aptly delete a mirror and remove all files
Executing drop command on a mirror will only remove the meta information for the mirror and it will not remove the package files occupying space…
Copy files with read errors successfully – skipping only errors (i.e. bad sectors)
Sometimes disks have errors or an SSD disk has a bad NAND cell. Saving the whole hard disk data may not be needed and when…
Data too large, data for [] would be [] which is larger than the limit of
Rsyslog writing to Elasticsearch could lead to an error for some of the records and missing to save them in the backend: Unfortunately, such writes…
aptly remove a package from a repository using the cli
Here is a fast tip – how to remove a package from our local aptly repository: Remove the package from the local repository. Create a…
Dracut boot failed with missing device – exit and continue normal booting!
This issue deserves a much more article, in fact, a straightforward tip: You may be able to continue a normal boot only by typing “exit”…