Pomoc Kopiowanie z QNAPa na drugiego QNAPa

mimimi

Entry Technician
Q Associate
17 Styczeń 2009
31
0
6
QNAP
TS-509 Pro
Ethernet
1 GbE
Hej,

W jaki sposób skopiować pliki z jednego QNAPa na drugi?

Chodzi mi o kopoiowanie pod powłoką QNAPowego linuxa a nie przez windowsa.

W jaki sposób zamontować/zamapować publiczny udział któwy znajduje się na QNAP-ie 2, na QNAP-ie 1?

Dzięki
 
  • Samba/CIFS:
    Bash:
    mount.cifs
    Kod:
    Usage:  mount.cifs <remotetarget> <dir> -o <options>
    
    Mount the remote target, specified as a UNC name, to a local directory.
    
    Options:
            user=<arg>
            pass=<arg>
            dom=<arg>
    
    Less commonly used options:
            credentials=<filename>,guest,perm,noperm,setuids,nosetuids,rw,ro,
            sep=<char>,iocharset=<codepage>,suid,nosuid,exec,noexec,serverino,
            mapchars,nomapchars,nolock,servernetbiosname=<SRV_RFC1001NAME>
            directio,nounix,cifsacl,sec=<authentication mechanism>,sign,fsc
    
    Options not needed for servers supporting CIFS Unix extensions
            (e.g. unneeded for mounts to most Samba versions):
            uid=<uid>,gid=<gid>,dir_mode=<mode>,file_mode=<mode>,sfu
    
    Rarely used options:
            port=<tcpport>,rsize=<size>,wsize=<size>,unc=<unc_name>,ip=<ip_address>,
            dev,nodev,nouser_xattr,netbiosname=<OUR_RFC1001NAME>,hard,soft,intr,
            nointr,ignorecase,noposixpaths,noacl,prefixpath=<path>,nobrl
    
    Options are described in more detail in the manual page
            man 8 mount.cifs
    
    To display the version number of the mount helper:
            mount.cifs -V
  • NFS:
    Bash:
    mount.nfs
    Kod:
    usage: mount.nfs remotetarget dir [-rvVwfnsih] [-o nfsoptions]
    options:
            -r              Mount file system readonly
            -v              Verbose
            -V              Print version
            -w              Mount file system read-write
            -f              Fake mount, do not actually mount
            -n              Do not update /etc/mtab
            -s              Tolerate sloppy mount options rather than fail
            -h              Print this help
            nfsoptions      Refer to mount.nfs(8) or nfs(5)

Lub zainstaluj Optware a z niego MC.
How-To - QNAP od środka, czyli grzebiemy w linuchu - Jak sobie ułatwić?