nav-left cat-right
cat-right
Home » Blog » 2008 » März

Mount a Samba Share from cheap NAS devices...

I recently bought a NAS device called “LANDISK” on ebay (search for SAMBA-FTP-USB-2-0-LAN on google).

This device includes a samba server which enables sharing of files on the network. The shared files can be accessed very simple via \\netdisk\\yourshare\. This works under Windows and under Linux in konqueror with smb://netdisk/yourshare.

It would however be nicer to have it mounted into the linux filesystem. Unfortunately at this step Linux fails miserably and leave many users totally frustrated! The problem is that the CIFS filesystem (smbfs was removed from the kernel) does not load the share.

(weiterlesen…)

C++ STL Dokumentation...

Here a list of free available documentations that I could find: