Opened 14 years ago

Last modified 14 years ago

#7 closed enhancement

samba support: must tell client or server what/how to mount stuff — at Version 4

Reported by: Antoine Martin Owned by: Antoine Martin
Priority: major Milestone: 1.0
Component: Client Keywords:
Cc:

Description (last modified by Antoine Martin)

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!

We should also deal with non-tunneled setups nicely: simply connect to SMB on client or server directly. This weighs in favour of supporting client-mounts-server option.

Change History (4)

comment:1 Changed 14 years ago by Antoine Martin

Also check the mime mapping on Linux

comment:2 Changed 14 years ago by Antoine Martin

Description: modified (diff)
Milestone: 0.90.10
Summary: re-instate param_config to command line so we can open config filessamba support: must tell client or server what/how to mount stuff

comment:3 Changed 14 years ago by Antoine Martin

Owner: changed from Antoine Martin to Antoine Martin
Status: newaccepted

comment:4 Changed 14 years ago by Antoine Martin

Description: modified (diff)
Note: See TracTickets for help on using tickets.