Bug 6953 - freeze on mount_msdos
Summary: freeze on mount_msdos
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-06-15 06:20 UTC by Charlie Root
Modified: 1998-06-15 23:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Root 1998-06-15 06:20:01 UTC
	if you mount_msdos without the /dev/ before the device node, it 
freezes, and reboots. Annoying, yet passable

Fix: 

not known.
How-To-Repeat: 
	mount_msdos wd0s1 /msdos
thats what i did and it froze, and rebooted.
Comment 1 Dmitrij Tejblum 1998-06-15 10:52:36 UTC
Charlie Root wrote:

> 	if you mount_msdos without the /dev/ before the device node, it 
> freezes, and reboots. Annoying, yet passable
> 
> >How-To-Repeat:
> 
> 	mount_msdos wd0s1 /msdos
> thats what i did and it froze, and rebooted.

Cannot reproduce. Could you please do one of following:

- make sure you don't run X and sit at the console, and watch panic 
messages carefully;

- make sure your system is able to dump core; check if after the reboot 
a core dump created and look at the backtrace;

Also, what is your current directory when you do this mount? Not 
/msdos, by a chance?

Dima
Comment 2 dt freebsd_committer freebsd_triage 1998-06-15 23:26:38 UTC
State Changed
From-To: open->closed

Apparently duplicate of PR kern/1067.