Linux ih01.iridiumhosting.com 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.44
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
rear /
usr /
share /
rear /
finalize /
GNU /
Linux /
Delete
Unzip
Name
Size
Permission
Date
Action
230_remove_lvmdevices.sh
1019
B
-rw-r--r--
2026-04-01 09:39
240_reassign_luks_keyfiles.sh
2.45
KB
-rw-r--r--
2026-04-01 09:39
250_migrate_disk_devices_layout.sh
4.92
KB
-rw-r--r--
2026-04-01 09:39
250_migrate_lun_wwid.sh
3.54
KB
-rw-r--r--
2026-04-01 09:39
260_rename_diskbyid.sh
7.39
KB
-rw-r--r--
2026-04-01 09:39
280_migrate_uuid_tags.sh
3.4
KB
-rw-r--r--
2026-04-01 09:39
300_create_mac_mapping.sh
846
B
-rw-r--r--
2026-04-01 09:39
310_migrate_udev_rules.sh
2.78
KB
-rw-r--r--
2026-04-01 09:39
320_migrate_network_configuration_files.sh
33.93
KB
-rw-r--r--
2026-04-01 09:39
430_create_multipath_config.sh
1.55
KB
-rw-r--r--
2026-04-01 09:39
Save
Rename
# Adapted from 260_rename_diskbyid.sh # Remove /etc/lvm/devices/system.devices # The file restricts LVM to disks with given (hardware) IDs (serial # numbers, WWNs). See lvmdevices(8). # Unfortunately, when restoring to different disks than in the original # system, it will mean that LVM is broken in the recovered system (it # won't find any disks). Therefore it is safer to remove the file to # force the old behavior where LVM scans all disks. This used to be the # LVM default (use_devicesfile=0). # There may be other files under /etc/lvm/devices, but they are not used # by default local file=/etc/lvm/devices/system.devices local realfile realfile="$TARGET_FS_ROOT/$file" # OK if file not found test -f "$realfile" || return 0 mv $v "$realfile" "$realfile.rearbak" LogPrint "Renamed LVM devices file $realfile to $realfile.rearbak to prevent LVM problems in the recovered system, verify that the file is correct after booting the recovered system and move it back, or regenerate it using vgimportdevices."