i have dreambox 500 hd and goflex home 1 tb. i'm trying to cifs mount from dreambox mount manager but i can't connect.i created a folder on goflex and named dreambox.
my setup in mount manager
Sharename ---------------> dreambox
Connecting type ---------------------> CIFS
Server IP ----------------------> 192.168.1.x
use as HDD replacement ---------> yes
share folder ----------------------> /goflex_home/GoFlex Home Public/dreambox
connection -------------------------> rw
username ---------------------> xxxx
password --------------------------> xxx
and i'm trying telnet to;
----------------------------------------------------------------------------------------------------
root@dm500hd:~# mount -t cifs -o //192.168.x.x/goflex_home/GoFlex Home Public/
dreambox /media/hdd username=xxxx,password=xxxx
BusyBox v1.15.3 (2011-03-10 12:53:58 UTC) 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
-i Don't run mount helper
-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
-----------------------------------------------------------------------------------------
my setup in mount manager
Sharename ---------------> dreambox
Connecting type ---------------------> CIFS
Server IP ----------------------> 192.168.1.x
use as HDD replacement ---------> yes
share folder ----------------------> /goflex_home/GoFlex Home Public/dreambox
connection -------------------------> rw
username ---------------------> xxxx
password --------------------------> xxx
and i'm trying telnet to;
----------------------------------------------------------------------------------------------------
root@dm500hd:~# mount -t cifs -o //192.168.x.x/goflex_home/GoFlex Home Public/
dreambox /media/hdd username=xxxx,password=xxxx
BusyBox v1.15.3 (2011-03-10 12:53:58 UTC) 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
-i Don't run mount helper
-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
-----------------------------------------------------------------------------------------