elrengo
Regular Contributor
Hi! I would like to mount a two samba share from my WDLXTVLIVE. Because I have connected the WDLXTVLIVE to router to ethernet. To copy the data donloaded by transmission from router more stable than wifi.
I looking for it in intenet I found that syntaxis:
This mount but I do not where is the mount point:
I can access but I try with:
and then I try with the same result:
If any can help me!
I looking for it in intenet I found that syntaxis:
mount \\\\192.168.1.30\\My_Book /cifs1 -t cifs -o "username=elrengo,password=xxxxx"
This mount but I do not where is the mount point:
elrengo@RT-AC3100:/tmp/mnt# mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=257528k,nr_inodes=64382,mode=755)
proc on /proc type proc (rw,relatime)
tmpfs on /tmp type tmpfs (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
/dev/mtdblock4 on /jffs type jffs2 (rw,noatime)
usbfs on /proc/bus/usb type usbfs (rw,relatime)
/dev/sda2 on /tmp/mnt/sda2 type ext4 (rw,nodev,relatime,user_xattr,barrier=1,data=ordered)
/dev/sdb1 on /tmp/mnt/Fotos type tntfs (rw,nodev,relatime,uid=0,gid=0,umask=00,nls=utf8,min_prealloc_size=64k,max_prealloc_size=256M,readahead=1M,user_xattr,case_sensitive,fail_safe,hidden=show,dotfile=show,errors=continue,mft_zone_multiplier=1)
\134\134192.168.1.30\134My_Book on /cifs1 type cifs (rw,mand,relatime,unc=\\192.168.1.30\My_Book,username=elrengo,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.30,posixpaths,serverino,acl,rsize=16384,wsize=57344)
I can access but I try with:
result:mount -t cifs \\\\192.168.1.30\\My_Book /cifs1 /mnt/My_Book
elrengo@RT-AC3100:/tmp/mnt# mount -t cifs \\\\192.168.1.30\\My_Book /cifs1 /mnt/My_Book
BusyBox v1.20.2 (2016-03-20 15:54:02 EDT) multi-call binary.
Usage: mount [OPTIONS] [-o OPTS] DEVICE NODE
Mount a filesystem. Filesystem autodetection requires /proc.
-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(s)
-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
[r]bind Bind a file or directory [recursively] to another location
move Relocate an existing mount point
remount Remount a mounted filesystem, changing flags
ro/rw Same as -r/-w
There are filesystem-specific -o flags.
and then I try with the same result:
mount –t cifs 192.168.1.30/My_Book /mnt/My_Book –o username=elrengo,workgroup=morsashouse
mount –t cifs 192.168.1.30/My_Book /mnt/My_Book
If any can help me!