FAQs
From NAS-4220
I can't use USB stick connected to the NAS box
If you are able to see the USB Stick in Maintenance - Disk Utility select desired file system and use the format button.
Official answer from Support/RaidSonic Tec.: Please format this USB stick by our NAS before you use this drive.
After updating the firmware telnet is disabled on the NAS
It is more save to use the SSH package available on Raidsonic homepage. Or you can enable telnet by http://<ip-of-your-box>/cgi/telnet/telnet.cgi .
What is the advantages of SSH against telnet
SSH (SecureShell) is an encrypted communictaion. Especially if the box will be accessed over the internet this protocol inhibits tapping of the traffic. So no password and different data can be recorded. On the other hand telnet sends it's data uncrypted. Therefore everybody can listen to it.
Ist es möglich eine wake on lan funktion per Software zu implementieren
NEIN Wenn die Box ausgeschaltet ist läuft auch keine Software. Das ist auch ob des Stromverbrauches im Spin-Down-Betrieb nicht sinnvoll. Der wäre bei beiden Varianten in etwa gleich, allerdings mit einer deutlich längeren Verzögerung beim Aufwachen des NAS verbunden.
Muss ich jedesmal nach einem neustart von Windows meinen Usernamen/Passwort eingeben
NEIN es gibt
a) die möglichkeit den Benutzernamen und pw beim anlegen eines Netzlaufwerks einen Namen/passwort zu speichern und
b.) meine bevorzugte lösung, eine Batch Datei im Autostart mit den manuellen mount befehlen
('net use LW: \\192.168.1.xx\music kennwort /USER benutzername')
Wie erreiche ich von aussen bei dynamischer IP meine Box
Am einfachsten richtet man sich bei einem Dienst wie DynDNS [1] eine kostenlose 'web Adresse' ein. Mittlerweile unterstützt jeder Router das Update der DynDNS Daten so das bei jeder neuen Einwahl die dynamische IP-Adresse aktualisiert wird. Dann muss man in seinem Router nur noch das Portforwarding auf Port 21 einrichten.
I can't access (Access is denied) to my shared folder(s) using Samba and Windows XP SP2
This error message may appear due blank password restrictions, if your account in Windows XP has no password and your shared folders are password protected.
\\<your_computer> is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions.
Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or policy restriction has been enforced.
You have to turn off 'Use simply file sharing' and disable the entry 'Accounts: Limit local account...' using Group Policy editor (gpedit.msc).
To disable simple file sharing, follow these steps:
1. Click Start, and then click My Computer.
2. On the Tools menu, click Folder Options, and then click the View tab.
3. In the Advanced Settings section, clear the Use simple file sharing (Recommended) check box.
4. Click OK.
To disable limit of blank passwords, follow these steps:
Computer Configuration
-Windows Settings
--Security Settings
---Local Policies
----Security Options
-----Accounts: Limit local account use of blank passwords to console logon only - Disabled
can't access special character "Ä" (Umlaute) with linuxserver with smbmount
1. First select from ICY BOX webinterface <File and Print> > Fileserver and choose Characterset "Central European(CP1250)
2. Mount the NAS with the command:
mount -t smb -o lfs,username=xxx,password=yyyy,uid=USER,gid=GROUP,codepage=cp1250 //10.1.1.11/SHARENAME /MOUNTPOINT xxx= username on ICY-BOX yyy= password on ICY-BOX uid= username on Linux PC gid= group on linux PC SHARENAME= sharename on ICY-BOX MOUNTPOINT= mountpoint on linux PC
lfs= files over 2GB
Frage e
Antwort e
