RipTorn
|
2007-11-29
, 17:13
|
Posts: 323 |
Thanked: 118 times |
Joined on Nov 2007
@ Australia
|
#11
|
|
2007-12-21
, 06:24
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#12
|
|
2007-12-21
, 09:30
|
Posts: 479 |
Thanked: 641 times |
Joined on Dec 2007
@ Switzerland
|
#13
|
cheers! thanks works great, I can mount my samba share via command line now, but for the life of me I can't work out how to allow 'user' access the mounted filesystem... is there a command line command to allow regular users read the filesystem ?
|
2007-12-21
, 17:47
|
Posts: 43 |
Thanked: 2 times |
Joined on Dec 2007
|
#14
|
This failed:
mount -t cifs //192.168.2.100/podcast /media/mmc2/mnt -o noperm,sec=none,uid=user,user=guest
This worked:
mount -t cifs //192.168.2.100/podcast /media/mmc2/mnt -o noperm,sec=none,uid=user,guest
The Following User Says Thank You to krbvroc1 For This Useful Post: | ||
|
2007-12-30
, 14:38
|
Posts: 3 |
Thanked: 0 times |
Joined on Dec 2007
|
#15
|
|
2008-01-06
, 22:25
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#16
|
Note that although mount doesn't print anything useful to the terminal, it does log a bit more useful diagnostic information that can be retrieved with dmesg. Not particularly friendly, but better than nothing.
|
2008-01-06
, 23:51
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#17
|
|
2008-01-09
, 23:52
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#18
|
|
2008-01-11
, 01:04
|
Posts: 30 |
Thanked: 6 times |
Joined on Dec 2007
|
#19
|
|
2008-01-12
, 06:05
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#20
|
The following packages have unmet dependencies:
smbfs: Depends: samba-common (= 3.0.22-3) but 3.0.23c-1osso6 is to be installed