NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.

Forum Discussion

Davide88's avatar
Davide88
Aspirant
Dec 23, 2020

Potete di grazia rendere noto il comando su come montare readyshare su linux???

Salve,

è possibile rendere noto il comando funzionante per montare la condivisione readyshare su linux?

Le ho provate in tutte le salse senza riuscirci

davicom@server:~$ sudo mount cifs //192.168.1.122/USB_Storage /home/davicom/Desktop/untitled_folder 0 0
[sudo] password for davicom: 
mount: bad usage
Try 'mount --help' for more information.
davicom@server:~$ sudo mount -t cifs //192.168.1.122/USB_Storage /home/davicom/Desktop/untitled_folder 0 0
mount: bad usage
Try 'mount --help' for more information.
davicom@server:~$ sudo mount cifs //192.168.1.122/USB_Storage /home/davicom/Desktop/untitled_folder
mount: bad usage
Try 'mount --help' for more information.
davicom@server:~$ sudo mount -t cifs //192.168.1.122/USB_Storage/ /home/davicom/Desktop/untitled_folder
Password for root@//192.168.1.122/USB_Storage/:                          
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs //192.168.1.122/USB_Storage/ /home/davicom/Desktop/untitled_folder
Password for root@//192.168.1.122/USB_Storage/:                          
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o username=guest //192.168.1.122/USB_Storage/ /home/davicom/Desktop/untitled_folder
Password for guest@//192.168.1.122/USB_Storage/:  ****                    
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t smb -o username=guest //192.168.1.122/USB_Storage/ /home/davicom/Desktop/untitled_folder
mount: /home/davicom/Desktop/untitled_folder: unknown filesystem type 'smb'.
davicom@server:~$ sudo ufw disable
Firewall stopped and disabled on system startup
davicom@server:~$ smbd restart
[2020/12/23 14:28:36.991580,  0] ../../lib/util/debug.c:1098(reopen_one_log)
  reopen_one_log: Unable to open new log file '/var/log/samba/log.smbd': Permission denied
[2020/12/23 14:28:36.991610,  0] ../../source3/smbd/server.c:1775(main)
  smbd version 4.11.6-Ubuntu started.
  Copyright Andrew Tridgell and the Samba Team 1992-2019
davicom@server:~$ sudo smbd restart
davicom@server:~$ sudo ufw enable
Firewall is active and enabled on system startup
davicom@server:~$ sudo mount -t smb -o username=guest //READYSHARE/USB_Storage /home/davicom/Desktop/untitled_folder
mount: /home/davicom/Desktop/untitled_folder: unknown filesystem type 'smb'.
davicom@server:~$ sudo mount -t cifs -o username=guest //READYSHARE/USB_Storage /home/davicom/Desktop/untitled_folder
mount error: could not resolve address for READYSHARE: Unknown error
davicom@server:~$ sudo mount -t cifs -o username=guest //192.168.1.122/USB_Storage /home/davicom/Desktop/untitled_folder
Password for guest@//192.168.1.122/USB_Storage:                          
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o //192.168.1.122/USB_Storage /home/davicom/Desktop/untitled_folder
mount: /home/davicom/Desktop/untitled_folder: can't find in /etc/fstab.
davicom@server:~$ sudo mount -t cifs //192.168.1.122/USB_Storage /home/davicom/Desktop/untitled_folder
Password for root@//192.168.1.122/USB_Storage:  ***************         
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o username=admin //192.168.1.122/USB_Storage /home/davicom/Desktop/untitled_folder
Password for admin@//192.168.1.122/USB_Storage:  ***************         
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o username=admin //192.168.1.122/USB_Storage/prova /home/davicom/Desktop/untitled_folder
Password for admin@//192.168.1.122/USB_Storage/prova:  ***************         
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o username=admin //192.168.1.122/USB_Storage/prova/ /home/davicom/Desktop/untitled_folder
Password for admin@//192.168.1.122/USB_Storage/prova/: ***************          
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o username=admin //192.168.1.122/USB_Storage /home/davicom/Desktop/untitled_folder
Password for admin@//192.168.1.122/USB_Storage:  ***************         
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o username=guest //192.168.1.122/USB_Storage/prova/ /home/davicom/Desktop/untitled_folder
Password for guest@//192.168.1.122/USB_Storage/prova/:                          
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o username=guest //192.168.1.122/prova/ /home/davicom/Desktop/untitled_folder
Password for guest@//192.168.1.122/prova/:                          
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o username=guest //192.168.1.122:\prova /home/davicom/Desktop/untitled_folder
mount error: could not resolve address for 192.168.1.122:prova: Unknown error
davicom@server:~$ sudo mount -t cifs -o username=guest //192.168.1.122:\U /home/davicom/Desktop/untitled_folder
mount error: could not resolve address for 192.168.1.122:U: Unknown error
davicom@server:~$ sudo mount -t cifs -o username=guest //192.168.1.122/U\: /home/davicom/Desktop/untitled_folder
Password for guest@//192.168.1.122/U::                          
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o username=guest //192.168.1.122/U\:\prova /home/davicom/Desktop/untitled_folder
Password for guest@//192.168.1.122/U:prova:                          
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o username=guest //192.168.1.122/Usb_Storage /home/davicom/Desktop/untitled_folder
Password for guest@//192.168.1.122/Usb_Storage:                          
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o username=guest //192.168.1.122\Usb_Storage /home/davicom/Desktop/untitled_folder
mount error: could not resolve address for 192.168.1.122Usb_Storage: Unknown error
davicom@server:~$ sudo mount -t cifs -o username=guest //192.168.1.122/Usb_Storage\U:\prova /home/davicom/Desktop/untitled_folder
Password for guest@//192.168.1.122/Usb_StorageU:prova:                          
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
davicom@server:~$ sudo mount -t cifs -o username=guest //192.168.1.122/Usb_Storage\U:\prova\ /home/davicom/Desktop/untitled_folder
mount: //192.168.1.122/Usb_StorageU:prova /home/davicom/Desktop/untitled_folder: can't find in /etc/fstab.
davicom@server:~$ sudo mount -t cifs -o username=guest \\READYSHARE\USB_Storage /home/davicom/Desktop/untitled_folder
mount.cifs: bad UNC (\READYSHAREUSB_Storage)
davicom@server:~$ sudo mount -t cifs -o username=guest \\READYSHARE /home/davicom/Desktop/untitled_folder
mount.cifs: bad UNC (\READYSHARE)
davicom@server:~$ sudo mount -t cifs -o username=guest \READYSHARE /home/davicom/Desktop/untitled_folder
mount.cifs: bad UNC (READYSHARE)

2 Replies

  • ErikaMa's avatar
    ErikaMa
    NETGEAR Employee Retired

    Buongiorno Davide88,

     

    dagli screen, sembra stia avendo problemi a installare il drive USB.

     

    Riesce ad accedere al drive da HTTPS o FTP (su Internet)?

    I link esatti sono mostrati nelle impostazioni ReadySHARE del router.

     

    Nel frattempo, le auguro buone feste!

     

    Saluti,

    Erika

    Team NETGEAR

  • ErikaMa's avatar
    ErikaMa
    NETGEAR Employee Retired

    Salve Davide88,

     

    i nostri esperti ci hanno inviato i passaggi seguenti per impostare USB_Storage su Ubuntu 20.10.; Gnome version 3.38.1:

    $ Sudo su
    - Inserire super user password
    # apt-get update
    # apt-get install cifs-utils (le più recenti distribution CIFS utility sono usate per lo sharing, la più vecchia versione Samba è obsoleta e non più in uso)

    Modificare il file fstab in etc. (per la prova è stato usato Nano editor):
    # Nano /etc/fstab (in Nano bisogna impostare il path dal router alla directory locale e settare i privilegi) 
    Dopo aver inserito i path corretti, bisogna salvarli in Nano (Ctrl + O + Enter; Ctrl + X)
    $ Sudo mount-a (questo comando monterà il path sul suo computer al router, sarà possibile accedere da Nautilus)
    - Inserire super user password

     

    Le suggeriamo anche questo articolo.

     

    Saluti,

    Erika

    Team NETGEAR