Boston Linux & Unix (BLU) Home | Calendar | Mail Lists | List Archives | Desktop SIG | Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings
Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting up common drive w/letter?



 

On Thu, 4 Oct 2007, Scott Ehrlich wrote: 

> I want to configure samba to produce a common area (i.e. /home/shared) as an 
> assigned drive letter to all users.   Thus, in addition to users logging into 
> the domain and having an H: drive for their personal account, they will also 
> get an S: drive (for example) for a common area. 

A samba share pointing to /tmp will do this fine. The relevant 
characteristics of /tmp are 

    read/write by all 
    sticky bit set 


The sticky bit prevents people from erasing other's files. 
You can set those on any other directory with chmod. 

  chmod ugo+rwt directoryname 

Nothing special is required in smb.conf: 

  [sharename] 
     path = /directoryname 
     read only = no 
     public = yes 



> 
> How do I configure this in smb.conf? 
> 
> Thanks. 
> 
> Scott 
> 
> -- 
> This message has been scanned for viruses and 
> dangerous content by MailScanner, and is 
> believed to be clean. 
> 
> _______________________________________________ 
> Discuss mailing list 
> [hidden email] 
> http://lists.blu.org/mailman/listinfo/discuss
> 


BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org