How Do I mount a GNU HURD Unix Partition in Linux

How Do I mount a GNU HURD Unix Partition in Linux

Post by Andrew Come » Sun, 13 Jun 1999 04:00:00




>I have a GNU Hurd Partition containing SCO Open Server 5.02 on my hard disk
>and I would like to mount it ...what do I specify it as in mount
>command.(Like vfat for a windows drive)

That's supposed to be the same ext2 partition as Linux (except for
there is also the ownership label which is supposedly set to Hurd).

You most probably could be able to mount it the same way as any Linux
partition:
mount -t ext2 ... ...  (or even without -t ext2 option).

The word of warning, though: DO NOT try to fsck Hurd's filesystem
from Linux. There is some incompatibility involved..

Best,
a.

PS. For those wondering what Hurd is (like myself), there is a link

ftp://alpha.gnu.org/pub/gnu/hurd/contrib/marcus/gnu-19990505.tar.gz

with the snapshot of the Hurd filesystem...
You'd also need a boot floppy (with GRUB); search the net.

Debian-Hurd mailing list archive is at
http://www.debian.org/Lists-Archives/

--
Looking for a Linux-compatible V.90 modem? See
http://www.math.sunysb.edu/~comech/tools/CheapBox.html#modems

 
 
 

How Do I mount a GNU HURD Unix Partition in Linux

Post by Vikra » Mon, 14 Jun 1999 04:00:00


I have a GNU Hurd Partition containing SCO Open Server 5.02 on my hard disk
and I would like to mount it ...what do I specify it as in mount
command.(Like vfat for a windows drive)

Vikram

 
 
 

How Do I mount a GNU HURD Unix Partition in Linux

Post by James Youngma » Mon, 14 Jun 1999 04:00:00



> I have a GNU Hurd Partition containing SCO Open Server 5.02 on my hard disk
> and I would like to mount it ...what do I specify it as in mount
> command.(Like vfat for a windows drive)

It's not really a Hurd partition, it's just that the partition-type
numbers happen to conflict.  Use the filesystem type "sysv".

--