|
2009-12-29
, 22:06
|
Posts: 268 |
Thanked: 304 times |
Joined on Oct 2009
@ Orlando, USA
|
#12
|
|
2009-12-29
, 22:32
|
Posts: 279 |
Thanked: 95 times |
Joined on Sep 2009
|
#13
|
|
2009-12-29
, 22:35
|
Posts: 279 |
Thanked: 95 times |
Joined on Sep 2009
|
#14
|
|
2009-12-30
, 04:40
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#15
|
/lib/modules/current
|
2009-12-30
, 11:18
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#17
|
|
2009-12-30
, 11:25
|
Posts: 279 |
Thanked: 95 times |
Joined on Sep 2009
|
#18
|
|
2009-12-30
, 12:39
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#19
|
rmmod cifs
echo "cifs" >> /etc/modules
|
2009-12-30
, 12:46
|
Posts: 22 |
Thanked: 8 times |
Joined on Nov 2009
|
#20
|
The Following User Says Thank You to Relativistic For This Useful Post: | ||
mounted using
mount -t cifs -o username= //server_ip/share /home/user/MyDocs/mnt
I know I should use /mnt but that was not visible in the N900 filebrowser and symbolic links wont work under FAT.
Tested some media and it went great.
Unmounting is simple just use
umount /home/user/MyDocs/mnt