Opened 15 years ago
Last modified 15 years ago
#7 closed enhancement
samba support: must tell client or server what/how to mount stuff — at Version 2
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | Client | Keywords: | |
Cc: |
Description (last modified by )
Windows clients can't mount the server since we can't tell them what port to use (sigh). So maybe we should always do a reverse mount? (server mounts shares from the client)
We need to find out the list of shares (pysamba?) and allow the user to configure what is mounted (read-only, password,...)
The actual mounting is the easy part:
mount.cifs //127.0.0.1/public ./guest -o port=21062 -o guest
But we have to make sure we always unmount stuff when the server goes down... Problem is that some files might still be open!
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 0.9 → 0.10 |
Summary: | re-instate param_config to command line so we can open config files → samba support: must tell client or server what/how to mount stuff |
Note: See
TracTickets for help on using
tickets.
Also check the mime mapping on Linux