Bugs: Browse |
Download .csv
[#4524] Document: How to set up shares to configure for C/C++ Indexing in Mac OS
Date: 2009-09-09 12:41 |
Priority: 3 |
Submitted By:
Arto Hyvarinen (arhyvari)
|
Assigned To:
Ed Swartz (eswartz) |
Summary: Document: How to set up shares to configure for C/C++ Indexing in Mac OS |
Detailed description |
In Windows, you can mount shares like this:
net use s: \\target.address\scratchbox
or in Windows Explorer - Tools - Map Network Drive.
But howto mount those shares in Mac OS?
In Mac Finder - Go - Connect to Server
Server Address: smb://10.10.206.11/maemo
Name: maemo
Password: maemo
and you get:
Sorry, you entered an invalid username or password.
In Terminal
sudo mount -t smb smb://maemo:maemo@10.10.206.11/maemo /Volumes/maemo
also fails.
|
|
|
Followup
Message |
Date: 2009-11-10 13:50
Sender: Arto Hyvarinen
Verified.
http://esbox.garage.maemo.org/2nd_edition/shared_folders.html#sha
ring_osx |
Date: 2009-11-05 16:42
Sender: Ed Swartz
Fixed. |
Date: 2009-11-02 11:43
Sender: Arto Hyvarinen
How to change Samba passwords encrypt to true for Mac OS X should
be documented. |
Date: 2009-10-07 02:04
Sender: Ed Swartz
Apparently, "sudo" isn't required. I'm able to do
this mounting with:
mount -t smbfs //maemo@<addr>/scratchbox /tmp/scratchbox
for instance.
Also, ESbox supports OS X natively now, so these instructions
are less important. |
Date: 2009-10-06 13:15
Sender: Ed Swartz
I figured out how to do this. At least, I got it working...
now to remember all the steps! |
Date: 2009-09-14 16:07
Sender: Ed Swartz
I still haven't figured out what's going on.
The expected methods are Find > Connect to Server as mentioned
above, or "sudo mount_smbfs //user:pass@server/share
/mount/point".
But neither works. Neither guest nor maemo access succeeds.
There is nothing useful reported in the logs.
The error is always something about authentication. Usually
the fix for this is changing /etc/samba/smb.conf (disabling various
password encoding things or changing the share permissions, etc.)
then "killall -HUP smbd", but nothing seems to make
a difference. |
Date: 2009-09-09 12:53
Sender: Ed Swartz
I think the Finder method looks correct, but there may be some
kind of authentication issues or password encryption going on.
I need to remember why... hmm... did you check the
/var/log/{smbd.log|nmbd.log} files on the VM side for clues?
As for a manual command, typically you'd use smbmount and the
syntax is different:
sudo smbmount //10.10.206.11/maemo /Volumes/maemo -o
username=maemo,group=sbox
(note: no "smb://" here) |
|
|
Attached Files:
Name |
Download |
No Files Currently Attached |
|
|
Changes:
Field |
Old Value |
Date |
By |
Resolution | Fixed | 2009-11-10 13:50 | arhyvari |
Resolution | None | 2009-11-05 16:42 | eswartz |
Resolution | Fixed | 2009-11-02 11:43 | arhyvari |
Resolution | Accepted as a Bug | 2009-10-07 02:04 | eswartz |
Version | None | 2009-10-07 02:04 | eswartz |
Resolution | None | 2009-10-06 13:15 | eswartz |
assigned_to | none | 2009-10-06 13:15 | eswartz |
summary | Configuring for C/C++ Indexing in Mac OS | 2009-09-14 16:07 | eswartz |
|
|
|