Tổng hợp các bài viết về dòng NAS chuyên nghiệp Buffalo

locnp

Well-Known Member
Ðề: Các bác dùng Buffalo NAS HS-DHGL với ổ cứng bao nhiêu thì chạy ổn nhất?

Kiểm tra chỗ này nè:

....
"dht-enabled": false,
"download-dir": "\/mnt\/disk1\/share\/torrent\/done",
...
"incomplete-dir": "\/mnt\/disk1\/share\/torrent\/incomplete",
"incomplete-dir-enabled": true,
....
"rpc-authentication-required": true,
....
"rpc-enabled": true,
"rpc-password": "đặt password của bạn trong ô này",
....
"rpc-username": "username của bạn",
"rpc-whitelist": "*.*.*.*",
....

"umask": 0,
"watch-dir": "\/mnt\/disk1\/share\/torrent\/watch",
"watch-dir-enabled": true,
"upload-slots-per-torrent": 14
}
 

dmh

New Member
Ðề: Buffalo NAS - Debian Lenny Headless Server - FAQ & How to

Bạn thử thêm phần này vào global settings của Samba

socket options = TCP_NODELAY

Load lại settings thử xem có giải quyết được vấn đề của bạn hay không.

Bạn ơi vẫn còn bị.
Có file config nào chuẩn up lên dùm với bạn
# Samba config file created using SWAT
# from UNKNOWN (1)
# Date: 2010/11/18 17:27:06

[global]
security = SHARE
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
wins support = Yes
ldap ssl = no
panic action = /usr/share/samba/panic-action %d
path = /home
hosts allow = 127.0.0.1, 192.168.1.*
hosts deny = 0.0.0.0/0
include = /etc/samba/dhcp.conf
socket options = TCP_NODELAY
[homes]
valid users = %S
read only = No
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/printers

[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No

[Torrent]
comment = My Torrents
path = /home/torrent
admin users = root
read only = No
create mask = 0777
directory mask = 0777
inherit permissions = Yes
inherit acls = Yes
inherit owner = Yes
guest ok = Yes

[Movies]
comment = My Movies
path = /home/movies
admin users = root
create mask = 0664
directory mask = 0664
guest ok = Yes

[Music]
comment = My Music
path = /home/music
admin users = root
read only = No
create mask = 0777
directory mask = 0777
inherit permissions = Yes
inherit acls = Yes
inherit owner = Yes
guest ok = Yes
 

blacksea

Member
Ðề: Buffalo NAS - Debian Lenny Headless Server - FAQ & How to

Bạn có chạy quá nhiều chương trình không, có seed leech quá nhiều không.
khi xem phim mình chỉ để seed leech 20 tor thôi em phim mấy chục GB cung không thấy hiện tượng như của bạn
Mã:
conf samba



#======================= 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

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

# 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 = wins server

# If we receive WINS server info from DHCP, override the options above. 
   include = /etc/samba/dhcp.conf

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

# What naming service and in what order should we use to resolve host names
# to IP addresses
   name resolve order = 192.168.8.0/255 192.168.10.0/255 
   socket options = TCP_NODELAY

#### 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 192.168.8.0/24 192.168.10.0/24


# 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 #######

# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html
# in the samba-doc package for details.
   security = user

# You may wish to use password encryption.  See the section on
# 'encrypt passwords' in the smb.conf(5) manpage before enabling.
   encrypt passwords = true

# 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 <<[email protected]> 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

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

# Is this machine able to authenticate users. Both PDC and BDC
# must have this setting enabled. If you are the BDC you must
# change the 'domain master' setting to no
#
   domain logons = yes
#
# The following setting only takes effect if 'domain logons' is set
# It specifies the location of the user's 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

########## Printing ##########

# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
   load printers = yes

# lpr(ng) printing. You may wish to override the location of the
# printcap file
   printing = bsd
   printcap name = /etc/printcap

# CUPS printing.  See also the cupsaddsmb(8) manpage in the
#cupsys-client package.
   printing = cups
   printcap name = cups

############ 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

# Most people will find that this option gives better performance.
# See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/speed.html
# for details
# You may want to add the following on a Linux system:
#         SO_RCVBUF=8192 SO_SNDBUF=8192
   socket options = TCP_NODELAY

# The following parameter is useful only if you have the linpopup package
# installed. The samba maintainer and the linpopup maintainer are
# working to ease installation and configuration of linpopup and samba.
;   message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &

# Domain Master specifies Samba to be the Domain Master Browser. If this
# machine will be configured as a BDC (a secondary logon server), you
# must set this to 'no'; otherwise, the default behavior is recommended.
#
   domain master = auto

# 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

# The following was the default behaviour in sarge,
# but samba upstream reverted the default because it might induce
# performance issues in large organizations.
# See Debian bug #368251 for some of the consequences of *not*
# having this setting and smb.conf(5) for details.
   winbind enum groups = yes
   winbind enum users = yes

# 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.
;   usershare max shares = 100

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

[home]
   comment = home Directories
   browseable = yes

# 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 = no

# 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 = 0777

# 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 = 0777

# By default, \\server\username shares can be connected to by anyone
# with access to the samba server.
# The following parameter makes sure that only "username" can connect
# to \\server\username
# This might need tweaking when using external authentication schemes
   valid users = hhlv

# 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 = /root
   guest ok = no
  read only = no
  share modes = 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
   guest ok = no
   browseable = yes
   create mask = 0777
   directory mask = 0777

[printers]
   comment = All Printers
   browseable = yes
   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

# A sample share for sharing your CD-ROM with others.
;[cdrom]
;   comment = Samba server's CD-ROM
;   read only = yes
;   locking = no
;   path = /cdrom
;   guest ok = yes

# The next two parameters show how to auto-mount a CD-ROM when the
#	cdrom share is accesed. For this to work /etc/fstab must contain
#	an entry like this:
#
#       /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
#	is mounted on /cdrom
#
;   preexec = /bin/mount /cdrom
;   postexec = /bin/umount /cdrom


[media]
comment = home Directories
path =/media/usb
browseable = yes
read only = no
create mask = 0777
directory mask = 0777
valid users = hhlv
bạn xem cái này rồi tuỳ chỉnh theo cái nas của bạn nhé
 

laodatma

Member
Ðề: Tổng Hợp ứng dụng DD-WRT cho G300NH

Đã có fw dd-wrt build 15747 (vẫn có tích hợp sẵn Samba) các bác nhé!
Link down
Cho các bác lên từ fw zin
Mã:
[url]http://www.dd-wrt.com/dd-wrtv2/downloads/others/eko/BrainSlayer-V24-preSP2/10-12-10-r15437/buffalo_wzr-hp-g300nh/buffalo_to_ddwrt_webflash-MULTI.bin[/url]
Cho các bác lên từ các bản dd-wrt khác
Mã:
[url]http://www.dd-wrt.com/dd-wrtv2/downloads/others/eko/BrainSlayer-V24-preSP2/10-12-10-r15437/buffalo_wzr-hp-g300nh/wzr-hp-g300nh-dd-wrt-webupgrade-MULTI.bin[/url]
Đang chạy thử 24/24 xem độ ổn định ra sao! :D
 

nlp156

New Member
Ðề: Buffalo NAS - Debian Lenny Headless Server - FAQ & How to

Ủa ? CHLv2 có 64MB RAM là chính xác mà blacksea :) CPU mạnh hơn v1 nhưng RAM ít hơn......tưởng blacksea biết điều này chứ ??!?!?!

Hình như cái lsmonitor của nlp156 có tinh chỉnh từ script của kinsa, lấy script gốc chạy thử xem....

(@blacksea: mình thấy bạn đang tính "múa rìu qua mắt thợ" hả? Bạn có biết cái script bạn post cho kinsa bên Buffalo Forum là của.........chính kinsa không? nlp156 không phải tác giả ;)) ;)) - joking, bạn không có lỗi trong vụ này đâu)

scrip gốc không chạy được bác ah.
nếu để scrip gốc là nas tắt ngay

Debug xem nó đã làm gì vậy ? :)



Mình chưa test bạn ơi, các HDD LED hoàn toàn không chạy trên Quad với kernel này vì không cài đặt cho nó...

hiii em có biết debug thế nào đâu
mỗi lần teo lại phải tháo hdd ra cho vào ubuntu để xóa hay thay= cái của nlp vào hiii
nếu bác có time để viết lại cái scrip đó thì tốt quá vì em thấy mấu chốt chỉ ở thằng này thôi

Lâu quá không vào đây chơi. Cuối năm chắc ai cũng bận tối mắt.
Cái script của Kinsa mình lấy về có đọc và sửa lại 1 chút vì nó dùng cho WXL. Lần trước tưởng bác blacksea đã chỉnh được cái nhiệt độ HDD rồi nên cũng quên luôn. Để hôm nào post lại bản fix của cái lsmonior :D
Cái FW debian của XHL có thể dùng cho WXL đấy, scrip của lsmonior cũng chẳng cần thay đổi gì cả luôn.
Mà bên Seagate ngâm cái HDD của mình gần 2 tháng rồi mà cũng chưa thấy phản hồi về việc trả hàng, ko có hdd thì chẳng build debian được. Đang định fix version 1 để tạo ra v2 ngon hơn chút.
 
[hỏi]buffalo terastation root password ?

Chào các bạn,

em có con terastation pro I cắm 3 ổ cứng phimđang chạy ngon lành thì tự dưng kêu bíp bíp rồi báo WDT E05 system stop. sau khi tìm hiểu 1 hồi thì em đoán là do cái ổ thứ nhất trục trặc nên nó không load được kennel gì đó.. vậy là định thay cái ổ đó.

Vấn đề là trước đó e đã factory seset từ WebUI. giờ vẫn telnet được bằng admin nhưng không thể login bằng root hay myroot được nữa để định dạng cho cái ổ mới. cứ báo không đúng password

Vậy có cách nào để telnet lại được bằng quyền root được không ? em đang dùng firmware 1.04

Cám ơn các bác

(cũng có cách là mang cái ở mới ra nhờ định dạng lại rồi copy phim nhưng em muốn tự tay làm cho vui dù chẳng biết gì về lệnh này lệnh khác..)
 

lhlong75

Member
Ðề: [hỏi]buffalo terastation root password ?

bác dùng lệnh này thử hen
java -jar acp_commander.jar -t <IP Address> -c "(echo <pass>;echo <pass>)|passwd"

muốn pw root là gì thì thay vào o pass nhé
nhớ download file acp_commander.jar về để làm

(ghi chú:Replace <IP Address> with the IP address of your TS and <pass> with password you want. You can now login via ssh as root using your new password.)
 

blacksea

Member
Ðề: Buffalo NAS - Debian Lenny Headless Server - FAQ & How to

Cái scrip đấy ngon rồi mà bác NLP không phải chỉnh gì đâu. Chỉnh nhiệt độ thì đọc hướng dẫn trong cái lsmonitor ấy
 

dmh

New Member
Ðề: Buffalo NAS - Debian Lenny Headless Server - FAQ & How to

Bạn có chạy quá nhiều chương trình không, có seed leech quá nhiều không.
khi xem phim mình chỉ để seed leech 20 tor thôi em phim mấy chục GB cung không thấy hiện tượng như của bạn

bạn xem cái này rồi tuỳ chỉnh theo cái nas của bạn nhé

Cảm ơn bạn để tắt hết torrent check thử thế nào !
Còn làm sao để trans nó auto start vậy
Tạo file transmission-daemon trong /etc/init.d/
Mã:
#! /bin/sh
### BEGIN INIT INFO
# Provides:          transmission-daemon
# Required-Start:    networking
# Required-Stop:     networking
# Default-Start:     2 3 5
# Default-Stop:      0 1 6
# Short-Description: Start the transmission BitTorrent daemon client.
### END INIT INFO

# Original Author: Lennart A. JÌtte, based on Rob Howell's script
# Modified by Maarten Van Coile & others (on IRC)

# Do NOT "set -e"

#
# ----- CONFIGURATION -----
#
# For the default location Transmission uses, visit:
# http://trac.transmissionbt.com/wiki/ConfigFiles
# For a guide on how set the preferences, visit:
# http://trac.transmissionbt.com/wiki/EditConfigFiles
# For the available environement variables, visit:
# http://trac.transmissionbt.com/wiki/EnvironmentVariables
#
# The name of the user that should run Transmission.
# It's RECOMENDED to run Transmission in it's own user,
# by default, this is set to 'transmission'.
# For the sake of security you shouldn't set a password
# on this user
USERNAME=transmission


# ----- *ADVANCED* CONFIGURATION -----
# Only change these options if you know what you are doing!
#
# The folder where Transmission stores the config & web files.
# ONLY change this you have it at a non-default location
#TRANSMISSION_HOME="/var/config/transmission-daemon"
#TRANSMISSION_WEB_HOME="/usr/share/transmission/web"
#
# The arguments passed on to transmission-daemon.
# ONLY change this you need to, otherwise use the
# settings file as per above.
#TRANSMISSION_ARGS=""


# ----- END OF CONFIGURATION -----
#
# PATH should only include /usr... if it runs after the mountnfs.sh script.
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
DESC="bittorrent client"
NAME=transmission-daemon
DAEMON=$(which $NAME)
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME

# Exit if the package is not installed
[ -x "$DAEMON" ] || exit 0

# Read configuration variable file if it is present
[ -r /etc/default/$NAME ] && . /etc/default/$NAME

# Load the VERBOSE setting and other rcS variables
[ -f /etc/default/rcS ] && . /etc/default/rcS

#
# Function that starts the daemon/service
#

do_start()
{
    # Export the configuration/web directory, if set
    if [ -n "$TRANSMISSION_HOME" ]; then
          export TRANSMISSION_HOME
    fi
    if [ -n "$TRANSMISSION_WEB_HOME" ]; then
          export TRANSMISSION_WEB_HOME
    fi

    # Return
    #   0 if daemon has been started
    #   1 if daemon was already running
    #   2 if daemon could not be started
    start-stop-daemon --chuid $USERNAME --start --pidfile $PIDFILE --make-pidfile \
            --exec $DAEMON --background --test -- -f $TRANSMISSION_ARGS > /dev/null \
            || return 1
    start-stop-daemon --chuid $USERNAME --start --pidfile $PIDFILE --make-pidfile \
            --exec $DAEMON --background -- -f $TRANSMISSION_ARGS \
            || return 2
}

#
# Function that stops the daemon/service
#
do_stop()
{
        # Return
        #   0 if daemon has been stopped
        #   1 if daemon was already stopped
        #   2 if daemon could not be stopped
        #   other if a failure occurred
        start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 --pidfile $PIDFILE --name $NAME
        RETVAL="$?"
        [ "$RETVAL" = 2 ] && return 2

        # Wait for children to finish too if this is a daemon that forks
        # and if the daemon is only ever run from this initscript.
        # If the above conditions are not satisfied then add some other code
        # that waits for the process to drop all resources that could be
        # needed by services started subsequently.  A last resort is to
        # sleep for some time.

        start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON
        [ "$?" = 2 ] && return 2

        # Many daemons don't delete their pidfiles when they exit.
        rm -f $PIDFILE

        return "$RETVAL"
}

case "$1" in
  start)
        echo "Starting $DESC" "$NAME..."
        do_start
        case "$?" in
                0|1) echo "   Starting $DESC $NAME succeeded" ;;
                *)   echo "   Starting $DESC $NAME failed" ;;
        esac
        ;;
  stop)
        echo "Stopping $DESC $NAME..."
        do_stop
        case "$?" in
                0|1) echo "   Stopping $DESC $NAME succeeded" ;;
                *)   echo "   Stopping $DESC $NAME failed" ;;
        esac
        ;;
  restart|force-reload)
        #
        # If the "reload" option is implemented then remove the
        # 'force-reload' alias
        #
        echo "Restarting $DESC $NAME..."
        do_stop
        case "$?" in
          0|1)
                do_start
                case "$?" in
                    0|1) echo "   Restarting $DESC $NAME succeeded" ;;
                    *)   echo "   Restarting $DESC $NAME failed: couldn't start $NAME" ;;
                esac
                ;;
          *)
                echo "   Restarting $DESC $NAME failed: couldn't stop $NAME" ;;
        esac
        ;;
  *)
        echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
        exit 3
        ;;
esac
Rồi:
chmod +x /etc/init.d/transmission-daemon
chown root:root /etc/init.d/transmission-daemon
update-rc.d transmission-daemon defaults 80
Thế mà vẫn chẳng autoStart
 

tommysmith

New Member
Ðề: Tổng Hợp ứng dụng DD-WRT cho G300NH

trời đất, thiệt tình, mới down bản 12-10 xong chưa kịp test đã ra bản mới nữa, vãi thật^:)^ mà ko hỉu sao nó ko update lên site chính mà chỉ có trong ftp ha ta :-?
 
Ðề: Dùng Buffalo Router làm NAS

mình đã thử sử dụng ubuntu 10.04 nhưng không đọc được phân vùng xfs, nó báo: error mounting: can't read super block. Mong bác giúp đỡ. hix, post bài này trên ubuntu os vất vả quá =.=

em đang dùng con HS-DHTGL, định dạng xong lôi hdd ra ngoài rồi kết nối vào ubuntu 10.04 đọc bình thường. mà định dạng hdd của hs dhtgl cũng là xfs mà.
 

xuanman

Member
Ðề: [Help] - Box Buffalo HD-WSU2 nhận max dung lượng hdd

Hình như chưa có ai làm thì phải. Ở nước ngoài có ông đã nâng cấp lên 2x2TB và box buffalo là HD-WIU2. Nhưng ông ấy xài RAID1.
 

xuanman

Member
Ðề: [Help] - Box Buffalo HD-WSU2 nhận max dung lượng hdd

Mình có hỏi và họ khuyên là bạn nên mang tới chỗ bán họ làm cho. Được đấy bạn ạ.
 

locnp

Well-Known Member
Ðề: [Help] - Box Buffalo HD-WSU2 nhận max dung lượng hdd

Mình ở SG, bạn cho mình địa chỉ làm box được không, box này mình mua từ 1 anh bạn nên cũng ko rành lắm :)
 

xuanman

Member
Ðề: [Help] - Box Buffalo HD-WSU2 nhận max dung lượng hdd

Mình ở SG, bạn cho mình địa chỉ làm box được không, box này mình mua từ 1 anh bạn nên cũng ko rành lắm :)
Bạn vào phần trung tâm thương mại và tìm mấy chỗ bán box buffalo. Gọi họ thử xem.
 
Ðề: [hỏi]buffalo terastation root password ?

bác dùng lệnh này thử hen
java -jar acp_commander.jar -t <IP Address> -c "(echo <pass>;echo <pass>)|passwd"

muốn pw root là gì thì thay vào o pass nhé
nhớ download file acp_commander.jar về để làm

(ghi chú:Replace <IP Address> with the IP address of your TS and <pass> with password you want. You can now login via ssh as root using your new password.)

cám ơn bác. em update lại firmware và đã telnet bằng myroot được rồi.

và có 1 vấn đề mới: disk 1 hỏng, e cho vào pc copy toàn bộ sang ổ mới, cho ổ mới vào Tera với vị trí disk 1, tiếp tục nhét disk 1 cũ vào vị trí disk 4. vậy là trong WebUI shared file có 2 hệ thống giống hệt nhau của disk 1 và disk 4. Em tiến hành format disk 4 thì toàn bộ số liệu trong disk 1 cũng ra đi luôn.

Nhẽ ra chỉ nên delete shared folder của disk4 thôi thì disk 1 chắc vẫn còn. giờ toàn bộ phim của 1 ổ đã mất. có cách nào recover không nhỉ ?
 
Bên trên