error to access smb folder, it using "smb-share" sub folder, but what i choosed on truenas is a different one.

lintrust

Cadet
Joined
Oct 19, 2022
Messages
2
1667570132563.png


Code:
Jul 14 03:07:05 truenas proftpd[171341]: 127.0.0.1 (192.168.1.188[192.168.1.188]) - notice: unable to use DefaultRoot '~/' [resolved to '/mnt/POOL_NTFS/smb-share/wulin/']: No such file or directory
Jul 14 03:07:05 truenas proftpd[171341]: 127.0.0.1 (192.168.1.188[192.168.1.188]) - error: unable to set DefaultRoot directory
Jul 14 03:32:03 truenas proftpd[127613]: 127.0.0.1 - ProFTPD killed (signal 15)
Jul 14 03:32:03 truenas proftpd[127613]: 127.0.0.1 - ProFTPD 1.3.7a standalone mode SHUTDOWN
Jul 14 03:32:05 truenas proftpd[215894]: 127.0.0.1 - ProFTPD 1.3.7a (maint) (built Sat Sep 18 2021 21:42:19 UTC) standalone mode STARTUP
Code:

	

		
			
		

		
	

1667570348988.png
Not sure if i'v preset a "smb-share" setting somewhere in past days or TrueNas set...
 

lintrust

Cadet
Joined
Oct 19, 2022
Messages
2
And if I use shell command instead of the Files app on ubuntu 22.04, it can shows files out. The shell will asking password but Files app does not.

Code:
wulin@R7000:~$ smbclient //192.168.1.19/zds-files
Password for [WORKGROUP\wulin]:
Try "help" to get a list of possible commands.
smb: \> ls
  .                                   D        0  Wed Jul 14 03:23:09 2021
  ..                                  D        0  Wed Jul 14 03:35:14 2021
  smb.txt                             A        5  Fri Oct 28 21:23:16 2022
  ftp.txt                             N        4  Wed Jul 14 03:11:24 2021
  webdav.txt                          A        5  Fri Oct 28 21:22:59 2022
  wulin                               D        0  Wed Jul 14 03:23:09 2021

        795162368 blocks of size 1024. 795162240 blocks available
smb: \> 

Code:

The question is, how should i do on the Files app to make it can access the SMB shares?
 
Top