On Fri, Jul 06, 2001 at 01:02:57AM +0800, �Ƥ��q wrote: > Hello,grurs, > I have installed the Hurd system on my box with Hurd-F2-main cd, > while i I mounted my cdrom ,I got an trouble > while i used > mount -t iso9660 /dev/cdrom /cdrom (where /dev/cdrom is a symbolic link to > the device /dev/hd4 which made by MAKEDEV) > and the mount util told me that : file system type iso9660 is not supported. > how should I do to monut the cdrom ? > Thanx!!
Mount is just a wrapper around settrans (another mail explained how to use it) -t iso or -t isofs should work (look into /hurd for a list of filesystems). Marcus

