Le Thu, 20 Jun 2002 11:29:11 +0200 "Christophe Valentin" <[EMAIL PROTECTED]> a dit:
> Bonjour � tous, > > Comment faire pour limiter a un certain volume le contenu d'un r�pertoire > accessible en ftp ? > > D'avance merci � ceux qui me r�pondront. > > Christophe En ce qui me concerne, j'ai mis un syst�me de fichier en disque virtuel sur un fichier de taille voulue: En clair, par exemple dd if=/dev/zero of=sysftp bs=1024 count=1048576 mke2fs sysftp mkdir /home/ftp mount -o loop sysftp /home/ftp puis suite normale FB -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

