0

I'm using samba in Linux Fedora 26 to mount a share folder, but it is showing some error which is mentioned below:

https://i.stack.imgur.com/Ypvcq.png

The Command I used is:

mount_smbfs -I 192.168.1.10 "//Mohamed@gworks-developer-pc/smbtest1" /mnt/local_share

And I get the following error:

bash: mount_smbfs: command not found

I am attaching error Image Samba mount point for reference.

How to solve the issue, Any idea.....?

Faibbus
  • 1,115
  • 10
  • 18
ajithk
  • 13
  • 2

1 Answers1

1

Use cifs instead. Take a look at this link.

IAmAliYousefi
  • 1,132
  • 3
  • 21
  • 33