Icon for External SSD is "image-missing.svg"

Style your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bush_nugget
Level 1
Level 1
Posts: 1
Joined: Sat Nov 12, 2022 4:32 pm

Icon for External SSD is "image-missing.svg"

Post by bush_nugget »

Issue:
I have an external SSD in an Sabrent branded enclosure. When attached to the system, I expected to see a "hard drive" type icon in the Nemo sidebar, similar to how I see a "flash drive" type icon when I attach a flash drive. However, the icon given to the external SSD seems to be an icon named (or linking to) "image-missing.svg." When using the default Mint-Y-Dark icon theme, this is represented as a "circle with slash" icon. In my current theme, Numix, this is represented by a "question mark" icon.

I have narrowed this down a bit by checking the contents of /var/log/syslog as I mount the external SSD (bad icon) and a USB flash drive (good icon). The SSD in the enclosure is a Kingston V300 120GB disk. However, the logs show the enclosure's information instead of Kingston's. The SSD reports as SCSI type "uas", which I have learned is "USB Attached SCSI." The flash drive however reports as "usb-storage".

The Question:
What icon is missing? Or, rather, what icon WOULD be assigned to a "UAS" device, if that icon existed.

Mounting the SSD:

Code: Select all

Nov 12 14:12:52 ThinkCentre kernel: [103658.276669] usb 2-2: new high-speed USB device number 9 using xhci_hcd
Nov 12 14:12:53 ThinkCentre kernel: [103658.472711] usb 2-2: New USB device found, idVendor=152d, idProduct=0576, bcdDevice=12.14
Nov 12 14:12:53 ThinkCentre kernel: [103658.472732] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 12 14:12:53 ThinkCentre kernel: [103658.472741] usb 2-2: Product: SABRENT
Nov 12 14:12:53 ThinkCentre kernel: [103658.472748] usb 2-2: Manufacturer: JMicron
Nov 12 14:12:53 ThinkCentre kernel: [103658.472753] usb 2-2: SerialNumber: 0000000000EA6
Nov 12 14:12:53 ThinkCentre kernel: [103658.484905] scsi host1: uas
Nov 12 14:12:53 ThinkCentre kernel: [103658.485883] scsi 1:0:0:0: Direct-Access     SABRENT                   1214 PQ: 0 ANSI: 6
Nov 12 14:12:53 ThinkCentre kernel: [103658.487547] sd 1:0:0:0: Attached scsi generic sg1 type 0
Nov 12 14:12:53 ThinkCentre mtp-probe: checking bus 2, device 9: "/sys/devices/pci0000:00/0000:00:10.0/usb2/2-2"
Nov 12 14:12:53 ThinkCentre mtp-probe: bus: 2, device: 9 was not an MTP device
Nov 12 14:12:53 ThinkCentre mtp-probe: checking bus 2, device 9: "/sys/devices/pci0000:00/0000:00:10.0/usb2/2-2"
Nov 12 14:12:53 ThinkCentre mtp-probe: bus: 2, device: 9 was not an MTP device
Nov 12 14:12:53 ThinkCentre kernel: [103659.285205] sd 1:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB)
Nov 12 14:12:53 ThinkCentre kernel: [103659.285216] sd 1:0:0:0: [sdb] 4096-byte physical blocks
Nov 12 14:12:53 ThinkCentre kernel: [103659.285410] sd 1:0:0:0: [sdb] Write Protect is off
Nov 12 14:12:53 ThinkCentre kernel: [103659.285416] sd 1:0:0:0: [sdb] Mode Sense: 5f 00 00 08
Nov 12 14:12:53 ThinkCentre kernel: [103659.286118] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 12 14:12:53 ThinkCentre kernel: [103659.286715] sd 1:0:0:0: [sdb] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
Nov 12 14:12:53 ThinkCentre kernel: [103659.289942]  sdb: sdb1
Nov 12 14:12:53 ThinkCentre kernel: [103659.293157] sd 1:0:0:0: [sdb] Attached SCSI disk
Nov 12 14:12:54 ThinkCentre kernel: [103659.685316] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: errors=remount-ro. Quota mode: none.
Nov 12 14:12:54 ThinkCentre udisksd[827]: Mounted /dev/sdb1 at /media/username/Backup on behalf of uid 1000
Mounting Flash Drive:

Code: Select all

Nov 12 14:14:35 ThinkCentre kernel: [103760.857622] usb 3-3: new SuperSpeed USB device number 3 using xhci_hcd
Nov 12 14:14:35 ThinkCentre kernel: [103760.883065] usb 3-3: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
Nov 12 14:14:35 ThinkCentre kernel: [103760.883086] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 12 14:14:35 ThinkCentre kernel: [103760.883095] usb 3-3: Product: Flash Drive
Nov 12 14:14:35 ThinkCentre kernel: [103760.883102] usb 3-3: Manufacturer: Samsung
Nov 12 14:14:35 ThinkCentre kernel: [103760.883108] usb 3-3: SerialNumber: 0375121020007331
Nov 12 14:14:35 ThinkCentre kernel: [103760.886490] usb-storage 3-3:1.0: USB Mass Storage device detected
Nov 12 14:14:35 ThinkCentre kernel: [103760.886840] usb-storage 3-3:1.0: Quirks match for vid 090c pid 1000: 400
Nov 12 14:14:35 ThinkCentre kernel: [103760.886995] scsi host2: usb-storage 3-3:1.0
Nov 12 14:14:35 ThinkCentre mtp-probe: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:10.0/usb3/3-3"
Nov 12 14:14:35 ThinkCentre mtp-probe: bus: 3, device: 3 was not an MTP device
Nov 12 14:14:35 ThinkCentre mtp-probe: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:10.0/usb3/3-3"
Nov 12 14:14:35 ThinkCentre mtp-probe: bus: 3, device: 3 was not an MTP device
Nov 12 14:14:37 ThinkCentre kernel: [103762.684302] scsi 2:0:0:0: Direct-Access     Samsung  Flash Drive      1100 PQ: 0 ANSI: 6
Nov 12 14:14:37 ThinkCentre kernel: [103762.685707] sd 2:0:0:0: Attached scsi generic sg2 type 0
Nov 12 14:14:37 ThinkCentre kernel: [103762.687642] sd 2:0:0:0: [sdc] 501253132 512-byte logical blocks: (257 GB/239 GiB)
Nov 12 14:14:37 ThinkCentre kernel: [103762.687858] sd 2:0:0:0: [sdc] Write Protect is off
Nov 12 14:14:37 ThinkCentre kernel: [103762.687864] sd 2:0:0:0: [sdc] Mode Sense: 43 00 00 00
Nov 12 14:14:37 ThinkCentre kernel: [103762.688032] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 12 14:14:37 ThinkCentre kernel: [103762.690433]  sdc: sdc1
Nov 12 14:14:37 ThinkCentre kernel: [103762.694161] sd 2:0:0:0: [sdc] Attached SCSI removable disk
Nov 12 14:14:37 ThinkCentre kernel: [103763.276611] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: errors=remount-ro. Quota mode: none.
Nov 12 14:14:37 ThinkCentre udisksd[827]: Mounted /dev/sdc1 at /media/username/256GB Volume on behalf of uid 1000
System Details:

Code: Select all

OS: Linux Mint 21 x86_64 
Host: 10M2S0JL00 ThinkCentre M715q 
Kernel: 5.15.0-52-generic 
Uptime: 1 day, 5 hours, 10 mins 
Packages: 2267 (dpkg) 
Shell: bash 5.1.16 
Resolution: 1920x1080, 1920x1080 
DE: Cinnamon 5.4.12 
WM: Mutter 
WM Theme: Mint-Y 
Theme: Mint-Y-Dark-Red [GTK2/3] 
Icons: Numix-Circle [GTK2/3] 
Terminal: gnome-terminal 
CPU: AMD PRO A10-9700E R7 4C+6G (4) @ 3.000GHz 
GPU: AMD ATI Radeon R5/R6/R7 Graphics 
Memory: 2709MiB / 14942MiB
Last edited by LockBot on Fri May 12, 2023 10:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Olaf2020

Re: Icon for External SSD is "image-missing.svg"

Post by Olaf2020 »

try to change the icon, when you have mounted the disk, right click and then click on the icon and try to assign an icon that suits you, looking for it in the available ones and concerning external devices, such as the icons for usb memory
Image
Locked

Return to “Themes, Icons & Wallpaper”