Purpose: Mounting a shared folder which is on windows 2000 from a Linux machine as a user
Situation: Linux account is different from that for Windows 2000.
Solution: Add the following line into /etc/fstab
//shared pc/shared folder /linux/mountpoint smbfs noauto,user,username=user account on win 2000 0 0
and run 'mount' command.
'mount /linux/mountpoint'--이 곳에 서명을 적어주십시오.
킬리만자로의 표범