Dec 12, 2007

To mount a shared drive in Linux

To mount a shared drive on to a linux machine you can use the following command:

mount -t smbfs -o username=UNAME,workgroup=WGROUP //HOST-NAME/path /MOUNT-POINT

Ex:
mount -t smbfs -o username=mohan,workgroup=mohan //mohan-pc/New\ Songs /mnt/songs

No comments: