The problem is concerned with the mount utility.
# mount /dev/hd2 /cdrom
gives `Segmentation fault'. Look: 

hurd/utils/mount.c:
   520        struct mntent m =
   521        {
   522          mnt_fsname: device,
   523          mnt_dir: mountpoint,
   524          mnt_type: fstype,
!  525          mnt_opts: 0,
   526          mnt_freq: 0, mnt_passno: 0
   527        };
   [...]
   536        err = fstab_add_mntent (fstab, &m, &fs);
Maybe it is easier to change
   525          mnt_opts: "",

Alexey Dejneka

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to