Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 1998 23:27:28 -0400 (EDT)
From:      Mikhail Teterin <mi@video-collage.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/7063: nit-picking on mount
Message-ID:  <199806250327.XAA09610@xxx.video-collage.com>

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

>Number:         7063
>Category:       bin
>Synopsis:       mount fails if $PWD does not exist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 24 20:30:01 PDT 1998
>Last-Modified:
>Originator:     Mikhail Teterin
>Organization:
Virtual Estates, Inc.
>Release:        FreeBSD 2.2.6-BETA i386
>Environment:


>Description:

	When the current directory is removed, mount will fail

>How-To-Repeat:

	mkdir /tmp/test
	cd /tmp/test
	rmdir /tmp/test
	mount -u -o async,noatime /some-fs
	mount: .: No such file or directory

>Fix:
	
	cd /somewhere
	repeat the mount
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



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