no samba/NFS reachable

boistordu

Cadet
Joined
Dec 12, 2020
Messages
6
Hi,

I have some problem with my truenas and I'm a newbie to it so I might have configured it badly.

The problem is wether I tried to mount the share from another unix/linux host on the network or windows machine, it doesn't work.

from a ubuntu host that the result from part of smbclient and the mounting command:

Code:
Got pdu len 232, data_len 208
rpc_api_pipe: got frag len of 232 at offset 0: NT_STATUS_OK
rpc_api_pipe: host 172.20.0.83 returned 208 bytes.
     srvsvc_NetShareEnumAll: struct srvsvc_NetShareEnumAll
        out: struct srvsvc_NetShareEnumAll
            info_ctr                 : *
                info_ctr: struct srvsvc_NetShareInfoCtr
                    level                    : 0x00000001 (1)
                    ctr                      : union srvsvc_NetShareCtr(case 1)
                    ctr1                     : *
                        ctr1: struct srvsvc_NetShareCtr1
                            count                    : 0x00000002 (2)
                            array                    : *
                                array: ARRAY(2)
                                    array: struct srvsvc_NetShareInfo1
                                        name                     : *
                                            name                     : 'IPC$'
                                        type                     : STYPE_IPC_HIDDEN (0x80000003)
                                        comment                  : *
                                            comment                  : 'IPC Service (TrueNAS Server)'
                                    array: struct srvsvc_NetShareInfo1
                                        name                     : *
                                            name                     : 'transfert'
                                        type                     : STYPE_DISKTREE (0x0)
                                        comment                  : *
                                            comment                  : ''
            totalentries             : *
                totalentries             : 0x00000002 (2)
            resume_handle            : *
                resume_handle            : 0x00000000 (0)
            result                   : WERR_OK
        IPC$            IPC       IPC Service (TrueNAS Server)
        transfert       Disk     
SMB1 disabled -- no workgroup available
testing@ubu-game:~$ sudo mount.cifs //172.20.0.83/transfert /media/transfert
Password for root@//172.20.0.83/transfert:  ********               
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)


And from the VM generated by truenas itself I don't even get an answer....
So What's the right command to mount it? Is there a specfic thing about the name on truenas share that I should know about?
 
Top