| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <000701c0b381$1316fa80$867b2093@sh.cvut.cz> |
| From: | "Mirek Dobsicek" <m DOT dobsicek AT sh DOT cvut DOT cz> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | Crypted devices |
| Date: | Fri, 23 Mar 2001 11:07:31 +0100 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook Express 5.00.2615.200 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2615.200 |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |