Top Nav

Archive | Reliable Penguin

Linux and open-source solutions.

“find” Newer Files & Sort By Date

Sort “find” results by date:

Find files newer then a specific file:

And combined:

 

 

0

Mounting cloned disk

If you try to mount a cloned disk then you may get an error about duplicate UUID values. You can override with the “nouuid” option:

If the disk is using LVM then additional steps will be required:

Now you can list the partitions with lsblk and mount the desired logical volume with the “nouuid” option.

 

 

0

Yum 404 Error On Xen-46

On CentOS 7, getting 404 error from yum when trying to update.

The error is related to Xen-46 which has been removed. The fix is to remove the repo and add the new Xen-48 repo:

 

 

0

Partition Large Drive

The classic “fdisk” utility can’t create partitions larger then 2TB. The “parted” utility can be used instead as follows:

 

0