Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
I am pretty new to Linux and have Mandrake 7.1 on a small network at home and I want to mount a shared directory on my NT server, I can do this on my BeOS box and all my Windows boxes with no problem, just don't know how to do it in Linux.
Enable SMB in the kernel. Go into /etc/rc.d/rcX.d where X is the runlevel you are in(this is for Redhat and Mandrake) and ensure that SMB service is enabled(by ensuring the scrpit has a S in front of it).
Boot the kernel, do:
mount -t smbfs //NTMachine/directory /mnt/whereever -o username=Its_Me password=you_know_me
And viola..you've got the share mounted..obviously you can setup the SMB password files so that you don't have to enter your username and password each time you mount the share..look into SAMBA's documents for that detail..Regards
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.