Just learned how to mount samba for my backup. Before any backup operation, i need to mount my samba network drive from my Mac book. Here’s the command line version of how to mount samba in Mac OS.
To mount samba in Mac OS X, you can use the command below:-
Advertisements
$ mount -t smbfs //user@your.samba.server/sharedirectory /Volumes/local_mount_dir
* You can replace /Volumes/local_mount_dir to your choice. (ex: /Volumes/sambashare)
Once you mount the samba network drive, you can start accessing your samba drive files thru /Volumes/local_mount_dir.
In case you want to unmount the samba network drive, you can use the command below:-
$ umount /Volumes/local_mount_dir
Happy mounting.
Related posts:
How to convert doc to pdf in Mac OS X
How to connect Creative Zen V Plus in Mac OS X
How to split compressed file into smaller files in Linux / Mac
SVN: How to commit only modified files via command line
How to open .rar file in Mac OS X
CPAN Error: make test had returned bad status, won't install without force
Install eAccelerator to Optimize PHP performance
How to install flash player in Ubuntu
Share this with your friends:-