sudo aptitude install smbfs2. Create the directory where you will mount the share
mkdir /mnt/share3. Create a file to store the credentials...
nano /etc/cifspw...and enter the username/password
username=enter_usernamepassword=enter_password4. Edit fstab to mount the share at startup
sudo nano /etc/fstab//server/share /mnt/share/ cifs credentials=/etc/cifspw,domain=DOMAIN 0 05. Mount the share
sudo mount -a

No comments:
Post a Comment