Moonshine
|
2008-01-12
, 06:44
|
|
Posts: 469 |
Thanked: 88 times |
Joined on Sep 2007
@ Montana
|
#21
|
|
2008-01-13
, 23:05
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#22
|
dpkg-deb -x smbfs_3.2.4-1_armel.deb smbfs
cp smbfs/sbin/mount.cifs /sbin/mount.cifs
chmod a+x mount.cifs
insmod /lib/modules/2.6.21-omap1/cifs.ko
mount.cifs //SERVER/share /home/user/MyDocs/lan/share -o user=SERVER\\myname,pass=passwd1
mount -t cifs //SERVER/share /home/user/MyDocs/lan/share -o user=SERVER\\myname,pass=passwd1
|
2008-01-15
, 10:09
|
Posts: 5 |
Thanked: 1 time |
Joined on Jan 2008
|
#23
|
Good news, everyone.
I managed to get my passworded CIFS shares to mount under OS2008! They are visible in File Manager and other apps, too!
The Following User Says Thank You to turan For This Useful Post: | ||
|
2008-01-15
, 18:04
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#24
|
|
2008-01-15
, 21:47
|
Posts: 5 |
Thanked: 1 time |
Joined on Jan 2008
|
#26
|
If you could get to the shared folder via the file manager before, you probably don't need my instructions. They are only for people who couldn't access the share before due to a password or other problems.
|
2008-01-15
, 23:49
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#27
|
|
2008-01-16
, 09:34
|
Posts: 5 |
Thanked: 1 time |
Joined on Jan 2008
|
#28
|
|
2008-01-17
, 15:45
|
Posts: 147 |
Thanked: 12 times |
Joined on Aug 2007
@ Washington State
|
#29
|
|
2008-01-23
, 17:34
|
Posts: 11 |
Thanked: 3 times |
Joined on Jan 2008
|
#30
|
mount -t cifs -o user=SERVER\\myname,pass=passwd1 //SERVER/share /home/user/MyDocs/lan/share