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

Bug#2454: mount-2.5-5 hangs when type not specified



Package: mount
Version: 2.5-5

For a filesystem *not* listed in /etc/fstab, if I give the command
	mount /dev/hdd2 /z2
the 2.5 mount appears to hang in the mount call. (strace doesn't show the
arguments, since it waits for the child to return.) If I do either
	mount -t auto /dev/hdd2 /z2
or
	mount -t ext2 /dev/hdd2 /z2
it works. The 2.4 mount (from the stable a.out release) works
fine... kernel is 1.2.13 (with binfmt_elf compiled in.)

			_Mark_ <eichin@kitten.gen.ma.us>
			The Herd of Kittens


Reply to: