mount -t cifs server:/folder-name /localpath -o username=userid,password=userpassTo unmount it, execute the following:
umount /localpathIt is so funny that the unmount command is 'umount', which is without "n". Wasted my half an hour to figure out this. Might be I really should read fundamental of Linux from scratch, not good to be "plug and play". :(
No comments:
Post a Comment