The Following User Says Thank You to b0unc3 For This Useful Post: | ||
|
2010-03-01
, 16:26
|
Posts: 398 |
Thanked: 301 times |
Joined on Sep 2007
@ Texas
|
#92
|
@Frank: strange, can you please post the command you execute to mount that share ?
|
2010-03-01
, 18:11
|
Posts: 318 |
Thanked: 735 times |
Joined on Oct 2009
|
#93
|
The Following User Says Thank You to b0unc3 For This Useful Post: | ||
|
2010-03-03
, 06:35
|
Posts: 356 |
Thanked: 38 times |
Joined on Nov 2005
@ Finland
|
#94
|
|
2010-03-04
, 00:05
|
Posts: 12 |
Thanked: 2 times |
Joined on Feb 2010
|
#95
|
The shares are mounted under /media/Remote_Filesystems/sharename@server/ .
wizard-mounter uses sudo to do things as root as needed, hence there is no need to run it as root manually.
No there isn't any log.
|
2010-03-11
, 01:16
|
Posts: 54 |
Thanked: 53 times |
Joined on Feb 2010
@ Sweden
|
#96
|
|
2010-03-13
, 01:38
|
Posts: 35 |
Thanked: 26 times |
Joined on Dec 2009
@ Finland, Tampere
|
#97
|
sudo gainroot smbclient -L 127.0.0.1/myservername/ -U myusername password: **typed pass here + Enter** ... // many lines of my samba server directories and details printing out
sudo gainroot mount -t cifs //127.0.0.1/myservername /media/samba -o user=myusername,pass=mypass,uid=29999,guid=29999 mount: mounting //127.0.0.1/myservername on /media/samba failed: no such device or address
|
2010-03-13
, 11:26
|
Posts: 318 |
Thanked: 735 times |
Joined on Oct 2009
|
#98
|
The Following 2 Users Say Thank You to b0unc3 For This Useful Post: | ||
|
2010-03-15
, 07:17
|
Posts: 29 |
Thanked: 3 times |
Joined on Feb 2006
|
#99
|
|
2010-03-15
, 09:28
|
Posts: 95 |
Thanked: 20 times |
Joined on Nov 2006
|
#100
|
wizard-mounter uses sudo to do things as root as needed, hence there is no need to run it as root manually.
No there isn't any log.