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
0 comments:
Post a Comment