Displaying 1 result from an estimated 1 matches for "zbiory".
Did you mean:
  zbior
  
2003 Jul 03
2
pre/postexec
...UNMOUNT it during logout or closed connection? Does
anybody has an idea or knows a method how to do this or he has met a similar
problem?
FIRST ATTEMPT: I tried to employ pre/postexec mounting partition specific for 
a given user. The exemplary generated share is as follows:
[Win_mag]
	comment = Zbiory Win na Marku
	path = /windows/R
	valid users = magda
	read only = No
	browseable = Yes
	preexec = mount -t vfat /dev/hdf5 /windows/R
	postexec = umount /windows/R
According to fstab everybody can mount this partition
/dev/hdf5	/windows/R	vfat	noauto,user 0 0
The share is visible as empty but the...