FRITZ BOX 7490 errors on mounting external disc

Hi, my system comprises by a CXA81 integrated amp, monitor audio silver 500, and rpi4 2 GB sd card with volumio mounting, and router/modem fritz box7490. I have connected a USB 3.0 TOSHIBA HDD,
3T, on router. The problem is that although I can select the fritz media server from the choice media servers of volumio software it is not possible to mount the external disc from the choice network drivers. Below is what I have selected:

ALIAS: FRITZ.NAS
NAS IP ADDRESS: 192.168.""""
PATH: FRITZ.NAS\TOSHIBA_EXT\Fidelity (I also have entered the whole path “FRITZ.NAS\Music\Folders\TOSHIBA_EXT\Fidelity”)
FILE SHARE TYPE: nfs/cifs (I also have entered either of them)
USERNAME: empty
PASSWORD: empty
OPTIONS: empty

Have you tried to access the USB drive share (on the Fritz Box) from a computer to confirm that the share is working?
Have you checked the security on the security settings USB drive share (on the Fritz Box)?
Does it have Guest Access enabled?
Does it need a username and password combination?
When you show that you entered the whole path to the share, you don’t show the leading \\, did you leave it out when you entered the path on the Volumio?
\\FRITZ.NAS\Music\Folders\TOSHIBA_EXT\Fidelity\ is how I’d expect it to look.

A weirdly similar question today by another user.

Maybe something is wrong with SMB share connections with Volumio on R Pi 4 models?

I have applied what you have mentioned and I can access the USB external disc connected on the Fritz box either from a computer or from volumio media servers but I can not mount it from network drives of volumio.

try to set only “Fidelity” as path
Not with a Frtizbox, but in my case :

If you are able to ssh into your RPi4, what does running the command:

smbclient -L 192.168.""""

result in?

well it does not work…it gives me invalid argument

You did use the correct IP address didn’t you, rather than the redacted one you posted in the OP?

I used the correct ip address 192.168… on volumio settings

When I use ssh it gives me back:
playback status, playback control, volumio service control, volumio development, volumio updater. Is it possible to mount the external disc using ssh linux commands ?

I’m not sure exactly what’re doing here. Have you typed ‘volumio’ at the command line, because that is not going to help.

ssh into your device (using ‘volumio’ as password). You are now at the command line. Type in:
smbclient -L 192.168.x.y
and copy and paste what you typed, and the devices response back here.

Yes, the external drive can be manually mounted, but it should work already automatically. I think the problem is that you do not have the correct share name/path, and that is what I am trying to determine using ‘smbclient’

Every time I marked a sentence on ssh with the mouse I can not copied with the right click

login as: volumio
volumio@volumiodarkshadow’s password:
___
/_ \ __
__ __ //\ \ __ __ ___ ___ /_\ ___
/\ /\ \ / __\\ \ \ /\ \/\ \ /' __ __\/\ \ / __
\ \ _/ |/\ \L\ \
\ _\ \ _\ /\ /\ /\ \ \ /\ \L\
\ _
/ \ _//_\ _/\ _\ _\ _\ _\ _/
// // // // /////////___/

         Free Audiophile Linux Music Player - Version 2.0

      C 2015 Michelangelo Guarise - Volumio Team - Volumio.org

Volumio Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
volumio@volumiodarkshadow:~$ smbclient-L 192.168.xxx.x
-bash: smbclient-L: command not found
volumio@volumiodarkshadow:~$ volumio

Usage : volumio

[[PLAYBACK STATUS]]

status Gives Playback status information
volume Gives Current Volume Information
volume Sets Volume at desired level 0-100
volume mute Mutes
volume unmute Unmutes
volume toggle Mutes/Unmutes
volume plus Increases Volume of one step
volume minus Decreases Volume of one step
seek plus Forwards 10 seconds in the song
seek minus Backwards 10 seconds in the song
seek Plays song from selected time
repeat Toggles repetition of queue
random Toggles randomization of queue

[[PLAYBACK CONTROL]]

play
pause
toggle Toggles between play/pause
next
previous
stop
clear

[[VOLUMIO SERVICE CONTROL]]

vstart Starts Volumio Service
vstop Stops Volumio Service
vrestart Restarts Volumio Service

[[VOLUMIO DEVELOPMENT]]

pull Pulls latest github status on master from htt ps://github.com/volumio/Volumio2.git
pull -b Pulls branch from https://github.com /volumio/Volumio2.git
pull -b Pulls branch from git repository
dev Start Volumio in develpment mode, with Nodemo n and Remote Debugger
kernelsource Gets Current Kernel source (Raspberry PI only )
plugin init Creates a new plugin
plugin refresh updates plugin in the system
plugin package compresses the plugin
plugin publish publishes the plugin on git
plugin install installs the plugin locally
plugin update updates the plugin
logdump dump logs to /var/tmp/logondemand instead of uploading

[[VOLUMIO UPDATER]]
updater forceupdate Updates to latest version
updater factory Restores factory version and wipes all user d ata
updater userdata Wipes all user data
updater testmode Enables or disables Test mode, allowing to re ceive beta builds
updater cleanupdate Updates to latest version and cleans user dat a, allowing a start like a newly flashed image
updater restorevolumio Delete all manually edited files from /volumi o folder, restoring a pristine volumio core system
internet Enables or disbles internet access, accepted commands: on | off

volumio@volumiodarkshadow:~$

You have to replace 192.168.xxx.x by the IP of your device… Go in network settings of Volumio to see it.

There is a space between ‘smbclient’ and ‘-L’ too.

The IP of Fritz box is 192.168.xx.x
What do I have to replace, pls explain

login as: volumio
volumio@volumiodarkshadow’s password:
___
/_ \ __
__ __ //\ \ __ __ ___ ___ /_\ ___
/\ /\ \ / __\\ \ \ /\ \/\ \ /' __ __\/\ \ / __
\ \ _/ |/\ \L\ \
\ _\ \ _\ /\ /\ /\ \ \ /\ \L\
\ _
/ \ _//_\ _/\ _\ _\ _\ _\ _/
// // // // /////////___/

         Free Audiophile Linux Music Player - Version 2.0

      C 2015 Michelangelo Guarise - Volumio Team - Volumio.org

Volumio Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
volumio@volumiodarkshadow:~$ smbclient -L 192.168.178.1
Enter volumio’s password:
session setup failed: NT_STATUS_LOGON_FAILURE
volumio@volumiodarkshadow:~$ smbclient -L 192.168.178.1
Enter volumio’s password:
session setup failed: NT_STATUS_LOGON_FAILURE
volumio@volumiodarkshadow:~$ smbclient -L 192.168.178.1
Enter volumio’s password:
session setup failed: NT_STATUS_LOGON_FAILURE
volumio@volumiodarkshadow:~$

I’m sorry nikolaos, but it is very difficult to see what is happening here. You are obviously not at all happy with working on the command line, and from this side at the moment we are having problems understanding exactly what is happening.

Forget the smbclient stuff for now. From your screen shot, you have not included a cifs username or password.

Edit: Also have a look here for setting up your Fritzbox’s shares properly.

When I enter in the external disc no username or password is needed to enter either using laptop or the choice media servers on volumio. What username or password do I have to enter ? The one created to enter fritz box?