Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4898

Troubleshooting • Re: External SSD not recognized

$
0
0
thagrol,

First,

sorry for the improper picture link. I should have used a thumbnail? Like this? (Better if I had used the "quote" feature probably...)

Image

With a genuine smile and interest, what is your suggested method for imbedding images?

Second,

You say
If you're using RPiOS on your NAS needing to install ntfs-3g means it's at least two releases behind current. ntfs-3g has been included in the base image since midway through Buster and we're now on Bookworm.

Time for an upgrade perhaps.
Still with a smile I say, I bought the RPi5 from Vilros in February 2024. I loaded it with Raspberry Pi (64) desktop from Raspberry Pi site. I do my update/upgrade fairly often. What did I do wrong?

Luckily, since I had, ready to send to the forum, my complete RPi5 documentation, before I found keyboardman's solution, I will go ahead and include it here so that you can try to beat me to the answer as to why I was "upgrade deficient."
The following code was copied this morning before keyboardman's fix. I will search my present time code now to see what changed as compared to before the fix.

My "before keyboardman's fix" command results of my "hard-drive-unmountable RPi5" are as follows:

Code:

May 14, 2024 “Before keyboardman’s fix”  Issue = (Western Digital Hard Drive would not mount)Raspberry Pi 5 detailsdebianisaac@raspberrypi:~ $ lsusbBus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 002 Device 003: ID 0bda:0411 Realtek Semiconductor Corp. HubBus 002 Device 002: ID 0bda:0411 Realtek Semiconductor Corp. HubBus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 001 Device 006: ID 045e:007d Microsoft Corp. Notebook Optical MouseBus 001 Device 005: ID 413c:2005 Dell Computer Corp. RT7D50 KeyboardBus 001 Device 004: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 HubBus 001 Device 003: ID 1058:2622 Western Digital Technologies, Inc. Elements SE 2622Bus 001 Device 002: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 HubBus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubdebianisaac@raspberrypi:~ $  lsb_release -aNo LSB modules are available.Distributor ID:DebianDescription:Debian GNU/Linux 12 (bookworm)Release:12Codename:bookwormdebianisaac@raspberrypi:~ $ uname -r6.1.0-rpi8-rpi-2712debianisaac@raspberrypi:~ $ cat /proc/versionLinux version 6.1.0-rpi8-rpi-2712 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.1.73-1+rpt1 (2024-01-25)debianisaac@raspberrypi:~ $ hostnamectl  Static hostname: raspberrypi       Icon name: computer      Machine ID: a4bfaa75fcd940d89a8e455d9dc8c136         Boot ID: afbd2bb4c7a4472ca2a8ce0081b906f9Operating System: Debian GNU/Linux 12 (bookworm)            Kernel: Linux 6.1.0-rpi8-rpi-2712    Architecture: arm64debianisaac@raspberrypi:~ $ cat /etc/os-releasePRETTY_NAME="Debian GNU/Linux 12 (bookworm)"NAME="Debian GNU/Linux"VERSION_ID="12"VERSION="12 (bookworm)"VERSION_CODENAME=bookwormID=debianHOME_URL="https://www.debian.org/"SUPPORT_URL="https://www.debian.org/support"BUG_REPORT_URL="https://bugs.debian.org/"debianisaac@raspberrypi:~ $ dfFilesystem     1K-blocks     Used Available Use% Mounted onudev             1895424        0   1895424   0% /devtmpfs             413952     6144    407808   2% /run/dev/mmcblk0p2  59223132 35777408  20417376  64% /tmpfs            2069744    24384   2045360   2% /dev/shmtmpfs               5120       48      5072   1% /run/lock/dev/loop1         94080    94080         0 100% /snap/core/16931/dev/loop0         95232    95232         0 100% /snap/core/16578/dev/loop2         61184    61184         0 100% /snap/core20/2186/dev/loop3         70912    70912         0 100% /snap/core22/1125/dev/loop4         61184    61184         0 100% /snap/core20/2267/dev/loop5        136704   136704         0 100% /snap/librepcb/1467/dev/loop6         70912    70912         0 100% /snap/core22/1383/dev/loop7        145664   145664         0 100% /snap/librepcb/1487/dev/loop9        140672   140672         0 100% /snap/subsurface/8056/dev/mmcblk0p1    522232    73642    448590  15% /boot/firmwaretmpfs             413936      160    413776   1% /run/user/1000/dev/loop10       140672   140672         0 100% /snap/subsurface/8083/dev/sda1       15142432   910256  14232176   7% /media/debianisaac/79D5-9C07debianisaac@raspberrypi:~ $ sudo fdisk -lDisk /dev/mmcblk0: 57.95 GiB, 62226694144 bytes, 121536512 sectorsUnits: sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisklabel type: dosDisk identifier: 0xa87c3777Device         Boot   Start       End   Sectors  Size Id Type/dev/mmcblk0p1         8192   1056767   1048576  512M  c W95 FAT32 (LBA)/dev/mmcblk0p2      1056768 121536511 120479744 57.4G 83 LinuxDisk /dev/sda: 14.46 GiB, 15525216256 bytes, 30322688 sectorsDisk model: USB DISK 2.0    Units: sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisklabel type: dosDisk identifier: 0x5b552150Device     Boot Start      End  Sectors  Size Id Type/dev/sda1        8192 30322687 30314496 14.5G  e W95 FAT16 (LBA)debianisaac@raspberrypi:~ $ sudo fdisk -Vfdisk from util-linux 2.38.1debianisaac@raspberrypi:~ $ sudo parted -lModel:  USB DISK 2.0 (scsi)Disk /dev/sda: 15.5GBSector size (logical/physical): 512B/512BPartition Table: msdosDisk Flags: Number  Start   End     Size    Type     File system  Flags 1      4194kB  15.5GB  15.5GB  primary  fat32        lbaModel: SD SD64G (sd/mmc)Disk /dev/mmcblk0: 62.2GBSector size (logical/physical): 512B/512BPartition Table: msdosDisk Flags: Number  Start   End     Size    Type     File system  Flags 1      4194kB  541MB   537MB   primary  fat32        lba 2      541MB   62.2GB  61.7GB  primary  ext4debianisaac@raspberrypi:~ $ sudo sfdisk -lDisk /dev/mmcblk0: 57.95 GiB, 62226694144 bytes, 121536512 sectorsUnits: sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisklabel type: dosDisk identifier: 0xa87c3777Device         Boot   Start       End   Sectors  Size Id Type/dev/mmcblk0p1         8192   1056767   1048576  512M  c W95 FAT32 (LBA)/dev/mmcblk0p2      1056768 121536511 120479744 57.4G 83 LinuxDisk /dev/sda: 14.46 GiB, 15525216256 bytes, 30322688 sectorsDisk model: USB DISK 2.0    Units: sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisklabel type: dosDisk identifier: 0x5b552150Device     Boot Start      End  Sectors  Size Id Type/dev/sda1        8192 30322687 30314496 14.5G  e W95 FAT16 (LBA)debianisaac@raspberrypi:~ $ lsusbBus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 002 Device 003: ID 0bda:0411 Realtek Semiconductor Corp. HubBus 002 Device 002: ID 0bda:0411 Realtek Semiconductor Corp. HubBus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 001 Device 007: ID 045e:007d Microsoft Corp. Notebook Optical MouseBus 001 Device 008: ID 413c:2005 Dell Computer Corp. RT7D50 KeyboardBus 001 Device 004: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 HubBus 001 Device 009: ID 13fe:4300 Phison Electronics Corp. USB DISK 2.0Bus 001 Device 002: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 HubBus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubdebianisaac@raspberrypi:~ $ lsusb -t/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/2p, 480M/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M        |__ Port 4: Dev 3, If 0, Class=Hub, Driver=hub/4p, 5000M/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/2p, 480M    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M        |__ Port 2: Dev 9, If 0, Class=Mass Storage, Driver=usb-storage, 480M        |__ Port 4: Dev 4, If 0, Class=Hub, Driver=hub/4p, 480M            |__ Port 1: Dev 8, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M            |__ Port 2: Dev 7, If 0, Class=Human Interface Device, Driver=usbhid, 1.5Mdebianisaac@raspberrypi:~ $ sudo cfdisknote: cfdisk provides a detailed GUI interface (see picture below)
Image

Statistics: Posted by shore — Wed May 15, 2024 12:56 am



Viewing all articles
Browse latest Browse all 4898

Trending Articles