[ 727.265451] sd 6:0:0:0: [sdc] Attached SCSI disk [ 737.737675]
FAT-fs (sdc1): Volume was not properly unmounted. Some data may be
corrupt. Please run fsck.
My backups go to the first partition of a Seagate 1 Tb external drive. Suddenly, although the activity LED lights, the drive cannot be seen, by either MCC or gparted. There is some mention of it in dmesg:-
[ 727.174001] sd 6:0:0:0: [sdc] 1953525167 512-byte logical blocks:
(1.00 TB/932 GiB)
[ 727.174414] sd 6:0:0:0: [sdc] Write Protect is off
[ 727.174419] sd 6:0:0:0: [sdc] Mode Sense: 2b 00 10 08
[ 727.175287] sd 6:0:0:0: [sdc] Write cache: enabled, read cache:
enabled, supports DPO and FUA
[ 727.244894] sdc: sdc1 sdc2
[ 727.265451] sd 6:0:0:0: [sdc] Attached SCSI disk
[ 737.737675] FAT-fs (sdc1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
[ 918.212130] usb 2-7: USB disconnect, device number 9
My backups go to the first partition of a Seagate 1 Tb external drive. Suddenly, although the activity LED lights, the drive cannot be seen, by either MCC or gparted. There is some mention of it in dmesg:-
[ 727.174001] sd 6:0:0:0: [sdc] 1953525167 512-byte logical blocks:
(1.00 TB/932 GiB)
[ 727.174414] sd 6:0:0:0: [sdc] Write Protect is off
[ 727.174419] sd 6:0:0:0: [sdc] Mode Sense: 2b 00 10 08
[ 727.175287] sd 6:0:0:0: [sdc] Write cache: enabled, read cache:
enabled, supports DPO and FUA
[ 727.244894] sdc: sdc1 sdc2
[ 727.265451] sd 6:0:0:0: [sdc] Attached SCSI disk
[ 737.737675] FAT-fs (sdc1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
[ 918.212130] usb 2-7: USB disconnect, device number 9
[ 918.218220] sd 6:0:0:0: [sdc] Synchronizing SCSI cache
[ 918.339041] sd 6:0:0:0: [sdc] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[ 947.718117] usb 2-7: new SuperSpeed Gen 1 USB device number 10 using xhci_hcd
[ 947.732861] usb 2-7: New USB device found, idVendor=0bc2,
idProduct=2312, bcdDevice= 6.37
[ 947.732863] usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 947.732864] usb 2-7: Product: Expansion
[ 947.732864] usb 2-7: Manufacturer: Seagate
[ 947.732865] usb 2-7: SerialNumber: NA4BR1RV
[ 947.748216] scsi host6: uas
[ 947.749762] scsi 6:0:0:0: Direct-Access Seagate Expansion
0637 PQ: 0 ANSI: 6
[ 947.803474] sd 6:0:0:0: [sdc] Spinning up disk...
[ 951.604087] .ready
[ 951.622061] sd 6:0:0:0: [sdc] 1953525167 512-byte logical blocks:
(1.00 TB/932 GiB)
[ 951.622461] sd 6:0:0:0: [sdc] Write Protect is off
[ 951.622465] sd 6:0:0:0: [sdc] Mode Sense: 2b 00 10 08
[ 951.623369] sd 6:0:0:0: [sdc] Write cache: enabled, read cache:
enabled, supports DPO and FUA
[ 951.674935] sdc: sdc1 sdc2
[ 951.719888] sd 6:0:0:0: [sdc] Attached SCSI disk
[ 962.736534] FAT-fs (sdc1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
[ 1219.643950] usb 2-7: USB disconnect, device number 10
[ 1219.645640] sd 6:0:0:0: [sdc] Synchronizing SCSI cache
[ 1219.769142] sd 6:0:0:0: [sdc] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
The system seems to look for the drive as /dev/sdc, then gives up, and
gives /dev/sdc to the next drive (a USB stick.)e.g. sdc1 is XFS, but the first partition of the USB stick is FAT32, which would match "FAT-fs."
You did notice
737.737675] FAT-fs (sdc1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
Did you follow the advice?
On Mon, 01 Feb 2021 19:37:26 -0500, William Unruh <unruh@invalid.ca> wrote:
You did notice
737.737675] FAT-fs (sdc1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
Did you follow the advice?
While that needs to be done before the file system can be mounted, it will not
be possible yet since the device has disappeared, likely due to a lack of power
or a bad physical connection (bad cable, loose plug in the connector, etc.).
Regards Dave Hodgins
You did notice
737.737675] FAT-fs (sdc1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
Did you follow the advice?
On 2/2/21 11:37 am, William Unruh wrote:
You did notice
737.737675] FAT-fs (sdc1): Volume was not properly unmounted. Some
data may be corrupt. Please run fsck.
Did you follow the advice?
I couldn't. sdc is a hard drive, not the backup drive (2 partitions.)
But I did notice that every time I plug in the Seagate, sdc1 is mounted automatically. To me, this means one of two things: either the entry in fstab now points to the hard drive (my original guess, but the UUID
should exclude that, unless fstab was wrong from the very beginning, but
in that case, the Seagate should be hot-plugged when added,) or the
system is borked, and doesn't know which is which (very unlikely.)
I am about to work through Jim's checklist, and will report back.
That is certainly possible. But what is confusing is that the boot found
the disk and determined that it needed fsck needs to be run. Surely tht
would not happen if it could not find the disk at all. Of course he
might have kicked the cable and disconnected it. But if the same thing happens when he reboots again that becomes rather unlikely.
On Mon, 01 Feb 2021 21:01:53 -0500, William Unruh <unruh@invalid.ca> wrote:
That is certainly possible. But what is confusing is that the boot found
the disk and determined that it needed fsck needs to be run. Surely tht
would not happen if it could not find the disk at all. Of course he
might have kicked the cable and disconnected it. But if the same thing
happens when he reboots again that becomes rather unlikely.
That's what makes me think it's lack of power. There's enough power for the drive
to be on long enough to read the dirty bit status in the file system, but not enough to go any further, causing the connection to the drive to be lost.
Regards, Dave Hodgins
My problem really, is that I don't think like a tech.At the moment, I can't think at all. I know what to fix, but I can't
If that is right, the drive is good (it had no reason not to be,) but
has been wiped. I was doing something with Clonezilla a few days ago,
and must have pressed a wrong key.
Thanks everybody for your help in getting me to tis point. My problem really, is that I don't think like a tech.
Doug.
If that is right, the drive is good (it had no reason not to be,) but
has been wiped. I was doing something with Clonezilla a few days ago,
and must have pressed a wrong key.
On Tue, 2 Feb 2021 14:16:48 +1100, Doug Laidlaw wrote:
If that is right, the drive is good (it had no reason not to be,) but
has been wiped. I was doing something with Clonezilla a few days ago,
and must have pressed a wrong key.
I never have used Clonezilla but what you have posted up to this point
shows the problems encountered when you have duplicate UUIDs, media
labels, or Partition labels.
On 2/2/21 5:40 AM, Bit Twister wrote:The mystery deepens. Strange things are still happening. Files have
On Tue, 2 Feb 2021 14:16:48 +1100, Doug Laidlaw wrote:I was about to post the same thing. As one might expect, Clonezilla's defaults "clone" the drive, right down to the UUID.
If that is right, the drive is good (it had no reason not to be,) but
has been wiped. I was doing something with Clonezilla a few days ago,
and must have pressed a wrong key.
I never have used Clonezilla but what you have posted up to this point
shows the problems encountered when you have duplicate UUIDs, media
labels, or Partition labels.
TJ
I looked at the filesystem listing on my backup drive a few minutes ago.Looking at one example with "ls -a," the nameless file (about 8
Every file hierarchy has an untitled file at the top. Apart from an
empty line in the terminal, the giveaway was the two quotes that Mageia
puts around non-standard filenames. That will be my problem, but for tonight (now just before midnight) I will simply shut down the computer
for tonight and check it out tomorrow.
On 28/2/21 12:01 am, Doug Laidlaw wrote:
I looked at the filesystem listing on my backup drive a few minutesLooking at one example with "ls -a," the nameless file (about 8
ago. Every file hierarchy has an untitled file at the top. Apart
from an empty line in the terminal, the giveaway was the two quotes
that Mageia puts around non-standard filenames. That will be my
problem, but for tonight (now just before midnight) I will simply shut
down the computer for tonight and check it out tomorrow.
characters long) appears AHEAD of "../" and "./" That should not be happening. Time to format the whole drive.
On 28/2/21 1:19 pm, Doug Laidlaw wrote:I think that I have it fixed. Something was wrong with my fstab. I
On 28/2/21 12:01 am, Doug Laidlaw wrote:
I looked at the filesystem listing on my backup drive a few minutesLooking at one example with "ls -a," the nameless file (about 8
ago. Every file hierarchy has an untitled file at the top. Apart
from an empty line in the terminal, the giveaway was the two quotes
that Mageia puts around non-standard filenames. That will be my
problem, but for tonight (now just before midnight) I will simply
shut down the computer for tonight and check it out tomorrow.
characters long) appears AHEAD of "../" and "./" That should not be
happening. Time to format the whole drive.
Naturally, the sequence of entries is determined by the ASCII sequence.
The 'nameless' directory contains the backup of /usr, which doesn't
appear anywhere else. Maybe, now that everything descends from /usr, it
is a way of keeping the original /usr distinct? Whatever the reason, it seems to be "normal," not a problem.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 368 |
Nodes: | 16 (2 / 14) |
Uptime: | 83:57:28 |
Calls: | 7,895 |
Calls today: | 1 |
Files: | 12,968 |
Messages: | 5,791,775 |