Hard Disk Sentinel 32-bit Linux Edition (FREE)
- puppy_apprentice
- Posts: 299
- Joined: Tue 07 Feb 2012, 20:32
- fabrice_035
- Posts: 765
- Joined: Mon 28 Apr 2014, 17:54
- Location: Bretagne / France
Many thanks, good tool !
HDD Device 1: /dev/sdb
HDD Model ID : ST9500325AS
HDD Serial No: S2WXXXXX
HDD Revision : 0001SDM1
HDD Size : 476940 MB
Interface : SAT Standard SCSI/USB/ATA
Temperature : 24 °C
Highest Temp.: 47 °C
Health : 0 %
Performance : 100 %
Power on time: 283 days, 18 hours
Est. lifetime: 0 days
Failure Predicted - Attribute: 5 Reallocated Sectors Count, Count of sectors moved to the spare area. Indicate problem with the disk surface or the read/write heads.
There are 1685 bad sectors on the disk surface. The contents of these sectors were moved to the spare area.
The drive found 36 bad sectors during its self test.
There are 36 weak sectors found on the disk surface. They may be remapped any time in the later use of the disk.
65535 errors occured during data transfer.
In case of sudden system crash, reboot, blue-screen-of-death, inaccessible file(s)/folder(s), it is recommended to verify data and power cables, connections - and if possible try different cables to prevent further problems.
More information: http://www.hdsentinel.com/hard_disk_cas ... _error.php
Replace hard disk immediately.
It is recommended to backup immediately to prevent data loss.
Bionicpup64-8.0 _ Kernel 5.4.27-64oz _ Asus Rog GL752
- puppy_apprentice
- Posts: 299
- Joined: Tue 07 Feb 2012, 20:32
Forgot to add that .pet include only 32bit version.
give more detailed report stored in file report.txt.
Code: Select all
hdsentinel -r
- puppy_apprentice
- Posts: 299
- Joined: Tue 07 Feb 2012, 20:32
1. Download .pet package.
2. Click LMB to install.
3. Open terminal and write:
for quick info, or
for more detailed info stored in folder where you started hdsentinel command. So if you opened terminal via desktop icon your report.txt file will be saved into /root.
2. Click LMB to install.
3. Open terminal and write:
Code: Select all
hdsentinel
Code: Select all
hdsentinel -r
- puppy_apprentice
- Posts: 299
- Joined: Tue 07 Feb 2012, 20:32
I'm to lazy. Besides there is a link to official info and Fabrice HDD report. I'm only whistblower. I've found a tool and wanted to share.
There is 255 users who read this topic and only 17 who downloaded my .pet. So maybe only 17 users need this tool.
Or they donwloaded similar stuff from Mike Walsh topic.
There is 255 users who read this topic and only 17 who downloaded my .pet. So maybe only 17 users need this tool.
Or they donwloaded similar stuff from Mike Walsh topic.
- puppy_apprentice
- Posts: 299
- Joined: Tue 07 Feb 2012, 20:32
I was messing up little with gxmessage and G4D lately, so:
I. You can use DOS version of HD Sentinel with G4D:
Info:
https://www.hdsentinel.com/hard_disk_sentinel_dos.php
1) Download CD ISO version:
https://www.hdsentinel.com/hdsdos/hdsdos_cd.zip
2) Unzip downloaded .zip archive and put hdsdos.iso to your G4D partition into eg. hds folder.
2) Add to your G4D menu.lst this:
II. I've made .pets with 32&64bit versions with gui and jwm menu entry:
hdsentinel-gui
32bit:
http://s000.tinyupload.com/?file_id=582 ... 8473749806
64bit:
http://s000.tinyupload.com/?file_id=987 ... 2821847008
I. You can use DOS version of HD Sentinel with G4D:
Info:
https://www.hdsentinel.com/hard_disk_sentinel_dos.php
1) Download CD ISO version:
https://www.hdsentinel.com/hdsdos/hdsdos_cd.zip
2) Unzip downloaded .zip archive and put hdsdos.iso to your G4D partition into eg. hds folder.
2) Add to your G4D menu.lst this:
Code: Select all
title Hard Disk Sentinel (DOS)
find --set-root /hds/hdsdos.iso
map /hds/hdsdos.iso (0xff) || map --mem /hds/hdsdos.iso (0xff)
map --hook
chainloader (0xff)
hdsentinel-gui
Code: Select all
#!/bin/sh
options=$(echo -e "Quick - quick report\nFull - more detailed report with S.M.A.R.T parameters")
gxmessage -center -title "Choose option" -name "Hard Disk Sentinel" -buttons "QUICK:10,FULL:20" "$options"
if [[ $? -eq 10 ]]
then
gxmessage -geometry 1900 -center -wrap -fn Monospace -title "Hard Disk Sentinel for LINUX console 0.17.8556 (c) 2016 info@hdsentinel.com" -name "Hard Disk Sentinel" "$(hdsentinel | grep -A 100 HDD)"
else
gxmessage -geometry 1900 -center -wrap -fn Monospace -title "Hard Disk Sentinel for LINUX console 0.17.8556 (c) 2016 info@hdsentinel.com" -name "Hard Disk Sentinel" "$(hdsentinel -dump -r)"
fi
http://s000.tinyupload.com/?file_id=582 ... 8473749806
64bit:
http://s000.tinyupload.com/?file_id=987 ... 2821847008
- Attachments
-
- Screenshot_2018-11-04_143401.png
- Full
- (121.3 KiB) Downloaded 381 times
-
- Screenshot_2018-11-04_142641.png
- Quick
- (73.88 KiB) Downloaded 822 times
-
- Screenshot_2018-11-04_143146.png
- Menu
- (7.28 KiB) Downloaded 768 times
I tried the 64bit version.
The pet would not install.
Got this error.
The pet would not install.
Got this error.
- Attachments
-
- Screenshot(1).jpg
- (15.75 KiB) Downloaded 658 times
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
When I was a kid I wanted to be older.... This is not what I expected

YaPI(any iso installer)
-
- Posts: 902
- Joined: Mon 22 Jun 2009, 01:36
- Location: Philadelphia, PA
I too got that error, when I tried the 32-bit version.bigpup wrote:I tried the 64bit version.
The pet would not install.
Got this error.
http://s000.tinyupload.com/?file_id=582 ... 8473749806
So I renamed the pet.
-rw-r--r-- 1 root root 1302108 Dec 23 09:33 /mnt/sdb2/Downloads/hdsentinel-0.17.8556.pet
Then it installed.
In musher0's Xenial 7.0.6 (32-bit)
cat .packages/hdsentinel-0.17.8556.files
/usr/
/usr/share/
/usr/share/applications/
/usr/share/applications/Pdisk-partition-manager.desktop
/usr/bin/
/usr/bin/hdsentinel-gui
/usr/bin/hdsentinel
Why is the 'Health' 97%?HDD Device 0: /dev/sda
HDD Model ID : M4-CT128M4SSD2
HDD Serial No: 000000001223090C8648
HDD Revision : 070H
HDD Size : 122104 MB
Interface : S-ATA Gen3, 6 Gbps
Temperature : Unknown °C
Highest Temp.: Unknown °C
Health : 97 %
Performance : 100 %
Power on time: 1356 days, 18 hours
Est. lifetime: more than 440 days
The status of the solid state disk is PERFECT. Problematic or weak sectors were not found.
The health is determined by SSD specific S.M.A.R.T. attribute(s): #202 Percentage Of The Rated Lifetime Used
No actions needed.
Thanks,
Sheldon
Dell E6410: BusterPup, BionicPup64, Xenial, etc
Intel DQ35JOE, Dell Vostro 430
Dell Inspiron, Acer Aspire One, EeePC 1018P
Intel DQ35JOE, Dell Vostro 430
Dell Inspiron, Acer Aspire One, EeePC 1018P
Read the info at the bottom of the report.
It tells you what is used to determine health.
It tells you what is used to determine health.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
When I was a kid I wanted to be older.... This is not what I expected

YaPI(any iso installer)
- puppy_apprentice
- Posts: 299
- Joined: Tue 07 Feb 2012, 20:32
I don't know why some people gets errors. I've don't tested 64bit version because i don't have 64bit chip.
Maybe because of wrong .desktop file name? Should be:
or something similar.
With wrong named .deskop file you will lose Pdisk from menu. But you can still use it from console:
Maybe because of wrong .desktop file name? Should be:
Code: Select all
HDSentinel.desktop
With wrong named .deskop file you will lose Pdisk from menu. But you can still use it from console:
Code: Select all
Pdisk
- Attachments
-
- inside_pet_shot.jpg
- name of .desktop file is wrong it will overwrite Pdisk one
- (61.75 KiB) Downloaded 372 times