PATH: //proc/self/root/proc/self/root/proc/self/root/usr/lib/udev/rules.d
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 10-dm.rules
↓
X
📄 11-dm-parts.rules
↓
X
📄 13-dm-disk.rules
↓
X
📄 40-elevator.rules
↓
X
📄 40-redhat.rules
↓
X
📄 40-usb-blacklist.rules
↓
X
📄 50-udev-default.rules
↓
X
📄 60-autosuspend.rules
↓
X
📄 60-block.rules
↓
X
📄 60-cdrom_id.rules
↓
X
📄 60-drm.rules
↓
X
📄 60-evdev.rules
↓
X
📄 60-fido-id.rules
↓
X
📄 60-input-id.rules
↓
X
📄 60-net.rules
↓
X
📄 60-persistent-alsa.rules
↓
X
📄 60-persistent-input.rules
↓
X
📄 60-persistent-storage-tape.rules
↓
X
📄 60-persistent-storage.rules
↓
X
📄 60-persistent-v4l.rules
↓
X
📄 60-sensor.rules
↓
X
📄 60-serial.rules
↓
X
📄 60-tpm-udev.rules
↓
X
📄 61-scsi-sg3_id.rules
↓
X
📄 63-fc-wwpn-id.rules
↓
X
📄 63-scsi-sg3_symlink.rules
↓
X
📄 64-btrfs.rules
↓
X
📄 65-scsi-cciss_id.rules
↓
X
📄 66-kpartx.rules
↓
X
📄 68-del-part-nodes.rules
↓
X
📄 70-camera.rules
↓
X
📄 70-joystick.rules
↓
X
📄 70-memory.rules
↓
X
📄 70-mouse.rules
↓
X
📄 70-power-switch.rules
↓
X
📄 70-touchpad.rules
↓
X
📄 70-uaccess.rules
↓
X
📄 71-prefixdevname.rules
↓
X
📄 71-seat.rules
↓
X
📄 73-seat-late.rules
↓
X
📄 75-net-description.rules
↓
X
📄 75-probe_mtd.rules
↓
X
📄 78-sound-card.rules
↓
X
📄 80-drivers.rules
↓
X
📄 80-net-setup-link.rules
↓
X
📄 81-net-dhcp.rules
↓
X
📄 84-nm-drivers.rules
↓
X
📄 85-nm-unmanaged.rules
↓
X
📄 90-nm-thunderbolt.rules
↓
X
📄 90-pipewire-alsa.rules
↓
X
📄 90-vconsole.rules
↓
X
📄 91-drm-modeset.rules
↓
X
📄 95-dm-notify.rules
↓
X
📄 95-upower-hid.rules
↓
X
📄 95-upower-wup.rules
↓
X
📄 98-kexec.rules
↓
X
📄 99-nfs.rules
↓
X
📄 99-qemu-guest-agent.rules
↓
X
📄 99-systemd.rules
↓
X
📄 README
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: 13-dm-disk.rules
# Copyright (C) 2009 Red Hat, Inc. All rights reserved. # # This file is part of LVM2. # Udev rules for device-mapper devices. # # These rules create symlinks in /dev/disk directory. # Symlinks that depend on probing filesystem type, # label and uuid are created only if the device is not # suspended. # "add" event is processed on coldplug only! ACTION=="remove", GOTO="dm_end" ENV{DM_UDEV_RULES_VSN}!="?*", GOTO="dm_end" ENV{DM_UDEV_DISABLE_DISK_RULES_FLAG}=="1", GOTO="dm_end" SYMLINK+="disk/by-id/dm-name-$env{DM_NAME}" ENV{DM_UUID}=="?*", SYMLINK+="disk/by-id/dm-uuid-$env{DM_UUID}" ENV{DISKSEQ}=="?*", SYMLINK+="disk/by-diskseq/$env{DISKSEQ}" ENV{DM_SUSPENDED}=="1", ENV{DM_UDEV_PRIMARY_SOURCE_FLAG}=="1", GOTO="dm_import" ENV{DM_NOSCAN}=="1", ENV{DM_UDEV_PRIMARY_SOURCE_FLAG}=="1", GOTO="dm_import" ENV{DM_SUSPENDED}=="1", GOTO="dm_end" ENV{DM_NOSCAN}=="1", GOTO="dm_watch" IMPORT{builtin}="blkid" GOTO="dm_link" LABEL="dm_import" IMPORT{db}="ID_FS_TYPE" IMPORT{db}="ID_FS_USAGE" IMPORT{db}="ID_FS_UUID_ENC" IMPORT{db}="ID_FS_LABEL_ENC" IMPORT{db}="ID_PART_ENTRY_NAME" IMPORT{db}="ID_PART_ENTRY_UUID" IMPORT{db}="ID_PART_ENTRY_SCHEME" IMPORT{db}="ID_PART_GPT_AUTO_ROOT" LABEL="dm_link" ENV{DM_UDEV_LOW_PRIORITY_FLAG}=="1", OPTIONS="link_priority=-100" 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}" 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}" ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_GPT_AUTO_ROOT}=="1", SYMLINK+="gpt-auto-root" # Add inotify watch to track changes on this device. # Using the watch rule is not optimal - it generates a lot of spurious # and useless events whenever the device opened for read-write is closed. # The best would be to generate the event directly in the tool changing # relevant information so only relevant events will be processed # (like creating a filesystem, changing filesystem label etc.). # # But let's use this until we have something better... LABEL="dm_watch" OPTIONS+="watch" LABEL="dm_end"
SIMPAN PERUBAHAN