Pinned Loading
-
docker-h5ai
docker-h5ai PublicForked from DisasteR/docker-h5ai
Unofficial docker image of modern HTTP web server index
-
docker-ansible-alpine
docker-ansible-alpine Public archiveForked from DisasteR/docker-ansible-alpine
docker ansible container based on Alpine Linux
-
rescan disk
rescan disk 1#!/bin/sh
23for FC in $(ls /sys/class/fc_host/host*/issue_lip); do echo 1 > "${FC}"; done # rescan fiberchanel
4for SCAN in $(ls /sys/class/scsi_host/host*/scan); do echo "- - -" > "${SCAN}"; done # scan new disk
5for RESCAN in $(ls /sys/class/scsi_device/*/device/rescan); do echo 1 > "${RESCAN}"; done # scan disk
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.