Accessing the USB port on a Hub2 with Linux
FIXED- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- My Router
- :
- Re: Accessing the USB port on a Hub2 with Linux
Thursday
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
How do you configure Linux Mint 20.3 to access the USB port the Hub? VLC running on the firestick can assess, so it is working.
Is the a way to create a shortcut to the USB disconnect button? Ideally one click/press instead three and the admin password.
Fixed! Go to the fix.
Re: Accessing the USB port on a Hub2 with Linux
Thursday
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
What desktop are you running in Mint? This will determine what file manager is installed.
I'm running Mint 22 Cinnamon, which has Nemo as the default file manager.
I haven't tried using the USB port for a long time, and my Plusnet Hub is no longer connected to my network because I am in the final stages of migrating from PN to Zen Internet, but what do you see when you click on "Network" in your file manager.
With Linux, this might be a "permissions" issue.
.
Re: Accessing the USB port on a Hub2 with Linux
Thursday
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'm using Cinnamon. The "Network" tab shows the icon for "Window Network", but when clicked on it returns the message "Unable to Mount Location".
Are there any apps other than Nemo that can used to upload to the usb or delete from it?
Re: Accessing the USB port on a Hub2 with Linux
Friday - last edited Friday
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
IIRC, the Plusnet Hub, (and likewise the BT SmartHubs), use a very old version of the Samba sharing protocol. Many operating systems do not activate Samba v1 due to security concerns.
Have you had a look at the Linux Mint forums about this? The first post in this thread has some code that the OP added to their smb.conf file to make v1 work.
If that doesn't work then I'd recommend looking further on those forums, particularly in relation to permissions.
.
Re: Accessing the USB port on a Hub2 with Linux
Friday - last edited Friday
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
As mentioned the Hub uses smb1, with windows you need to add SMB1 client support to mount the USB drive.
https://community.plus.net/t5/forums/replypage/board-id/Hardware/message-id/40116 might have some pointers, but be warned some references are for the Hub One.
As @Mr_Paul says I would search Mint forums
As to a shortcut to safely remove the USB drive you'll probably need to record your mouse and keyboard actions
Friday
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Got it working.
First the line below was added to global section of /etc/samba/smb.conf
client min protocol = NT1
Next in the terminal this command was used, that opened USB1 in Nemo. The share was bookmarked in Nemo to make it easier next time.
nemo smb://192.168.1.254/usb1
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- My Router
- :
- Re: Accessing the USB port on a Hub2 with Linux