LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-06-2020, 06:56 AM   #16
k.king
Member
 
Registered: Oct 2005
Posts: 93

Original Poster
Rep: Reputation: 16

Code:
Are the other devices, the ones that work, formatted NTFS?
some are NTFS and some are FAT32 all still work just this drive that used to work no longer plays ball.
 
Old 12-06-2020, 08:44 AM   #17
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Drives do fail, both spinning rust and SSD.
 
Old 12-06-2020, 01:27 PM   #18
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
Originally Posted by k.king View Post
$ sudo mount -t ntfs-3g /dev/sdd1 /mnt/TST099
Error reading bootsector: Input/output error
Failed to mount '/dev/sdd1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
Have you tried what that message told you.? It is possible that the ntfs filesystem is corrupted as that says. Similar to a corrupted ext4 filesystem that requires doing an fsck before it can be mounted, the windows filesystems are also required to be clean for mounting.
 
1 members found this post helpful.
Old 12-08-2020, 02:54 AM   #19
k.king
Member
 
Registered: Oct 2005
Posts: 93

Original Poster
Rep: Reputation: 16
Code:
Have you tried what that message told you.?
Took me a while to find a working windows unit in order to run chkdsk. That took approx 6 hours to run but the drive now automounts (again) albeit I reckon it is taking longer than it used to. Which may be the case as dmesg still shows
Code:
[ 4164.061554] usb 2-6: new SuperSpeed Gen 1 USB device number 5 using xhci_hcd
[ 4164.082270] usb 2-6: New USB device found, idVendor=1058, idProduct=0748, bcdDevice=10.22
[ 4164.082275] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 4164.082278] usb 2-6: Product: My Passport 0748
[ 4164.082281] usb 2-6: Manufacturer: Western Digital
[ 4164.082283] usb 2-6: SerialNumber: ************************
[ 4164.084031] usb-storage 2-6:1.0: USB Mass Storage device detected
[ 4164.084386] scsi host6: usb-storage 2-6:1.0
[ 4165.094454] scsi 6:0:0:0: Direct-Access     WD       My Passport 0748 1022 PQ: 0 ANSI: 6
[ 4165.095055] scsi 6:0:0:1: Enclosure         WD       SES Device       1022 PQ: 0 ANSI: 6
[ 4165.096543] scsi 6:0:0:0: Attached scsi generic sg4 type 0
[ 4165.096885] ses 6:0:0:1: Attached Enclosure device
[ 4165.097142] ses 6:0:0:1: Attached scsi generic sg5 type 13
[ 4165.097693] sd 6:0:0:0: [sdd] Spinning up disk...
[ 4166.117549] .
[ 4171.516683] ses 6:0:0:1: Wrong diagnostic page; asked for 1 got 8
[ 4171.516692] ses 6:0:0:1: Failed to get diagnostic page 0x1
[ 4171.516698] ses 6:0:0:1: Failed to bind enclosure -19
[ 4171.516871] ready
[ 4171.517087] sd 6:0:0:0: [sdd] 3906963456 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 4171.517338] sd 6:0:0:0: [sdd] Write Protect is off
[ 4171.517341] sd 6:0:0:0: [sdd] Mode Sense: 47 00 10 08
[ 4171.517636] sd 6:0:0:0: [sdd] No Caching mode page found
[ 4171.517647] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[ 4171.555610]  sdd: sdd1
[ 4171.557225] sd 6:0:0:0: [sdd] Attached SCSI disk
Makes me suspicious of the reliability of the drive now, especially as I didn't rip the drive out mid session so don't know why the ntfs partition should have got corrupted.
 
Old 12-08-2020, 06:41 AM   #20
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Drives do fail, and the corruption could have been caused by that. I have seen a few posts in the recent threads about the passport drives specifically with failures.
 
  


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
Installing Linux Mint 19.1 cinnamon to an external hard drive & backing up to another external hard drive. bluelakecompany@yahoo.co Linux - Newbie 1 01-23-2019 06:30 PM
Booting Linux on an external USB hard drive (not a memory stick, a hard drive) comcastuser Linux - Hardware 4 01-13-2010 06:59 PM
ubuntu installed on external hard drive, can't startup without external hard drive. Vanostaajen Linux - Software 23 01-20-2009 09:59 AM
external enclosure for an internal hard drive vs external USB hard drive powah Linux - Hardware 1 03-10-2006 09:03 AM
Installing grub to external USB hard drive for later use as internal hard drive dhave Linux From Scratch 2 12-10-2005 08:48 AM

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

All times are GMT -5. The time now is 02:36 AM.

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