Displaying 20 results from an estimated 219 matches for "smartctl".
2016 Oct 27
2
Disk near failure
...DATA SECTION ===
> SMART overall-health self-assessment test result: PASSED
That's the line you are looking for. Since your disk apparently does not
store an error log - not sure if that's something with SSDs in general
or just with this particular disk - you will always have to invoke
smartctl -t short /dev/sda
and then after the test has completed check the output of
smartctl -a /dev/sda
for that particular line. Shouldn't be too hard to put in a cron job,
just make sure the job waits long enough (more than 1 minute, make it 2
to be sure) with reading the output of smartctl -a af...
2016 Feb 03
2
Strange performance issue on CentOS 6.7 server
On Feb 3, 2016, at 17:10, Warren Young wrote:
> smartctl can see through several different types of RAID controller to the underlying physical disks via its -d option.
This is what I have:
# smartctl --all /dev/sda
smartctl 5.43 2012-06-30 r3573 [i686-linux-2.6.32-573.12.1.el6.i686] (local build)
Copyright (C) 2002-12 by Bruce Allen, http://smartmontoo...
2007 Dec 09
0
smartctl fails after update to 5.1
Hello,
after update to 5.1 the smartctl will fail.
I get this output:
smartctl --all -d ata /dev/sda
smartctl version 5.36 [i686-redhat-linux-gnu] Copyright (C) 2002-6 Bruce
Allen
Home page is http://smartmontools.sourceforge.net/
=== START OF INFORMATION SECTION ===
Device Model: HDS728080PLA380
Serial Number: XXXXXXXXXXXXXXXX...
2012 Feb 17
1
smartd and smartctl
...t
one drive had one unreadable sector. I umounted it, and ran an fsck -c,
then remounted it. Error didn't go away. Now, what's really annoying is
that I've gotten back to it today, and it's reporting the problem, as it
has for weeks now, every half an hour.
However, when I run
> smartctl -q errorsonly -H -l selftest -l error /dev/sdb
it gives me *nothing*. Anyone understand why I get two different results?
mark "and I am waiting for the smartctl -t long /dev/sdb to complete"
2015 Aug 25
2
smartctl of usb backup drive
...rmated the partition as ext4:
# parted /dev/sdb print
Model: WD My Book 1230 (scsi)
Disk /dev/sdb: 3001GB
Sector size (logical/physical): 4096B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 3001GB 3001GB primary
So I tried smartctl:
#smartctl -a /dev/sdb
smartctl 6.2 2013-07-26 r3841
[armv5tel-linux-3.8.7-201.fc18.armv5tel.kirkwood] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
/dev/sdb: Unknown USB bridge [0x1058:0x1230 (0x1065)]
Please specify device type with the -d option.
I...
2019 Apr 17
0
A strange situation with MegaCli64 and smartctl
...e a system - it's C 7 - that a while back lost three drives of a
large array. The other admin here replaced the failed drives, but never
went through the MegaRAID replace series of commands.
I've just brought it back up and put a new filesystem on it, but here's
what's odd: if I do smartctl -a -d megaraid,x /dev/sda, where x=drive
number, for all the other drives, I get smart info. For those three, I get
Smartctl open device: /dev/sda [megaraid_disk_11] failed: INQUIRY failed
However, if I run any commend with MegaCli64, it sees the drives fine.
It's as though smartctl has cached...
2014 Nov 18
0
scrub implies failing drive - smartctl blissfully unaware
Hey, guys
See further below extracted output from a daily scrub showing csum
errors on sdb, part of a raid1 btrfs. Looking back, it has been getting
errors like this for a few days now.
The disk is patently unreliable but smartctl's output implies there are
no issues. Is this somehow standard faire for S.M.A.R.T. output?
Here are (I think) the important bits of the smartctl output for
$(smartctl -a /dev/sdb) (the full results are attached):
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED
WHEN_FA...
2016 Oct 24
3
Disk near failure
...F READ SMART DATA SECTION ===
> SMART Error Log not supported
I reckon there's a <snip> between those lines. The line right after the
first should read something like:
SMART overall-health self-assessment test result: PASSED
or "FAILED" for that matter. If not try running
smartctl -t short /dev/sda
, wait for the indicated time to expire, then check the output of
smartctl -a (or -x) again.
Regards,
Leonard.
--
mount -t life -o ro /dev/dna /genetic/research
2014 Jan 27
2
smartctl: is my disc dying?
...39; and it only did less than 2% in that
time. Read access became _really_ slow.
So there's definitely something amiss and I've got it offline.
There's no drama about the content as I have other backups and I'm resigned
to junking the thing, but I'm curious about the fact that smartctl doesn't
seem to report any errors. I tried a short and a long test but nothing in
there seems to be alarming - in fact it says PASSED!! - but the output is
pretty opaque and maybe I've been foxed by ambiguity. Anyone care to comment
on it?
Here it is:
[root at nina bhepple]# smartctl /dev...
2011 Apr 01
4
WD RE4-GP Dropped From Raid
Hi All,
I have a WD RE4-GP which dropped an Adaptec 51645 RAID controller. I ran a
smartctl short test on the drive and it failed with a read error. So I ran
the Western Digital's own diagnostic software (DLGDIAG), both the short
and extended test on the drive and it passed with no errors. So I ran the
smartctl short test again and again it failed. I then ran smartctl long
test an...
2014 Jan 27
1
UC smartctl: is my disc dying?
...r details, it's
just a thought that occurred to me as I was breaking it up.
>-----Original Message-----
>From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
>Behalf Of Bob Hepple
>Sent: 27 January 2014 08:11
>To: centos at centos.org
>Subject: [CentOS] smartctl: is my disc dying?
>
>I've got a 1Tb USB disc that appears to be dying - eg it took about 10
days
>(!) to run 'badblocks -nsv /dev/sdc' and it only did less than 2% in
that time.
>Read access became _really_ slow.
>
>So there's definitely something amiss and I'...
2015 Aug 05
5
CentOS 5 grub boot problem
...fore. So if I
install grub to the second disk as hd1, then it won't boot as a single
drive.
And to get this back to a single thread:
On 8/5/2015 1:03 PM, Chris Murphy wrote:
> On Wed, Aug 5, 2015 at 10:58 AM, Bowie Bailey <Bowie_Bailey at buc.com> wrote:
>
>> I tried 'smartctl -a' and 'hdparm -I', but I don't see anything about
>> Advanced Format. What am I looking for?
> # smartctl -i /dev/hdg | grep -i sector
> Sector Size: 512 bytes logical/physical
I don't get a "Sector Size" line.
smartctl version 5.38 [i686-redhat-l...
2020 Apr 22
1
slow performance on company production server I need help
...t;
> [root at daisy dev]# hdparm -tT /dev/sdb
>
> /dev/sdb:
> read() hit EOF - device too small
sdb was the disk that appeared in the kernel errors, so I'd imagine that
you've fixed the problem by removing the USB drive enclosure.
> I'm still trying to find the exact smartctl command syntax to make it work.
https://www.cyberciti.biz/faq/unix-linux-freebsd-3w-9xxx-smartctl-check-hard-disk-command/
2005 Nov 22
0
Smartctl & SATA
I've just installed my first system with a SATA drive and I've noticed that
smartctl isn't supported under libata
According to the smartmontools home page, SATA will require a patch that is
still in development.
http://www.linuxjournal.com/article/6983#comment-126714
"The patch is still under development and it is probably best to make sure
that the disk is idle before t...
2012 Mar 16
0
newer smartctl?
...p to two
min to recover; meanwhile, a RAID or HBA controller has hissy fits if it
takes more than 7 or 15 seconds.
I'm ready to test this out; the trouble is, either I d/l a DOS utility, or
I find what, two years ago, was bleeding edge smartmontools; the one with
6.2, 5.39.1-5, does not allows
smartctl -l scterc,70,70 /dev/sdb
So, does anyone know a) what version might include that, and b) where I
can find it? I have no problem building from a tarball, if I need to.
mark
2006 Dec 05
0
The amazing smartctl -a /dev/hda
...#39;ve posted before with no success on getting this fixed.
I was getting these errors.
Dec 4 04:03:10 bikesn4x4s kernel: hda: dma_intr: status=0x51 { DriveReady
SeekComplete Error }
Dec 4 04:03:10 bikesn4x4s kernel: hda: dma_intr: error=0x84 {
DriveStatusError BadCRC }
And now for the amazing smartctl -a command. The output actually had a
link that advised and directed me to a link to upgrade my firmware, which
looks to have fixed it. Simply amazing.
smartctl -a /dev/hda:
smartctl version 5.33 [i686-redhat-linux-gnu] Copyright (C) 2002-4 Bruce
Allen
Home page is http://smartmontools.sourcefo...
2015 Dec 03
3
diagnosing noise
Though quiet at the moment,
my desktop sometimes sometimes makes a noise that I attribute
to either a disk or a fan on its last legs.
I'm looking for suggestions for distinguishing.
For the disk, I expect I should use either hdparm of fsck.
Even after reading the man page, I'm not sure how I would use hdparm.
If I use fsck, what should I take as evidence of a bad drive?
A good drive?
Is
2012 May 28
1
Disk geometry problem.
Hi all.
I have a CentOS server:
CentOS release 5.7 (Final)
2.6.18-274.3.1.el5 x86_64
I have two SSD disks attached:
smartctl -i /dev/sdc
smartctl version 5.38 [x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce
Allen
Home page is http://smartmontools.sourceforge.net/
=== START OF INFORMATION SECTION ===
Device Model: INTEL SSDSA2CW120G3
Serial Number: CVPR13010957120LGN
Firmware Version: 4PC10362
User Capacity:...
2015 Aug 05
2
CentOS 5 grub boot problem
...es that have 4096 byte
> physical sectors, but it's worth confirming you don't have such a
> drive because the current partition scheme you've posted would be
> sub-optimal if it does have 4096 byte sectors.
Oops. I just reread that this is now SATA. New versions of hdparm and
smartctl can tell you if the drive is Advanced Format, and if it is,
then I recommend redoing the partition scheme so it's 4K aligned. And
so that it has an MBR gap. The current way to do this is have the 1st
partition start at LBA 2048.
--
Chris Murphy
2015 Aug 25
0
smartctl of usb backup drive
On Tue, 25 Aug 2015, Robert Moskowitz wrote:
> I looked at the manpage and I don't know how to figure out what usb bridge to
> specify.
Almost always I find "-d sat" is what you want with USB connected disks.
jh