Difference between revisions of "OpenSuse Leap 15 Rescan disks"
From Notes_Wiki
(Created page with "<yambe:breadcrumb self="Rescan disks">OpenSuse Leap 15 Filesystem management|Filesystem management</yambe:breadcrumb> =OpenSuse Leap 15 Rescan disks= It is possible on multip...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[Suse]] > [[OpenSuse Leap 15]] > [[OpenSuse Leap 15 System Administration|System Administration]] > [[OpenSuse Leap 15 Filesystem management|Filesystem management]] > [[OpenSuse Leap 15 Rescan disks|Rescan disks]] | |||
It is possible on multiple Suse OS (eg Suse 12 SP4) that if a SCSI hard-disk is added at hypervisor level (eg VMWare), it is not automatically reflected in '<tt>fdisk -l</tt>' output. To see this disk try: | It is possible on multiple Suse OS (eg Suse 12 SP4) that if a SCSI hard-disk is added at hypervisor level (eg VMWare), it is not automatically reflected in '<tt>fdisk -l</tt>' output. To see this disk try: | ||
Line 19: | Line 18: | ||
[[Main Page|Home]] > [[Suse]] > [[OpenSuse Leap 15]] > [[OpenSuse Leap 15 System Administration|System Administration]] > [[OpenSuse Leap 15 Filesystem management|Filesystem management]] > [[OpenSuse Leap 15 Rescan disks|Rescan disks]] |
Revision as of 03:07, 6 April 2022
Home > Suse > OpenSuse Leap 15 > System Administration > Filesystem management > Rescan disks
It is possible on multiple Suse OS (eg Suse 12 SP4) that if a SCSI hard-disk is added at hypervisor level (eg VMWare), it is not automatically reflected in 'fdisk -l' output. To see this disk try:
rescan-scsi-bus.sh -a -l
Note:
- rescan-scsi-bus.sh has lot of options such as --forcerescan which might lead to downtime. Hence avoid using other options of rescan-scsi-bus.sh unless you are sure what you are doing.
- If it is not a production system then reboot should definitely solve the problem of harddisk not showing up.1
Once the disk is visible you can use yast2 -> partitioner for the required file-system changes (Eg resize Volume Group and resize LVM partition)
Refer:
Home > Suse > OpenSuse Leap 15 > System Administration > Filesystem management > Rescan disks