![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| OS X (Apple) OS X is a line of Unix-based graphical operating systems developed, marketed, and sold by Apple. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mount with CIFS | neemoze | HP-UX | 3 | 01-20-2009 08:44 AM |
| Cifs + 2 gb | jagnikam | Shell Programming and Scripting | 3 | 09-04-2008 05:10 PM |
| share with cifs | lo-lp-kl | AIX | 1 | 06-19-2008 07:02 PM |
| CIFS on linux ? | the_learner | Linux | 5 | 06-21-2007 10:57 PM |
| Configur CIFS on HPUX 11 | sushrut | UNIX for Dummies Questions & Answers | 2 | 11-27-2001 04:56 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
OS X - cifs - What's Up?
Can all you OS X xperts help me?
OS X Leopard 10.5.6: mount -t cifs -o username=name,password=secret //server/share /mnt/dir Works from every linux box I have ever used. This does not work from the OS X terminal. Why? The gui/finder/go: cifs://server/share just works... command line no? Ubuntoo, Gentoo, SuSe all work what's up with OS X. Any help would be greatly appreciated. |
|
||||
|
Well
Turns out that:
OS X fakes out gui users by allowing the cifs tag to be used by the "connect to server" dialog but uses smbfs under the covers. Thus the only way to connect is (as far as I can tell): Code:
mount -t smbfs //user:pass@server/share /mountpoint/dir |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|