Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 1996 14:22:05 -0500
From:      mi@ALDAN.algebra.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/1029: weird behavior after mounting
Message-ID:  <199602151922.OAA10356@aldan>
Resent-Message-ID: <199602151930.LAA16954@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1029
>Category:       bin
>Synopsis:       cd behaves erraticly if cwd is a mount-point, which was just mounted
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 15 11:30:00 PST 1996
>Last-Modified:
>Originator:     Mikhail Teterin
>Organization:
>Release:        FreeBSD 2.1-STABLE i386
>Environment:

	/cdrom is a mount-point for SCSI cdrom

>Description:

	cd does not work properly right after mount

>How-To-Repeat:

	cd /cdrom
	ls
	[Nothing -- cdrom is not mounted]
	mount /cdrom
	ls
	[cdrom's top-level directory printed -- Ok]
	cd ports [one of the subdirectories]
	ports: No such file or directory.

>Fix:
	
	Work-around:
	cd ..
	cd cdrom
	cd ports

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602151922.OAA10356>