On Tue, 08 Jan 2008 00:19:47 +0800 kstan <[EMAIL PROTECTED]> wrote: > Hi Samba team, > > I feel user will feel more confortable when they can mount folder (via > mount.cifs or mount.smbfs) under particular shared folder. > > Example: > I have a share folder call department, all department's folder arrange > inside > > so I have a share folder call \\server\department > > if I have a linux client under purchasing, I 2 command to get the > correct place, and I feel it is giving more trouble > > command 1 > =========== > mount -t cifs -o (with necessary > option) //server/department /sharefolder/.pathtoatempararyfolder > > > command 2: > ============== > ln -s /sharefolder/.pathtoatempararyfolder/purchasing > > > It is much more better if we can simplied the share via this command: > mount -t cifs -o (with necessary > option) //server/department/purchasing > /home/purchasinguser/Desktop/mydepartmentdata >
This is already doable today. There were some issues with earlier versions, but with current CIFS and mount.cifs programs, this should now work as expected. -- Jeff Layton <[EMAIL PROTECTED]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
