You are not logged in.

#1 2013-10-21 12:09:11

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

[SOLVED] Mounting a samba share r/w

Hi,

I've got two samba shares in my windows dominated workplace. One is clearly visible (Smb4K, Krusader, Dolphin) as a mounted entity, another one can be entered via Konqueror only. There's definitely something special about Konqueror. Does it ring any bells? I should much prefer everything mounted the usual way.

Sorry for the poor research, but this is not my LAN, nor do I have any networking experience worth mentioning.

Last edited by Llama (2013-11-08 09:16:07)

Offline

#2 2013-10-25 05:28:05

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: [SOLVED] Mounting a samba share r/w

Smb4K messages look like this:
2y6e.png
In Konqueror the unmountable share looks like this:

smb://orlov_a@wserver/БОС

and is browsable; the mountable share in Konqueror looks the same:

smb://orlov_a@wserver/Obmen

The БОС share requires authentication; credentials apparently accepted.

Offline

#3 2013-10-28 05:11:47

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: [SOLVED] Mounting a samba share r/w

An unsuccessful attempt at manual mounting:

$ sudo mount //WSERVER/БОС /home/alexey/smb4k/WSERVER/БОС -o username=uname,password=passwd
mount error: could not resolve address for WSERVER: Unknown error
$

Offline

#4 2013-11-05 05:35:34

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: [SOLVED] Mounting a samba share r/w

A partially successful attempt at mounting:

$ sudo mount -t cifs //192.168.0.125/БОС /home/alexey/smb4k/WSERVER/БОС -o username=uname,password=passwd

It's read only, unfortunately. How am I supposed to make it r/w?

Offline

#5 2013-11-08 09:14:41

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: [SOLVED] Mounting a samba share r/w

Llama wrote:

A partially successful attempt at mounting:

$ sudo mount -t cifs //192.168.0.125/БОС /home/alexey/smb4k/WSERVER/БОС -o username=uname,password=passwd

It's read only, unfortunately. How am I supposed to make it r/w?

$ sudo mount -t cifs //192.168.0.125/БОС /home/alexey/smb4k/WSERVER/БОС -o uid=1000,username=uname,password=passwd

Offline

Board footer

Powered by FluxBB