Date: Mon, 18 Oct 1999 15:46:23 -0400 (EDT) From: Zhihui Zhang <zzhang@cs.binghamton.edu> To: freebsd-hackers@freebsd.org Subject: Update the name of a filesystem (more details) Message-ID: <Pine.GSO.3.96.991018153708.17282B-100000@sol.cs.binghamton.edu>
next in thread | raw e-mail | index | archive | help
I am trying to change the mount point of a mounted filesystem (from /testme to /test) with the update option (-u): # mount /dev/wd0s2e /testme # mount -u /dev/wd0s2e /test mount: /dev/wd0s2e on /test: specified device does not match mounted device Why it does not work (I know I can umount first without using the update option)? Any help is appreciated. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.991018153708.17282B-100000>