Article 6PZFF [SOLVED] A new added device, SSD, won't show up in /dev/

[SOLVED] A new added device, SSD, won't show up in /dev/

by
Basher52
from LinuxQuestions.org on (#6PZFF)
I use Vanilla arch with awesomewm as WM but this might be a general Linux thing, have no clue.

I don't know if this will have the same error for other devices but haven't anything of those to test, like an HDD.

If I do
Code:for host in /sys/class/scsi_host/*; do echo "- - -" | sudo tee $host/scan; ls /dev/sd* ; doneThe new device will show up, this time as /dev/sdf (an SSD)
The other is when I remove the device it will not go away until I run this command again.
It will show up/be removed with a reboot and this has worked like a month ago and before that since I started with Arch since 2020.

Have there been a change in the kernel or anything else?

I can't find anything about this and it drives me nuts :mad:
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments