Forumi


Povratak   PC Ekspert Forum > Računala > Storage > Diskovi SSD/HDD
Ime
Lozinka

Odgovori
 
Uređivanje
Staro 10.04.2022., 14:19   #901
SinfulSaint
Premium
Moj komp
 
SinfulSaint's Avatar
 
Datum registracije: Dec 2006
Lokacija: Zagreb
Postovi: 315
ovo ide u terminal/prompt
nano /etc/samba/smb.conf
ako ne ide dodaj "sudo" na početak.


konfiguracijska fajla samba servisa s tvog kompa ako imaš Samba servis (server) instaliran i u pogonu, a vjerojatno imaš.
SinfulSaint je offline   Reply With Quote
Staro 10.04.2022., 14:20   #902
SinfulSaint
Premium
Moj komp
 
SinfulSaint's Avatar
 
Datum registracije: Dec 2006
Lokacija: Zagreb
Postovi: 315
SinfulSaint je offline   Reply With Quote
Staro 10.04.2022., 14:42   #903
tizhu
Premium
 
Datum registracije: Sep 2014
Lokacija: zagreb
Postovi: 722




#======================= Global Settings =======================

[global]

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = WORKGROUP

# server string is the equivalent of the NT Description field
server string = %h server (Samba, Ubuntu)

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
# wins support = no

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
; wins server = w.x.y.z

# This will prevent nmbd to search for NetBIOS names through DNS.
dns proxy = no

#### Networking ####

# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
; interfaces = 127.0.0.0/8 eth0
# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself. However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
; bind interfaces only = yes



#### Debugging/Accounting ####

# This tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/log.%m

# Cap the size of the individual log files (in KiB).
max log size = 1000

# If you want Samba to only log through syslog then set the following
# parameter to 'yes'.
# syslog only = no

# We want Samba to log a minimum amount of information to syslog. Everything
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
syslog = 0
# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d


####### Authentication #######

# Server role. Defines in which mode Samba will operate. Possible
# values are "standalone server", "member server", "classic primary
# domain controller", "classic backup domain controller", "active
# directory domain controller".
#
# Most people will want "standalone sever" or "member server".
# Running as "active directory domain controller" will require first
# running "samba-tool domain provision" to wipe databases and create a
# new domain.
server role = standalone server

# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.
passdb backend = tdbsam

obey pam restrictions = yes

# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
unix password sync = yes

# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .

# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
pam password change = yes

# This option controls how unsuccessful authentication attempts are mapped
# to anonymous connections
map to guest = bad user

########## Domains ###########

#
# The following settings only takes effect if 'server role = primary
# classic domain controller', 'server role = backup domain controller'
# or 'domain logons' is set
# profile directory from the client point of view) The following
# required a [profiles] share to be setup on the samba server (see
# below)
; logon path = \\%N\profiles\%U
# Another common choice is storing the profile in the user's home directory
# (this is Samba's default)
# logon path = \\%N\%U\profile

# The following setting only takes effect if 'domain logons' is set
# It specifies the location of a user's home directory (from the client
# point of view)
; logon drive = H:
# logon home = \\%N\%U

# The following setting only takes effect if 'domain logons' is set
# It specifies the script to run during logon. The script must be stored
# in the [netlogon] share
# NOTE: Must be store in 'DOS' file format convention
; logon script = logon.cmd

# This allows Unix users to be created on the domain controller via the SAMR
# RPC pipe. The example command creates a user account with a disabled Unix
# password; please adapt to your needs
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u

# This allows machine accounts to be created on the domain controller via the
# SAMR RPC pipe.
# The following assumes a "machines" group exists on the system
; add machine script = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u

# This allows Unix groups to be created on the domain controller via the SAMR
# RPC pipe.
; add group script = /usr/sbin/addgroup --force-badname %g

############ Misc ############

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
; include = /home/samba/etc/smb.conf.%m

# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
; idmap uid = 10000-20000
; idmap gid = 10000-20000
; template shell = /bin/bash

# Setup usershare options to enable non-root users to share folders
# with the net usershare command.

# Maximum number of usershare. 0 (default) means that usershare is disabled.
# Allow users who've been granted usershare privileges to create
# public shares, not just authenticated ones
usershare allow guests = yes

#======================= Share Definitions =======================

# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares. This will share each
# user's home directory as \\server\username
;[homes]
; comment = Home Directories
; browseable = no

# By default, the home directories are exported read-only. Change the
# next parameter to 'no' if you want to be able to write to them.
; read only = yes

# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
; create mask = 0700

# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
; directory mask = 0700

# By default, \\server\username shares can be connected to by anyone
# with access to the samba server.
# Un-comment the following parameter to make sure that only "username"
# can connect to \\server\username
# This might need tweaking when using external authentication schemes
; valid users = %S

# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
; comment = Network Logon Service
; path = /home/samba/netlogon
; guest ok = yes
; read only = yes

# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
; comment = Users profiles
; path = /home/samba/profiles
; guest ok = no
; browseable = no
; create mask = 0600
; directory mask = 0700

[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
; write list = root, @lpadmin






edit: ubačeno sve
-->
izbacilo hrpu informacija, ali nisam uhvatio ništa vezano za hdd.





#======================= Global Settings =======================

[global]

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = WORKGROUP

# server string is the equivalent of the NT Description field
server string = %h server (Samba, Ubuntu)

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
# wins support = no

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
; wins server = w.x.y.z

# This will prevent nmbd to search for NetBIOS names through DNS.
dns proxy = no

#### Networking ####

# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
; interfaces = 127.0.0.0/8 eth0
# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself. However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
; bind interfaces only = yes



#### Debugging/Accounting ####

# This tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/log.%m

# Cap the size of the individual log files (in KiB).
max log size = 1000

# If you want Samba to only log through syslog then set the following
# parameter to 'yes'.
# syslog only = no

# We want Samba to log a minimum amount of information to syslog. Everything
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
syslog = 0
# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d


####### Authentication #######

# Server role. Defines in which mode Samba will operate. Possible
# values are "standalone server", "member server", "classic primary
# domain controller", "classic backup domain controller", "active
# directory domain controller".
#
# Most people will want "standalone sever" or "member server".
# Running as "active directory domain controller" will require first
# running "samba-tool domain provision" to wipe databases and create a
# new domain.
server role = standalone server

# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.
passdb backend = tdbsam

obey pam restrictions = yes

# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
unix password sync = yes

# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .

# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
pam password change = yes

# This option controls how unsuccessful authentication attempts are mapped
# to anonymous connections
map to guest = bad user

########## Domains ###########

#
# The following settings only takes effect if 'server role = primary
# classic domain controller', 'server role = backup domain controller'
# or 'domain logons' is set
# profile directory from the client point of view) The following
# required a [profiles] share to be setup on the samba server (see
# below)
; logon path = \\%N\profiles\%U
# Another common choice is storing the profile in the user's home directory
# (this is Samba's default)
# logon path = \\%N\%U\profile

# The following setting only takes effect if 'domain logons' is set
# It specifies the location of a user's home directory (from the client
# point of view)
; logon drive = H:
# logon home = \\%N\%U

# The following setting only takes effect if 'domain logons' is set
# It specifies the script to run during logon. The script must be stored
# in the [netlogon] share
# NOTE: Must be store in 'DOS' file format convention
; logon script = logon.cmd

# This allows Unix users to be created on the domain controller via the SAMR
# RPC pipe. The example command creates a user account with a disabled Unix
# password; please adapt to your needs
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u

# This allows machine accounts to be created on the domain controller via the
# SAMR RPC pipe.
# The following assumes a "machines" group exists on the system
; add machine script = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u

# This allows Unix groups to be created on the domain controller via the SAMR
# RPC pipe.
; add group script = /usr/sbin/addgroup --force-badname %g

############ Misc ############

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
; include = /home/samba/etc/smb.conf.%m

# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
; idmap uid = 10000-20000
; idmap gid = 10000-20000
; template shell = /bin/bash

# Setup usershare options to enable non-root users to share folders
# with the net usershare command.

# Maximum number of usershare. 0 (default) means that usershare is disabled.
# Allow users who've been granted usershare privileges to create
# public shares, not just authenticated ones
usershare allow guests = yes

#======================= Share Definitions =======================

# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares. This will share each
# user's home directory as \\server\username
;[homes]
; comment = Home Directories
; browseable = no

# By default, the home directories are exported read-only. Change the
# next parameter to 'no' if you want to be able to write to them.
; read only = yes

# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
; create mask = 0700

# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
; directory mask = 0700

# By default, \\server\username shares can be connected to by anyone
# with access to the samba server.
# Un-comment the following parameter to make sure that only "username"
# can connect to \\server\username
# This might need tweaking when using external authentication schemes
; valid users = %S

# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
; comment = Network Logon Service
; path = /home/samba/netlogon
; guest ok = yes
; read only = yes

# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
; comment = Users profiles
; path = /home/samba/profiles
; guest ok = no
; browseable = no
; create mask = 0600
; directory mask = 0700

[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
; write list = root, @lpadmin






edit: ubačeno sve

Zadnje izmijenjeno od: tizhu. 10.04.2022. u 14:55.
tizhu je offline   Reply With Quote
Staro 10.04.2022., 14:46   #904
SinfulSaint
Premium
Moj komp
 
SinfulSaint's Avatar
 
Datum registracije: Dec 2006
Lokacija: Zagreb
Postovi: 315
editiraj svoj post gore i ubaci sve što piše u fajli. Postavke su razbacane po tom fajlu na par mjesta pa neka ti čovjek pogleda.
SinfulSaint je offline   Reply With Quote
Staro 10.04.2022., 14:48   #905
tizhu
Premium
 
Datum registracije: Sep 2014
Lokacija: zagreb
Postovi: 722
ma bed mi je gnjavit ljude, a čini se tako jednostavno.
poludit ću.
imam osjećaj da doslovno se radi o par klikova
tizhu je offline   Reply With Quote
Staro 10.04.2022., 14:52   #906
SinfulSaint
Premium
Moj komp
 
SinfulSaint's Avatar
 
Datum registracije: Dec 2006
Lokacija: Zagreb
Postovi: 315
Tebi bi ustvari ako rezoniram ispravno i ako je o mjuzi riječ ustvari trebo DLNA server. Ima i to za linux naravno i lako ga je složiti, no za to treba malo truda i rada. Pretpostavljam da ta aplikacija koju bi ti koristio za streamanje podržava DLNA.
Vjerojatno je stvar par klikova i sl, daj pokušaj s googleom ili YT.

SinfulSaint je offline   Reply With Quote
Staro 10.04.2022., 15:15   #907
tizhu
Premium
 
Datum registracije: Sep 2014
Lokacija: zagreb
Postovi: 722
instalirao home media server.
odlična GUI, sve ima - pre pre pre dobro. tako jednostavno.
no kada trebam dodati hard disc sa filmovima i mjuzom on ga ne vidi. vidi C disk i još neki sistemski koji sam mu dao kada sam stavljao linux.
to je bio problem na linuxu i prije kada su ljudi imali plex server. ma glupo je skroz.
tizhu je offline   Reply With Quote
Staro 10.04.2022., 15:28   #908
SinfulSaint
Premium
Moj komp
 
SinfulSaint's Avatar
 
Datum registracije: Dec 2006
Lokacija: Zagreb
Postovi: 315
ok ovako na drugu, daj provjeri da li si napravio mount point za taj disk s filmovima.
SinfulSaint je offline   Reply With Quote
Staro 10.04.2022., 15:38   #909
tomek@vz
Premium
Moj komp
 
tomek@vz's Avatar
 
Datum registracije: May 2006
Lokacija: München/Varaždin
Postovi: 3,348
Citiraj:
Autor tizhu Pregled postova
...

Nisi definirao Share gdje ti je mjuza - zato ni ne moze radit. E hebiga - sad treba malo drmnut po tutorijalima, npr. :


https://www.techrepublic.com/article...ng-with-samba/
tomek@vz je offline   Reply With Quote
Staro 10.04.2022., 16:17   #910
tizhu
Premium
 
Datum registracije: Sep 2014
Lokacija: zagreb
Postovi: 722
edititrao sam datoteku samba i dodao ovo:
[Anonymous]

path = /samba/anonymous
browsable = yes
writable = yes
read only = no
force user = nobody

doslovno tako. međutim nisam stavljao nikakve zareze ispred. nije pomoglo
tizhu je offline   Reply With Quote
Staro 10.04.2022., 16:20   #911
spiderhr
Premium
 
Datum registracije: Jul 2021
Lokacija: Sesvete
Postovi: 552
Citiraj:
Autor tizhu Pregled postova
edititrao sam datoteku samba i dodao ovo:
[Anonymous]

path = /samba/anonymous
browsable = yes
writable = yes
read only = no
force user = nobody

doslovno tako. međutim nisam stavljao nikakve zareze ispred. nije pomoglo

Mislim da bi ovaj boldani dio trebao editirati ako ti je mjuza u /home/tizhu/Music

I ovaj tizhu zamijeniš sa svojim korisnikom koji ti je na kompu npr/home/pero/Music


Naravno path ide kako ti je posloženo, npr meni je /home/spiderhr/2TB/Music
spiderhr je offline   Reply With Quote
Staro 10.04.2022., 16:24   #912
tizhu
Premium
 
Datum registracije: Sep 2014
Lokacija: zagreb
Postovi: 722
EDIT:
uspio sam.
instalirao sam Emby server i emby aplikaciju i mogu slušat FLAC-ove. jbt cijeli dan se borim s tim linuxom.
e sad - emby ne vidi TV dok home media server vidi tv - moguće da je to u plaćenom a ne u free verzji embya, ali mogu preko toga za sada - ionako nemam puno vremena za tv.

samo da se zahvalim na trudu svima koji su potrošili vrijeme na koje probleme - huge respect.

uopće ne bi bio problem da spotify ima mogućnost čitanja FLAC datoteke u free verziji.
laka noć idem nešto nafrljit od sreće.

Zadnje izmijenjeno od: tizhu. 10.04.2022. u 23:24.
tizhu je offline   Reply With Quote
Staro 09.05.2022., 11:17   #913
grizli1
Premium
Moj komp
 
Datum registracije: Aug 2008
Lokacija: Daruvar
Postovi: 246
Evo malo obnova NAS-a, s j1900m na h110m pro-d s g4560 i 8gb memorije.
Stock intel cooler zamjenio s pasivnim arcticovim Alpine 12 coolerom i temperature su manje nego s intel zujalicom
U kućištu su 2x120mm ventovi koji su nečujni a CPU je na oko 35c i diskovi isto tako.
U diskove sam dodao još jedan 3tb green koji je isti dosadašnja dva tako da sad imam nekakvi redundancy.
Prošla mATX matična je stala bez problema a ova je 1 cm dulja i taman ne stane tako da sam ju nakosio u kućištu i drže ju gornja 2 vijka
Iz starog case-a izšarafio hdd cage i transplantirao ga u NR200.
Xpenology sam zamjenio TrueNAS Core-om i vidjet ćemo što će vrijeme reć. Instalacija je bila lakša ali zato je sad sami OS kompleksniji meni kao basic useru ali ništa što YT tutoriali ne mogu popraviti


grizli1 je offline   Reply With Quote
Staro 09.05.2022., 11:24   #914
Nikky
Moderator
 
Nikky's Avatar
 
Datum registracije: Sep 2006
Lokacija: St
Postovi: 22,575
Dakle, mobo stoji po "a je to" principu

Bilo bi dobro kad bi hdd - ove malo ohladio

Zadnje izmijenjeno od: Nikky. 09.05.2022. u 12:15.
Nikky je offline   Reply With Quote
Staro 09.05.2022., 11:27   #915
grizli1
Premium
Moj komp
 
Datum registracije: Aug 2008
Lokacija: Daruvar
Postovi: 246
Da, tako je bilo u prvom buildu pa sam promijenio kućište da stane i eto ga sad opet, ali dobro "neće to nikud" kak bi majstori rekli....
2x 120mm su na vrhu kućišta tako da je jedan iznad diskova pa i oni dobivaju neki povjetarac
grizli1 je offline   Reply With Quote
Staro 09.05.2022., 11:58   #916
c-shadow
Premium
Moj komp
 
c-shadow's Avatar
 
Datum registracije: Feb 2007
Lokacija: Istra
Postovi: 3,008
Koji je to case točno?
c-shadow je offline   Reply With Quote
Staro 09.05.2022., 11:58   #917
grizli1
Premium
Moj komp
 
Datum registracije: Aug 2008
Lokacija: Daruvar
Postovi: 246
Cooler Master NR200P
grizli1 je offline   Reply With Quote
Staro 28.06.2022., 10:45   #918
wifi
Premium
 
wifi's Avatar
 
Datum registracije: Sep 2017
Lokacija: ST
Postovi: 229
dugo nisam update-a situaciju, valjda nije bilo potribe... dobar je NAS onaj o kojem nemas sta pisat...

ali, zaredalo se u zadnje vrime vise misterioznih nestanaka struje, i to unatoc UPS-u, i ocito je ostavilo posljedice... tri od sest seagatea u OMV boxu su prokliktala, box je offline i ne dize se sustav, mreza zablinka samo nakratko i nakon pokusaja boota se potpuno izgasi, tako da mi se cini da je nasta major f-up sa cilim sustavom i tribat ce ga komplet rebuildat... sada je to vec nebrojeno istih seagatea koji, istini za volju, nisu ni bili zamisljeni kao NAS diskovi, ali svejedno su redom svi failali na isti nacin, zaorali po plocama i onda prokliktali...
oh well, ionako su bili na OMV5, i prava je prilika dignit OMV6 s WDblue...

tjesi me sto ipak imam backup, malo OMV, malo Freenas, malo Winsi... never put your eggs all in one basket sto kazu...
wifi je offline   Reply With Quote
Staro 28.06.2022., 12:38   #919
Nikky
Moderator
 
Nikky's Avatar
 
Datum registracije: Sep 2006
Lokacija: St
Postovi: 22,575
Uj, baš te posrećilo, em ti dalo posla em bacilo u trošak
Nikky je offline   Reply With Quote
Staro 28.06.2022., 19:56   #920
kopija
DIY DILETANT
 
kopija's Avatar
 
Datum registracije: Jan 2009
Lokacija: Čistilište
Postovi: 3,060
Znači te Seagate diskove ubija nestanak struje?
A zašto nije ubilo i druge diskove?
kopija je offline   Reply With Quote
Staro 28.06.2022., 20:54   #921
wifi
Premium
 
wifi's Avatar
 
Datum registracije: Sep 2017
Lokacija: ST
Postovi: 229
a izgleda da im svakako ne godi nestanak struje... s tim da je ipak rijec o starim 1TB seagate-ima koji su sad vec nakupili i godina i radnih sati... ali jednom kad krepaju, vise nisu ni vidljivi, tako da je prica s njima gotova...

nesto me vuce nakrcat taj NAS s 1TB laptop diskovima... koliko god suludo bilo na prvi balun, laptop diskovi su predvidjeni za rad u "teskim" uvjetima, ali bi preduvjet triba iskopat negdi dobre stare SMR laptop diskove. Time u pravilu otpadaju opet Seagate koji su prvi ubacili SMR, i ostaje WD, eventualno Toshiba...

s druge pak strane, danas sam isa povirit i stanje xpenology laptopa... 535 dana u komadu... 1x ssd i 1x hdd


Zadnje izmijenjeno od: wifi. 28.06.2022. u 21:35.
wifi je offline   Reply With Quote
Staro 29.06.2022., 07:13   #922
kopija
DIY DILETANT
 
kopija's Avatar
 
Datum registracije: Jan 2009
Lokacija: Čistilište
Postovi: 3,060
Da li je ovaj 4pin konektor koji napaja sata power kabel (lijevo od 14pinskog mbo power) definitivno molex?
Znam da sata power konektor na napajanjima ima pet žica pa pretpostavljam da je ovo na mojoj matičnoj u biti molex->satapower?
Znači da bi trebao davati 10A?
Fali mi par sata power kablova (napajanje je custom Lenovo bez sata/molex konektora) pa sam mislio kupiti par ovakovih adaptera i spojiti ih na taj satapower kabel koji se spaja na matičnu.
Mislim da bi 10A bilo dovoljno za četri mehanička plus SSD.

Recipe for disaster?
kopija je offline   Reply With Quote
Staro 29.06.2022., 08:16   #923
Nbdy32
Premium
Moj komp
 
Datum registracije: Aug 2016
Lokacija: Bestovje,Sv.Nedelja
Postovi: 2,636
Citiraj:
Autor kopija Pregled postova
Da li je ovaj 4pin konektor koji napaja sata power kabel (lijevo od 14pinskog mbo power) definitivno molex?
Znam da sata power konektor na napajanjima ima pet žica pa pretpostavljam da je ovo na mojoj matičnoj u biti molex->satapower?
Znači da bi trebao davati 10A?
Fali mi par sata power kablova (napajanje je custom Lenovo bez sata/molex konektora) pa sam mislio kupiti par ovakovih adaptera i spojiti ih na taj satapower kabel koji se spaja na matičnu.
Mislim da bi 10A bilo dovoljno za četri mehanička plus SSD.

Recipe for disaster?
Moguće, SATA ima 5 kablova, ali 2 komada su mase, iliti crne žice, koje mogu ići sa jednog konektora ...

Ako je to sata konektor i ima original kablova za to, onda neće biti problema, sad koliko ta ploča može dat van ... pretpostavka da 10A bi mogla ...

Iskreno nikada nisam obraćao pažnju na taj konektor (nisam se previše ni sretao s tim pločama) pa da bi konkretno mogao reć koliko bi dali van i da li je to SATA konektor, ali ako proizvođač (HP,DELL) preko toga ima spojene SATA uređaje, onda je ...

SATA kabel ti ima žutu,crvenu,narančastu i crnu x2 žicu ... pa sad ako to ide iz konektora, onda OK ...

Ajd javi, pregledam danas još neke ploče slične, daj mi napiši koja je to ploča točno ....
Nbdy32 je offline   Reply With Quote
Staro 29.06.2022., 08:49   #924
kopija
DIY DILETANT
 
kopija's Avatar
 
Datum registracije: Jan 2009
Lokacija: Čistilište
Postovi: 3,060
kopija je offline   Reply With Quote
Staro 29.06.2022., 09:28   #925
Nikky
Moderator
 
Nikky's Avatar
 
Datum registracije: Sep 2006
Lokacija: St
Postovi: 22,575
Da, taj 4-pin konektor daje SATA / Molex napajanje za drajvove,
vjerojatno imaš origigi kabel koji na drugom kraju ima SATA ili Molex power.

4 žice jer je dovedeno samo +5V, GND, GND, +12V kao za Molex,
tu nema +3.3 (narančaste) koja je dodana na SATA power.

Predviđeno je da bi trebao napojiti 4 drajva koliko ima i SATA data konektora.

Tako je realizirano jer se +5V generira na mobo a ne u psu.
Nikky je offline   Reply With Quote
Staro 29.06.2022., 10:39   #926
kopija
DIY DILETANT
 
kopija's Avatar
 
Datum registracije: Jan 2009
Lokacija: Čistilište
Postovi: 3,060
Pa u tome i je dilema.
Jerbo su na kabelu koji ide iz tog 4pinskog SATA power a ne Molex konektori.
Da li SATA power konektor može raditi bez tog +3.3?
Ako nemože onda je konfiguracija tog 4pinskog na matičnoj +5V, GND, +3V, +12V jerbo svi moji hardovi veselo rade.
kopija je offline   Reply With Quote
Staro 29.06.2022., 12:00   #927
Nikky
Moderator
 
Nikky's Avatar
 
Datum registracije: Sep 2006
Lokacija: St
Postovi: 22,575
Krivo si definirao pitanje,
trebao si pitati može li neki device raditi bez +3.3V na SATA power ?
Ovisi o device - u, generalno može, 3.5" hdd - ovi mogu (pogledaj naljepnicu).

Te adapter kabeliće imaš i kod nas (da ne čekaš čajniz), samo primjer:
https://www.links.hr/hr/adapter-delo...15cm-052799174
https://www.links.hr/hr/adapter-delo...erni-052799157
https://www.links.hr/hr/adapter-delo...erni-052799162
ili iz nekog rashodovanog / odbačenog kompa.

Ni ja ne volim konektore SATA standarda, presjek / površina kontakta je ajme majko u odnosu na stari dobri Molex.
Origigi power kabel kojeg sada imaš vjerojatno izgleda nešto slično ovom:
https://www.ebay.co.uk/itm/324131667245
https://www.ebay.co.uk/itm/295041851798
https://www.ebay.co.uk/itm/153906726439

Ako imaš DIY mota onda možeš probati nabaviti takav kabel da imaš za rezervu originalni
+
sa nekog crknutog napajanja skineš jednu / dvije SATA i/ili Molex linije
+
skrojiš si točne dužine a da ti odgovara budućem rasporedu / položaju ...

Budi extremno pažljiv koja je koja žica, pomodna varijanta sve u crno poprilično otežava stvar, stara dobra shema sa žicama u boji je bila puno lakša.

Ono šta te zabrinjava (pa i nas) je potrošnja i potrebna struja hdd - ova,
prepiši im oznake i nađi full specs.
Pogledaj im spin up / start up power i zbroji, to je max. koji će potegnuti prilikom paljenja.
Nikky je offline   Reply With Quote
Staro 29.06.2022., 12:12   #928
Velikus
Premium
Moj komp
 
Velikus's Avatar
 
Datum registracije: Apr 2004
Lokacija: Zagreb
Postovi: 428
Citiraj:
Autor kopija Pregled postova
Znači te Seagate diskove ubija nestanak struje?
A zašto nije ubilo i druge diskove?
i dan danas ne mogu prežaliti failed test novog UPS-a kojim sam skurio godinu dana staru barakudu 80gb sa uspomenama
(početak 00's)
__________________
"Ups, sam neš uprsk'o?"
Velikus je offline   Reply With Quote
Staro 29.06.2022., 13:24   #929
kopija
DIY DILETANT
 
kopija's Avatar
 
Datum registracije: Jan 2009
Lokacija: Čistilište
Postovi: 3,060
Evo npr deset godina stari Seagate 7200 rpm kaže +5V 0.5A, +12 0.5A
Ovi noviji troše još i manje.
S obzirom da nema dileme da je dotični kockasti 4pin u biti molex, znači da bi teoretski mogao na njega prikopčati 10 hardova.
Još ostaje samo pitanje čemu služi +3 na sata konektorima
kopija je offline   Reply With Quote
Staro 29.06.2022., 13:52   #930
Nbdy32
Premium
Moj komp
 
Datum registracije: Aug 2016
Lokacija: Bestovje,Sv.Nedelja
Postovi: 2,636
Update: The proprietary power cable, p/n 54Y9355, runs from a connector on motherboard, to the optical drive, then to the HDD. You could use a SATA power Y splitter on your existing HDD power connector, if your power cable doesn't have a second connector 2/3 of the way down. The data cable, p/n 54Y9945, is standard SATA 3, 24 inches long with a 90 degree turn at one end. You can use any SATA cable with the same specs. It was connected to the red connector, but I moved it to the beige (slower) connector since I'll be adding a SDD soon.


Sa LENOVO foruma ...
Nbdy32 je offline   Reply With Quote
Odgovori



Pravila postanja
Vi ne možete otvarati nove teme
Vi ne možete pisati odgovore
Vi ne možete uploadati priloge
Vi ne možete uređivati svoje poruke

BB code je Uključeno
Smajlići su Uključeno
[IMG] kod je Uključeno
HTML je Isključeno

Idi na