bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mount crashes


From: Alexey Dejeka
Subject: Re: Mount crashes
Date: 13 Feb 2001 08:43:44 +0300
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]