IP Address: 38.107.191.101
Hostname: 38.107.191.101

 

Mounting Windows 2000/2003 Shares in Linux

This document will show the steps needed to mount a Windows 2000/2003 share in Linux. 

Save to del.icio.us


First create the path where the mount will reside:  i.e. /mnt/path

mkdir /mnt/path

Issue the following command with the following parameters:
uid=Mount Owner
gid=Mount Group
username=Domain User who can access share
password=Domain User Password

mount –t cifs -o uid=LinuxUser,gid=LinuxGroup,username=DomainUser,DomainPassword //windowsserver/share /mnt/path

Sponsored Ads:

Big Image

Ad Space

Random Articles:

Disable Security Center alert in Windows XP SP2

How can I disable the Security Center alert in Windows XP Service Pack 2?

DHCP Leases on a Cisco Router

How can I view DHCP leases on a Cisco Router?

Recent Articles:

Outbound Call Problems with Cisco Call Manager

Users unable to make outbound 10 digit calls when using MGCP

Reset Websense Manager Password

How can I reset the password for the WebsenseAdministrator?

Disabling SSLv2

How can I disable SSL version 2 in Apache and IIS?