Hi Mirek,

you could re-export /mnt with Samba (AFAIK cleartext only)
or use ssh/scp!

Bye, Heribert ([EMAIL PROTECTED])

> -----Original Message-----
> From: Mirek Dobsicek [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, March 23, 2001 11:08
> To:   [EMAIL PROTECTED]
> Subject:      Crypted devices
> 
> Hi all,
> with this tools, i made few crypted filesystems
> 
> ftp://ftp.aanet.ru/pub/Linux/utils/util-linux-2.9e.tar.gz
> ftp://ftp.kerneli.org/pub/kerneli/v2.2/patch-int-2.2.4.1.gz
> 
> $dd if=/dev/zero of=vol.img bs=1024 count=2000
> $ losetup -e blowfish /dev/loop0 vol.img
> $mkfs.ext2 /dev/loop0
> $ losetup -d /dev/loop0 #disconnect the loopback device
> 
> $mount vol.img /mnt -o encryption=blowfish
> 
> am I able to mount this filesystems under cygwin?
> i m interested mainly in removable media.
> 
>             Elf
> 

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to