Rescan scsi: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 May 2025

17 May 2025

  • curprev 09:3809:38, 17 May 2025Pverha10 talk contribs 931 bytes +931 Created page with "To rescan your scsi disks (to look if a disk has been added) you can reread your scsi device by giving the following command: <pre> echo "- - -" >/sys/class/scsi_host/host0/scan </pre> It's very handy if you added a disk in VMware, don't want to reboot and have no flashy thingy disk-tools. If you added space to your first disk you need to rescan your disk with: <pre> echo 1 > /sys/block/sda/device/rescan </pre> If you resized your disk with fdisk for example, but th..."