Friday, July 14, 2006

 

Samba mounting Encrypted Linux file from Windows host in Vmware


vi /etc/samba/smb.conf



[encrypted]
browseable = yes
comment = Encrypted FS on USB
writable = yes
locking = no
path = /encrypted
public = yes



mkdir /encrypted
mount -o umask=0 /dev/mapper/encrypted /encrypted/
/etc/init.d/samba start
smbpasswd -a knoppix

touch /encrypted/hello.txt

Go edit the hello.txt file in vmware windows My Network Places -> Workgroup computers

Verify that it has been changed

cat /encrypted/hello.txt

Comments:
Credit for your excellent entry.
 
Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?