Po upozorneni na mozne riziko pouzivania 120 GB USB HDD s routrom ASUS necham doteraz vyuzivany 120GB USB HDD pre dalsie pouzivanie so satelitom Octagon 908, kde nie su s nim ziadne problemy.
Skusam v domacej sieti podla uvedenej specifikacie siete pripojit HDBOX k zdielanemu adresaru osobneho pocitaca, Na osobnom pocitaci 192.168.1.8 som vytvoril na disku C adresar TEST s pristupom pre uzivatela guest s heslom 123456. Na PC som prechodne vypol Windows Firevall
Podla postupu uvedeneho v radach a navodoch pre HDBOX
http://www.forum.satdigitalne.cz/viewto ... 166&t=4044
som modifikoval script pre moje pripojenie adresara TEST na PC k HDBOXu
mount -t cifs //192.168.1.8/TEST -o username=guest, password=123456 /STORAGE/USB2/TEST
Pri zadani prikazu cez telnet sa mi zial nedari , poradi mi niekto kto je v tom doma ?
Ďakujem
Vypis telnetu po zadani uvedeneho scriptu
~ # mount -t cifs //192.168.1.8/TEST -o username=guest, password=123456 /STORAGE
/USB2/TEST
BusyBox v1.14.2 (2009-12-14 17:23:28 KST) multi-call binary
Usage: mount [flags] DEVICE NODE [-o OPT,OPT]
Mount a filesystem. Filesystem autodetection requires /proc be mounted.
Options:
-a Mount all filesystems in fstab
-f Dry run
-r Read-only mount
-w Read-write mount (default)
-t FSTYPE Filesystem type
-O OPT Mount only filesystems with option OPT (-a only)
-o OPT:
loop Ignored (loop devices are autodetected)
[a]sync Writes are [a]synchronous
[no]atime Disable/enable updates to inode access times
[no]diratime Disable/enable atime updates to directories
[no]relatime Disable/enable atime updates relative to modification time
[no]dev (Dis)allow use of special device files
[no]exec (Dis)allow use of executable files
[no]suid (Dis)allow set-user-id-root programs
[r]shared Convert [recursively] to a shared subtree
[r]slave Convert [recursively] to a slave subtree
[r]private Convert [recursively] to a private subtree
[un]bindable Make mount point [un]able to be bind mounted
bind Bind a directory to an additional location
move Relocate an existing mount point
remount Remount a mounted filesystem, changing its flags
ro/rw Read-only/read-write mount
There are EVEN MORE flags that are specific to each filesystem
You'll have to see the written documentation for those filesystems
~ #