Network drive connection failure

I have a raspberry pi3 running jessie as my plex server. I trying to connect to a 4tb usb drive attached to my linksys router

/etc/fstab
//192.168.1.1/seagate /mnt/seagate cifs auto,defaults,username=,passwword=,nofail, vers=1.0 0 0

pi@raspberrypi:~ $ sudo mount -a
mount: Proc is already mounted or /proc busy
Password for root@//192.168.1.1/seagate: ******
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
mount: mount point vers=1.0 does not exist

this is the content of messages /var/log/messages

Jul 19 21:14:32 raspberrypi kernel: [122816.923769] No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount.
Jul 19 21:23:59 raspberrypi kernel: [123384.078448] No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount.

have no idea what to change to make this work. I have searched and tried all of the suggestions I can find but still no luck.

I can access the drive on other computers and even on the raspberry Pi 3 if I use the gui

Also is this even worth doing? Will the plex clients see better performance by having the media on a router attached drive rather than having the drive attached to the raspberry pi

Any help would be appreciated.

100% No :slight_smile:

quote=“tejerram_gmail_com, post:1, topic:285603”]
//192.168.1.1/seagate /mnt/seagate cifs auto,defaults,username= ,passwword= ,nofail, vers=1.0 0 0
[/quote]

Could it be because you have spelled “password” as “passwword”?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.