LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-19-2023, 01:35 AM   #1
walter.freddi
LQ Newbie
 
Registered: Apr 2023
Posts: 4

Rep: Reputation: 0
external USB drive (4Tb) not accessible


Good morning,
I have an external USB drive - Seagate Maxtor HX-M401TCB.
If I attach to my PC using my Windows 11 system Iit does not show up (not in Explorer, nor in Disk management)

If I connect it to my Linux system (runs on the same PC using VMWare), it does not show up in /dev.

It does show up with lsusb (first line):
Code:
Bus 001 Device 002: ID 0bc2:61b7 Seagate RSS LLC Maxtor M3 Portable
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

I do get the following output from dmesg:
Code:
[   36.746613] usb 1-1: new high-speed USB device number 2 using ehci-pci
[   37.127384] usb 1-1: config index 0 descriptor too short (expected 85, got 32)
[   37.131266] usb 1-1: New USB device found, idVendor=0bc2, idProduct=61b7, bcdDevice= 0.00
[   37.131268] usb 1-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[   37.131269] usb 1-1: Product: M3 Portable
[   37.131270] usb 1-1: Manufacturer: Seagate
[   37.131271] usb 1-1: SerialNumber: NM157B2P
[   37.151442] usb-storage 1-1:1.0: USB Mass Storage device detected
[   37.152764] scsi host33: usb-storage 1-1:1.0
[   37.153464] usbcore: registered new interface driver usb-storage
[   37.161019] usbcore: registered new interface driver uas
[   38.167148] scsi 33:0:0:0: Direct-Access     Seagate  M3 Portable      9300 PQ: 0 ANSI: 6
[   38.167355] scsi 33:0:0:0: Attached scsi generic sg2 type 0
[   38.185271] sd 33:0:0:0: [sdb] Spinning up disk...
[   39.218581] ................................................................................................not responding...
[  138.386723] sd 33:0:0:0: [sdb] Very big device. Trying to use READ CAPACITY(16).
[  138.389425] sd 33:0:0:0: [sdb] 7814037167 512-byte logical blocks: (4.00 TB/3.64 TiB)
[  145.333803] sd 33:0:0:0: [sdb] Test WP failed, assume Write Enabled
[  152.275601] sd 33:0:0:0: [sdb] Asking for cache data failed
[  152.275606] sd 33:0:0:0: [sdb] Assuming drive cache: write through
[  152.298423] sd 33:0:0:0: [sdb] Spinning up disk...
Any suggestion what might be the problem?
Thanks!
 
Old 04-19-2023, 06:36 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,784

Rep: Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937
Is it plugged into a USB 2 or 3 port?

It might be the port can not provide enough power to the drive or the drive is faulty. Seagate might have some diagnostic software on their website to check the drive.
 
Old 04-19-2023, 06:53 AM   #3
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,152
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
Quote:
it does not show up in /dev.
Yes, it is /dev/sdb
Code:
lsblk /dev/sdb
fdisk -l /dev/sdb
Some machines/notebooks have powered and unpowered usb ports.
 
Old 04-19-2023, 09:24 AM   #4
walter.freddi
LQ Newbie
 
Registered: Apr 2023
Posts: 4

Original Poster
Rep: Reputation: 0
I tried on both usb 2 and usb 3 ports.

@teckk:
Not sure what I am doing wrong. Sometime I do get a listing on sdb, but most of the time I get:

root@ubuntu:/dev# ls sd*
sda sda1 sda2 sda5
root@ubuntu:/dev# lsblk /dev/sdb
lsblk: /dev/sdb: not a block device
root@ubuntu:/dev# ls sd*
sda sda1 sda2 sda5
root@ubuntu:/dev# lsusb
Bus 001 Device 003: ID 0bc2:61b7 Seagate RSS LLC Maxtor M3 Portable
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
root@ubuntu:/dev# ls sd*
sda sda1 sda2 sda5
root@ubuntu:/dev# fdisk -l /dev/sdb
fdisk: cannot open /dev/sdb: No such file or directory


After a while:
root@ubuntu:/dev# ls sd*
sda sda1 sda2 sda5 sdb
root@ubuntu:/dev# lsblk /dev/sdb
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sdb 8:16 0 3.6T 0 disk
root@ubuntu:/dev# fdisk -l /dev/sdb


fdisk appears to be hanging...
 
Old 04-19-2023, 09:48 AM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,784

Rep: Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937Reputation: 5937
Is your VM configured for USB 3?

If it isn't working on the host it seems trying to troubleshoot on the guest isn't going to help.
 
Old 04-19-2023, 03:31 PM   #6
Arnulf
Member
 
Registered: Jan 2022
Location: Hanover, Germany
Distribution: Slackware
Posts: 274

Rep: Reputation: 89
Quote:
Originally Posted by walter.freddi View Post
[ 36.746613] usb 1-1: new high-speed USB device number 2 using ehci-pci
USB 2.0: high-speed USB device

USB 3.0: SuperSpeed USB device

ehci-pci is an USB 2.0 port. Any VM is not suitable for hardware tests.

USB 2.0 allows a maximum current of 500 mA, USB 3.0 allows a maximum current of 900 mA. Your drive may not work with USB 2.0 current limit.

Try your drive on another computer at a USB 3.0 (or higher) port without running a VM. If the drive works on this computer, boot a live Linux on your computer and try the drive at a USB 3.0 (or higher) port.
 
Old 04-20-2023, 02:15 AM   #7
walter.freddi
LQ Newbie
 
Registered: Apr 2023
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks all.
I do not have a native Linux configuration anymore.
The port I have been using mostly is specified as a 3.0 USB. Possibly there is an VM issue.
I looked for Seagate tools, and ended up in a support chat. The support is not available for Linux systems - so I went back to Windows.
The device does show up in W11 device manager, not in disk management.
I tried on two other PCs - similar results.
The support advised to use another cable. I got one this morning, but that did not help.
I am starting to think the drive may be malfunctioning.
 
Old 04-20-2023, 08:52 AM   #8
Rueben11
LQ Newbie
 
Registered: Apr 2023
Location: United States
Posts: 1

Rep: Reputation: 0
Thanks for sharing us a piece of great information that is actually helpful
 
Old 04-20-2023, 09:12 AM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,757

Rep: Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983Reputation: 7983
Quote:
Originally Posted by Rueben11 View Post
Thanks for sharing us a piece of great information that is actually helpful
Which piece helped you most?? Or would you care to post the spam-link now?
 
Old 04-20-2023, 09:22 AM   #10
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,396

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
Did you look at dmesg after /dev/sdb disappeared?

Last edited by colorpurple21859; 04-20-2023 at 09:29 AM.
 
Old 05-25-2023, 02:12 AM   #11
walter.freddi
LQ Newbie
 
Registered: Apr 2023
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by colorpurple21859 View Post
Did you look at dmesg after /dev/sdb disappeared?
Yes I did, but no other relevant information came up.
After the last interaction with support, I opened the device. First inspected the controller board, but saw no abnormalities.
Then opened the drive cover. I noticed that the surface of the disk had a few scratches. The head still moved, but stopped after a few attempts.
Thanks for thinking along.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I seem to have bricked an external hard drive after formatting it to NTFS (Linux Mint Cinnamon, Seagate 4TB HDD) Messed_Up_Linux Linux - Hardware 16 05-12-2021 07:24 PM
SATA connector on 4TB 3.5" drive broke off - pins are fine - but drive is acting funky cilbuper Linux - Hardware 2 01-15-2021 02:36 PM
[SOLVED] 4TB usb drive not recognized on Centos 7 but works on Centos 6 jgoeller Linux - Hardware 7 05-28-2019 09:09 AM
4TB HD on Kubuntu 14.10 - shows as 2tb (1.7 actually) but Fdisk says 4TB. - What can I do? cilbuper Linux - Hardware 10 12-14-2015 06:34 PM
NTFS (winxp) drive is accessible only by root, why NTFS (winxp) drive not accessible Samppa72 Linux - Software 1 07-26-2004 03:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration