Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How do I rescan drives I've expanded?

The easiest solution is to use scsitools script rescan-scsi-bus.

sudo apt-get install scsitools
sudo rescan-scsi-bus

To do it without installing a utility on 14.04:

echo '1' > /sys/class/scsi_disk/0\:0\:0\:0/device/rescan

IMPORTANT: Be sure to replace the 0:0:0:0 with the appropriate disk for your purposes.

Tags:

Vmware

Lvm

Scsi

Related

How to get Apple Color Emojis to work on Ubuntu? How can I list connected monitor(s) with xrandr? Apply display settings to all user accounts? How To Install Remarkable editor On Ubuntu from terminal Run Android Studio after installation (and other programs) How can I set a keyboard shortcut to toggle on/off e.g. the trackpad? Why is bash the default shell in most OS? What is meaning of 755 permissions in Samba Share install postgres 9.4 on ubuntu 14.04-2 How do I move between windows in IRSSI? Why do the video players make no sound? How can I turn photos of paper documents into a scanned document?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy