cancel
Showing results for 
Search instead for 
Did you mean: 

USB Sharing on Hub 2

FIXED
ksaro1
Rising Star
Posts: 59
Thanks: 12
Fixes: 1
Registered: ‎11-10-2018

USB Sharing on Hub 2

See attached screenshot. This shows a USB storage device that I've attached to my Hub 2 router. (I know the advice against using SMB 1.0, but I'm not that worried about the security on my home network).

Anyway, the named device doesn't allow me to connect using SMB ver 1.0 from any of my home devices. The error messages all indicate that the IP address 192.168.1.254 isn't an SMB server. What is the correct syntax to attach using SMB?Screenshot 2022-09-11 at 16.52.39.jpg

 

e.g. mount attempt on Linux results in the below error (I also tried with user=admin and get same error)

 

mount.cifs kernel mount options: ip=192.168.1.254,unc=\\192.168.1.254\Kingston,vers=1.0,user=root,pass=********

mount error(111): could not connect to 192.168.1.254Unable to find suitable address

18 REPLIES 18
Dan_the_Van
Aspiring Hero
Posts: 2,564
Thanks: 1,161
Fixes: 73
Registered: ‎25-06-2007

Re: USB Sharing on Hub 2

Personally I wouldn't bother sharing from the Hub Two, why not from your pi, plenty of online help

Follow me - sharing on a pi is an example

Dan.

 

RPMozley
Pro
Posts: 1,339
Thanks: 83
Fixes: 13
Registered: ‎04-11-2011

Re: USB Sharing on Hub 2

Doesn’t smb://192.168.1.254 work for you?
Depending upon the file manager in Linux there should be an option to “connect to server” or something equivalent.
That's RPM to you!!
ksaro1
Rising Star
Posts: 59
Thanks: 12
Fixes: 1
Registered: ‎11-10-2018

Re: USB Sharing on Hub 2


@RPMozley wrote:
Doesn’t smb://192.168.1.254 work for you?


Short answer is no. 

From my Mac I get the following

Screenshot 2022-09-12 at 08.25.06.jpg

And on my RPI4 when I use the PCman file manager it can see all other shares on my home network but nothing shows for the Hub2. Also on my iPad I get a failure to find server error as well.

What do you see using smb://192.168.1.254?

Champnet
Aspiring Hero
Posts: 2,605
Thanks: 984
Fixes: 12
Registered: ‎25-07-2007

Re: USB Sharing on Hub 2

No point in trying to connect to the router, you need to find a way to declare the USB device as a share.

Then the access would be 192.168.1.254/'share name'

ksaro1
Rising Star
Posts: 59
Thanks: 12
Fixes: 1
Registered: ‎11-10-2018

Re: USB Sharing on Hub 2


@Champnet wrote:

...you need to find a way to declare the USB device as a share.

 


And how do I do that please?

Champnet
Aspiring Hero
Posts: 2,605
Thanks: 984
Fixes: 12
Registered: ‎25-07-2007

Re: USB Sharing on Hub 2

It should be in the router settings, someone with a hub two maybe able to help.

pvmb
Aspiring Pro
Posts: 579
Thanks: 70
Fixes: 2
Registered: ‎12-02-2014

Re: USB Sharing on Hub 2

..."in the settings" - perhaps not! At least not in any settings I can access, the Plusnet Hub Two is pretty well locked down to the ordinary user.

The USB port certainly works, I can plug things in and immediately see them correctly recognised:

Kingston, Data Traveller USB memory stick
HP Deskjet printer
StoreJet Transcent USB HD


I can 'Safely Disconnect' all of these via the Hub Two web page but, when installed, I have no idea how to access or use any of them. 

 

Dan_the_Van
Aspiring Hero
Posts: 2,564
Thanks: 1,161
Fixes: 73
Registered: ‎25-06-2007

Re: USB Sharing on Hub 2

I think you would need a USB drive connected first to be able to see the share, have you looked at the Event Log

selecting category USB to see what is might be called.

The format of the USB drive might be important the Hub One only supported FAT16, FAT32 and NTFS

Champnet
Aspiring Hero
Posts: 2,605
Thanks: 984
Fixes: 12
Registered: ‎25-07-2007

Re: USB Sharing on Hub 2

Comment from @PigeonPete  back in 2019 using a plus one router :

 

"The key to getting to the drive seems to be this share path:

//pnhub1/usb1/"

 

So /usb1/ just might be the usb share name on the hub two................

ksaro1
Rising Star
Posts: 59
Thanks: 12
Fixes: 1
Registered: ‎11-10-2018

Re: USB Sharing on Hub 2


@Dan_the_Van wrote:

I think you would need a USB drive connected first to be able to see the share, have you looked at the Event Log

selecting category USB to see what is might be called.

The format of the USB drive might be important the Hub One only supported FAT16, FAT32 and NTFS


Good points....

Screenshot 2022-09-12 at 11.58.01.jpgThese are the only events for USB. Should I see any reference to sharing or SMB?

I've formatted the USB as FAT32.

ksaro1
Rising Star
Posts: 59
Thanks: 12
Fixes: 1
Registered: ‎11-10-2018

Re: USB Sharing on Hub 2


@Champnet wrote:

Comment from @PigeonPete  back in 2019 using a plus one router :

Mine is a Hub 2 - completely different kit.

Champnet
Aspiring Hero
Posts: 2,605
Thanks: 984
Fixes: 12
Registered: ‎25-07-2007

Re: USB Sharing on Hub 2

Agreed, but have tried 192.168.1.254/usb1/ or just 192.168.1.254/usb/ ?

ksaro1
Rising Star
Posts: 59
Thanks: 12
Fixes: 1
Registered: ‎11-10-2018

Re: USB Sharing on Hub 2

Fix

DOH! Solved... I finally found an older BT post and it mentioned connecting as guest... BINGO... that does the trick on my iMac. Now to research how to mount SMB as guest on Raspberrys.... Thanks all for your replies.

Champnet
Aspiring Hero
Posts: 2,605
Thanks: 984
Fixes: 12
Registered: ‎25-07-2007

Re: USB Sharing on Hub 2

Should have included the rest of @PigeonPete 's post :

 

The key to getting to the drive seems to be this share path:

//pnhub1/usb1/

I can use the smbclient utility on my system like:

smbclient //pnhub1/usb1 -U GUEST -I 192.168.1.254

and hitting return on the password prompt.