Author |
Message |
puppy_apprentice

Joined: 07 Feb 2012 Posts: 300
|
Posted: Mon 29 Oct 2018, 13:10 Post subject:
Hard Disk Sentinel 32-bit Linux Edition (FREE) Subject description: .pet package |
|
Info:
https://www.hdsentinel.com/hard_disk_sentinel_linux.php
Package:
http://s000.tinyupload.com/index.php?file_id=89877291795626231872
|
Back to top
|
|
 |
fabrice_035

Joined: 28 Apr 2014 Posts: 768 Location: Bretagne / France
|
Posted: Mon 29 Oct 2018, 14:15 Post subject:
|
|
Many thanks, good tool !
Quote: |
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_case_communication_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
|
Back to top
|
|
 |
puppy_apprentice

Joined: 07 Feb 2012 Posts: 300
|
Posted: Mon 29 Oct 2018, 17:33 Post subject:
|
|
Forgot to add that .pet include only 32bit version.
give more detailed report stored in file report.txt.
|
Back to top
|
|
 |
LeithR
Joined: 24 Jan 2011 Posts: 341 Location: Kemnay, Aberdeenshire/Scotland
|
Posted: Fri 02 Nov 2018, 09:52 Post subject:
|
|
As a user who is not too deep into the technical I would appreciate some simple instructions on how to get what looks like a useful package up and running please.
|
Back to top
|
|
 |
puppy_apprentice

Joined: 07 Feb 2012 Posts: 300
|
Posted: Fri 02 Nov 2018, 14:22 Post subject:
|
|
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.
|
Back to top
|
|
 |
LeithR
Joined: 24 Jan 2011 Posts: 341 Location: Kemnay, Aberdeenshire/Scotland
|
Posted: Fri 02 Nov 2018, 16:34 Post subject:
|
|
Many thanks puppy_apprentice. Very useful, my HD is in better shape than I thought.
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 13653 Location: Arizona USA
|
Posted: Fri 02 Nov 2018, 17:41 Post subject:
|
|
Could you please give a short description of what Hard Disk Sentinel does? You're not selling it very well.
|
Back to top
|
|
 |
puppy_apprentice

Joined: 07 Feb 2012 Posts: 300
|
Posted: Sat 03 Nov 2018, 12:28 Post subject:
|
|
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.
|
Back to top
|
|
 |
dancytron
Joined: 18 Jul 2012 Posts: 1555
|
Posted: Sat 03 Nov 2018, 15:26 Post subject:
|
|
I downloaded the 64 bit version from the website.
All I had to do was unzip it and put it in usr/local/bin and then run it from the console.
It says my hard drives are doing fine.
|
Back to top
|
|
 |
puppy_apprentice

Joined: 07 Feb 2012 Posts: 300
|
Posted: Sun 04 Nov 2018, 11:48 Post subject:
|
|
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:
Code: | 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) |
II. I've made .pets with 32&64bit versions with gui and jwm menu entry:
hdsentinel-gui
Code: | #!/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 |
32bit:
http://s000.tinyupload.com/?file_id=58243215498473749806
64bit:
http://s000.tinyupload.com/?file_id=98759400932821847008
Description |
Full
|

Download |
Filename |
Screenshot_2018-11-04_143401.png |
Filesize |
121.3 KB |
Downloaded |
516 Time(s) |
Description |
Quick |
Filesize |
73.88 KB |
Viewed |
941 Time(s) |

|
Description |
Menu |
Filesize |
7.28 KB |
Viewed |
887 Time(s) |

|
|
Back to top
|
|
 |
polekat
Joined: 28 Apr 2013 Posts: 30
|
Posted: Sat 22 Dec 2018, 03:45 Post subject:
|
|
Anybody else getting a segmentation fault while running it?
|
Back to top
|
|
 |
Sylvander
Joined: 15 Dec 2008 Posts: 4439 Location: West Lothian, Scotland, UK
|
Posted: Sat 22 Dec 2018, 08:51 Post subject:
|
|
Installed the pet file.
Ran the program.
All good with my [internal] HDD.
I'll now save the session changes, to keep the program installed.
|
Back to top
|
|
 |
backi
Joined: 27 Feb 2011 Posts: 2007 Location: GERMANY
|
Posted: Sat 22 Dec 2018, 12:52 Post subject:
|
|
Hi !
Very cool !!
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 13981 Location: S.C. USA
|
Posted: Sat 22 Dec 2018, 22:36 Post subject:
|
|
I tried the 64bit version.
The pet would not install.
Got this error.
Description |
|
Filesize |
15.75 KB |
Viewed |
779 Time(s) |

|
_________________ 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)
|
Back to top
|
|
 |
Sylvander
Joined: 15 Dec 2008 Posts: 4439 Location: West Lothian, Scotland, UK
|
Posted: Sun 23 Dec 2018, 05:04 Post subject:
|
|
FYI
I installed the 32-bit pet = hdsentinel-0.17.8556.pet
Into a 32-bit Puppy = Slacko-5.7-pae
Running on 64-bit hardware.
|
Back to top
|
|
 |
|