Tuoreimmat viestit

Sivuja: 1 ... 4 5 [6] 7 8 ... 10
51
Laitealue / Vs: Pyörivä levy käynnistelee itsensä parin minuutin välein
« Uusin viesti kirjoittanut qwertyy 17.03.26 - klo:23.15 »
Jaa ei näytä olevan tuettuna APM tuolle asemalle, toimiiko sama, mutta -S 0 vivulla? Pitäisi asettaa aseman pysäytysaika muuttuja pois päältä.

Lainaus
Set the standby (spindown) timeout for the drive. The timeout specifies how long to wait in idle (with no disk activity) before turning off the motor to save power. The value of 0 disables spindown, the values from 1 to 240 specify multiples of 5 seconds and values from 241 to 251 specify multiples of 30 minutes.
https://wiki.archlinux.org/title/Hdparm#Power_management_configuration

Minulla tuo ainakin antaa seuraavan tulosteen jos asetan ajaksi 0.
sudo hdparm -S 0 /dev/sdc

/dev/sdc:
 setting standby to 0 (off)

Voi olla ehkä syytä myös varuilta vilkaista /etc/hdparm.conf tiedoston sisältö. Minulla se esim. näyttää tältä
Koodia: [Valitse]
cat /etc/hdparm.conf
Lainaus
## This is the default configuration for hdparm for Debian.
## Any line that begins with a comment is ignored - add as many as you
## like.  Note that an in-line comment is not supported.  If a line
## consists of whitespace only (tabs, spaces, carriage return), it will be
## ignored, so you can space control fields as you like.  ANYTHING ELSE
## IS PARSED!!  This means that lines with stray characters or lines that
## use non # comment characters will be interpreted by the helper scripts (
## /usr/lib/udev/hdparm, /usr/lib/pm-utils/power.d/95hdparm-apm ).
## This has probably minor, but potentially serious, side effects for your
## hard drives, so please follow the guidelines.  Patches to improve
## flexibilty welcome.  Please read /usr/share/doc/hdparm/README.Debian for
## notes about known issues, especially if you have an MD array.
##
## Note that if the init script causes boot problems, you can pass 'nohdparm'
## on the kernel command line, and hdparm will not run.
##
## Uncommenting the options below will cause them to be added to the DEFAULT
## string which is prepended to options listed in the blocks below.
##
## If an option is listed twice, the second instance replaces the first.
##
## /usr/sbin/hdparm parses blocks of the form:
##      DEV {
##         option
##         option
##         ...
##      }
## This blocks will cause /usr/sbin/hdparm OPTIONS DEV to be run.
## Where OPTIONS is the concatenation of all options previously defined
## outside of a block and all options defined with in the block.

# -q be quiet
quiet
# -a sector count for filesystem read-ahead
#read_ahead_sect = 12
# -A disable/enable the IDE drive's read-lookahead feature
#lookahead = on
# -b bus state
#bus = on
# -B apm setting
#apm = 255
# -B apm setting when on battery
#apm_battery = 127
# -c enable (E)IDE 32-bit I/O support - can be any of 0,1,3
#io32_support = 1
# -d disable/enable the "using_dma" flag for this drive
#dma = off
# -D enable/disable the on-drive defect management
#defect_mana = off
# -E cdrom speed
#cd_speed = 16
# -k disable/enable the "keep_settings_over_reset" flag for this drive
#keep_settings_over_reset = off
# -K disable/enable the drive's "keep_features_over_reset" flag
#keep_features_over_reset = on
# -m sector count for multiple sector I/O
#mult_sect_io = 32
# -P maximum sector count for the drive's internal prefetch mechanism
#prefetch_sect = 12
# -r read-only flag for device
#read_only = off
# -R Enable/Disable Write-Read-Verify, on to enable (R1), off to disable (R0)
# write_read_verify = off
# -s Turn on/off power on in standby mode
# poweron_standby = off
# -S standby (spindown) timeout for the drive
#spindown_time = 24
# "force_spindown_time" - the same as "-S", but will be applied even if disk
# doesn't support APM. Use on your own risk. This is debian specific option.
# See also #758988
#force_spindown_time = 24
# -u interrupt-unmask flag for the drive
#interrupt_unmask = on
# -W Disable/enable the IDE drive's write-caching feature
#write_cache = off
# -X IDE transfer mode for newer (E)IDE/ATA2 drives
#transfer_mode = 34
# -y force to immediately enter the standby mode
#standby
# -Y force to immediately enter the sleep mode
#sleep
# -Z Disable the power-saving function of certain Seagate drives
#disable_seagate
# -M Set the acoustic management properties of a drive
#acoustic_management
# -p Set the chipset PIO mode
# chipset_pio_mode
# --security-freeze Freeze the drive's security status
# security_freeze
# --security-unlock Unlock the drive's security
# security_unlock = PWD
# --security-set-pass Set security password
# security_pass = password
# --security-disable Disable drive locking
# security_disable
# --user-master Select password to use
# user-master = u
# --security-mode Set the security mode
# security_mode = h

## Blocks beginning with the keyword 'command_line' instead of a device
## identifier are not supported since the version 9.39-1 for backward
## compatibility by this version of hdparm. Options must be introduced
## by a correct device identifier instead, so that they will be applied
## when the device becomes available.

# Config examples:

#/dev/hda {
#       mult_sect_io = 16
#       write_cache = off
#       dma = on
#}

#/dev/disk/by-id/ata-WDC_WD10EFRX-68PJCN0_WD-WCC4J0998391 {
#        apm = 128
#        acoustic_management = 128

#        spindown_time = 240
#}

#/dev/cdroms/cdrom0 {
#       dma = on
#       interrupt_unmask = on
#       io32_support = 0
#}
Huomioitavaa tietysti, että nuo vahvennetut on siis esimerkkejä, mutta että onko siellä jotain vastaavaa ilman risuaitoja.
52
Laitealue / Vs: Pyörivä levy käynnistelee itsensä parin minuutin välein
« Uusin viesti kirjoittanut jarmala 17.03.26 - klo:21.51 »
Kokeiles mielenkiinnosta
sudo hdparm -B 255 /dev/sdc

Koodia: [Valitse]
$ sudo hdparm -B 255 /dev/sdc
[sudo] ari-käyttäjän salasana:

/dev/sdc:
 setting Advanced Power Management level to disabled
SG_IO: bad/missing sense data, sb[]:  70 00 0b 00 00 00 00 0a 04 51 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 APM_level = not supported

Eipä tuntunut vaikuttavan mitään: edelleen tulee niitä pysähdyksiä entiseen tapaan.
53
Laitealue / Vs: Pyörivä levy käynnistelee itsensä parin minuutin välein
« Uusin viesti kirjoittanut qwertyy 17.03.26 - klo:20.33 »
Kokeiles mielenkiinnosta
sudo hdparm -B 255 /dev/sdc

Tämän pitäisi poistaa aseman APM-toiminnot kokonaan, eli aseman pitäisi jäädä päälle.

Jos tuossa ylempänä tarkoitit tätä kohtaa
Short self-test routine
recommended polling time:     (   2) minutes.

Niin en äkkiseltään usko, vaan veikkaan, että tuo tulee vain siitä kun virranhallinta sammuttaa tuon aseman ja nuo tiedot vain tallennetaan juuri ennen standby tilaa.
SMART capabilities:            (0x0003)   Saves SMART data before entering     power-saving mode.

No niin tai näin, niin jos virranhallinnasta kiinni, niin tuo aiempi komento pitäisi vaikuttaa heti toimintaan.
54
Laitealue / Vs: Pyörivä levy käynnistelee itsensä parin minuutin välein
« Uusin viesti kirjoittanut jarmala 17.03.26 - klo:15.39 »
Voisiko tässä olla kyseessä nuo 2 minuutin välein tulevat tarkistusjutut?

Tarkistin ne vielä sekuntikellolla: levyn pysähtymiseltä kuulostavat vinkaukset tulevat tarkkaan 60 s välein. Eli ne ovat ajastettuja. Jotain levyllä teetetään siis minuutin välein. Mitähän?
55
Laitealue / Vs: Pyörivä levy käynnistelee itsensä parin minuutin välein
« Uusin viesti kirjoittanut jarmala 17.03.26 - klo:15.26 »
Voisit katsoa tilanteen vielä vaikka komennolla smartctl -a, niin näkisi helpommin mitä nuo attribuutit ja arvot tarkoittavat.

Tällaista:

Koodia: [Valitse]
sudo smartctl -a /dev/sdc
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.15.0-173-generic] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Red (SMR)
Device Model:     WDC WD40EFAX-68JH4N1
Serial Number:    WD-WX12D11LH12Y
LU WWN Device Id: 5 0014ee 2bea9c8d5
Firmware Version: 83.00A83
User Capacity:    4 000 787 030 016 bytes [4,00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5400 rpm
Form Factor:      3.5 inches
TRIM Command:     Available, deterministic, zeroed
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-3 T13/2161-D revision 5
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 1.5 Gb/s)
Local Time is:    Tue Mar 17 15:22:38 2026 EET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (38324) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: (   2) minutes.
Extended self-test routine
recommended polling time: ( 182) minutes.
Conveyance self-test routine
recommended polling time: (   2) minutes.
SCT capabilities:        (0x3039) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   200   200   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0027   237   204   021    Pre-fail  Always       -       1108
  4 Start_Stop_Count        0x0032   099   099   000    Old_age   Always       -       1985
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   066   066   000    Old_age   Always       -       24991
 10 Spin_Retry_Count        0x0032   100   100   000    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   099   099   000    Old_age   Always       -       1983
192 Power-Off_Retract_Count 0x0032   199   199   000    Old_age   Always       -       914
193 Load_Cycle_Count        0x0032   198   198   000    Old_age   Always       -       8517
194 Temperature_Celsius     0x0022   116   111   000    Old_age   Always       -       31
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   100   253   000    Old_age   Offline      -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

Voisiko tässä olla kyseessä nuo 2 minuutin välein tulevat tarkistusjutut?
56
Laitealue / Vs: MTP-yhteys OnePlus Nordiin
« Uusin viesti kirjoittanut qwertyy 17.03.26 - klo:13.04 »
Mulla on yksi Nord, mutta en muista tarkkaan mallia, pari vuotta vanha. Siinä on muistaakseni joku tosi käpyinen USB standardi ja muistaakseni sen takia itse siirsin enemmän tietoja wifillä ja LocalSendillä.
57
Laitealue / Vs: Pyörivä levy käynnistelee itsensä parin minuutin välein
« Uusin viesti kirjoittanut qwertyy 17.03.26 - klo:13.00 »
Juu tuossa on hyvä huomioida, että äkkiä pahalta kuulostava pre-failure käynnistymisestä kuuluu päivittyä tietoihin aina kun käynnistyminen tapahtuu ja huomioida, että lukema vain heittelee, ei mene koko aikaa huonommaksi.

Ei ole kauaa kun itse pitkästä aikaa törmäsin vastaavaan kolmen aseman raidissa, kun asemat alkoi jurnuttelee päälle pois kun, olikos se nyt hdparm oli jostain syystä ottanut aika agressiiviset asetukset ja omissa asemissa vielä sattui oleen jokin erikoisuus firmwaressa päiden parkkeeraamisen kanssa.

Eli varmaankin jos asetat levyn pyöriin kokoajan ilman virransäästöä oire häviää heti. Tuo oire kannattaa kyllä korjata, koska se on varmaankin pahiten asemia kuluttava asia jos toistuu jatkuvasti.
58
Laitealue / Vs: MTP-yhteys OnePlus Nordiin
« Uusin viesti kirjoittanut nm 17.03.26 - klo:10.50 »
Niin jos kaapeli on OnePlus Nordin mukana tullut alkuperäinen, sen pitäisi kyllä sinänsä toimia. Vika voi johtua myös huonosta kytkennästä, jos puhelimen USB-C-liittimessä tai kaapelin liittimessä on likaa. Niitä voi yrittää puhdistaa esimerkiksi muovisella hammastikulla tai vastaavalla ohuella välineellä, joka ei johda sähköä.
59
CF-19 kosketusnäyttö alkoi toimimaan nm antamilla täsmäohjeilla. Kosketusnäyttönä Fujitsu Component USB Touch Panel ja sen sai toimimaan:
Koodia: [Valitse]
xinput set-prop "Fujitsu Component USB Touch Panel" "Coordinate Transformation Matrix" 1.115 0 -0.073 0 1.14 -0.04 0 0 1
Kiitos taas kerran avusta!
60
Laitealue / Vs: MTP-yhteys OnePlus Nordiin
« Uusin viesti kirjoittanut vellu@vmach 17.03.26 - klo:08.12 »
Ok, Tuo KDEconnect näyttää toimivan ensihätään.
Tosin kymmenien ja satojen kuvien ja biisien siirto ja poistelu on turhan työlästä. Hankin sen uuden piuhan että pääsen Nautiluksella copy-pastaamaan.
Eli tältä osin ongelma ratkaistu, ja kiitokset.
Sivuja: 1 ... 4 5 [6] 7 8 ... 10