cancel
Showing results for 
Search instead for 
Did you mean: 
1

Ask

2

Reply

3

Solution

How mount the USB on PowerHUb from LInux

hallergard
4: Newbie

Thought putting this line into /etc/fstab would allow mounting with the command "mount /mnt/z"

//vodafone.powerhub/Sandisk_UltraUSB30_1_6320   /mnt/z   cifs noauto,uid=krister,credentials=/home/krister/.credentials,rw,vers=1.0    0 0

with user admin and password same as the PowerHub in the .credentials file.  But it did not work.  Got this error message:  "mount error: Server abruptly closed the connection.   . . . . . . . . . . . . . . . . . . . . . .  mount error(112): Host is down"

Suggestions would be appreciated!

1 ACCEPTED SOLUTION

Cynric
16: Advanced member
16: Advanced member

@hallergard At first glance try replacing vers=1.0 with vers=3.0 because 1.0 is deprecated.

View solution in original position

4 REPLIES 4

hallergard
4: Newbie

Any Linux user on Vodafone?  Would appreciate your help!

Cynric
16: Advanced member
16: Advanced member

@hallergard At first glance try replacing vers=1.0 with vers=3.0 because 1.0 is deprecated.

Thanks @Cynric  vers=3.0 solved it!

Cynric
16: Advanced member
16: Advanced member

@hallergard Excellent news.

That saves me from doing a load of tests on my kit at home 😁