• 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.

Mount Windows share in Linux?

robisc

Platinum Member
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.
 
smbtool is part of Samba, a search in this forum or just the web in general should give you some useful results.
 
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
 
Back
Top