[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Just a few questions
From: |
Samuel Thibault |
Subject: |
Re: Just a few questions |
Date: |
Wed, 16 Sep 2009 09:05:05 +0200 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
Devin McElheran, le Tue 15 Sep 2009 15:10:37 -0400, a écrit :
> I was wondering, when is the Hurd supposed to be released?
When it's ready
> I have seen that it is available with Debian, but found no links to
> download the Debian/HURD.
www.debian.org/ports/hurd
> And just another thing, what are the advantages with the
> Hurd over Linux,
Flexibility for the user:
transparent ftp
$ cd /ftp://ftp.debian.org/debian
$ ls
personnal filesystem
$ dd < /dev/zero > myspace.img bs=1M count=1024
$ mke2fs myspace.img
$ settrans myspace /hurd/ext2fs myspace.img
$ cd myspace
Samuel